smithery/rm2thaddeus

sprint-perspectives

Generate per-sprint perspectives (narrative + cards) by mining git history for documents and files co-updated alongside sprint anchor docs. Use when the user asks for sprint perspectives, evidence linking, research doc discovery, or sprint retrospectives with code-change metrics.

Installation

$ npx skills add smithery/rm2thaddeus --skill sprint-perspectives

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/rm2thaddeus.

npx skills add smithery/rm2thaddeus

Browse all from smithery/rm2thaddeus

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,944 B
  • docs SUMMARY.md 307 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Sprint Perspectives

Generate a per-sprint PERSPECTIVES.md plus a card-style HTML/PDF report by:

  1. summarizing sprint anchor docs inside docs/sprints/<sprint>/, and
  2. using git history to discover which other docs/files were co-updated while those sprint docs were edited.

Quickstart

  • Single sprint: python skills/sprint-perspectives/scripts/generatesprintperspectives.py --sprint sprint-11 --no-pdf
  • All sprints: python skills/sprint-perspectives/scripts/generatesprintperspectives.py --all --no-pdf

Optional Dev Graph (enrichment + visuals)

  • Add window/subgraph receipts (requires Dev Graph API): python skills/sprint-perspectives/scripts/generatesprintperspectives.py --sprint sprint-11 --dev-graph-api http://localhost:8080 --no-pdf
  • Embed visuals (drop SVG/PNG into the sprint folder first):

- Put files under: docs/sprints/sprint-11/devgraphvisuals/ - Then run: python skills/sprint-perspectives/scripts/generatesprint_perspectives.py --sprint sprint-11 --no-pdf

Outputs (per sprint folder)

  • docs/sprints/<sprint>/PERSPECTIVES.md
  • docs/sprints/<sprint>/linkeddocs.json (docs only)
  • docs/sprints/<sprint>/cochangedfiles.json (all files)
  • docs/sprints/<sprint>/SPRINTPERSPECTIVESCARDS.pdf (when weasyprint is installed; otherwise HTML is left next to the intended PDF path)

Notes

  • Works git-first (no Dev Graph required). When provided, --dev-graph-api adds sprint-window receipts and basic subgraph counts.
  • The main protagonist is documentation evidence (.md/.txt/.pdf), but code-change metrics are included as supportive context.