team-sprint
01Plugin Claude Code
Plugin marketplace listing 1 plugin: sprint.
Plugin Claude Code
Plugin marketplace listing 1 plugin: sprint.
Plugin Claude Code
Autonomous TODO workflow: refine an idea into one structured TODO item, then a git-hook chain plans → implements (subagent team + deterministic gate, isolated worktree, never auto-merged) → reviews it. Language-agnostic, config-driven, bootstrapped into any repo.
MCP server Claude CodeCodexCursor
MCP server "codegraph" as configured in leonhoffmann86/team-sprint. Launched with codegraph serve --mcp.
Instructions file
Claude Code instructions for leonhoffmann86/team-sprint, covering claude.md, what this repo is, configuration is the single source of truth, the constitution preamble and editing skills.
Agent
Implements ONE planned item in the isolated worktree, exactly one commit per item. Use after planner + navigator, and again on each gate/review loopback to fix only the reported findings.
Agent
Finds existing patterns, conventions and the blast radius via CodeGraph BEFORE code is written. Use proactively before implementation and before conventions review.
Agent
Turns ONE TODO item into a bounded plan with verifiable acceptance criteria and a risk tier. Use proactively as the first step of each item, before any code change.
Agent
Checks adherence to the codebase's existing conventions and that the solution is the best-practice fit for THIS project's stack. Use after the correctness reviewer. Read-only + writes its findings JSON.
Agent
Checks the implementation against the acceptance criteria for correctness, edge cases and missing tests. Use AFTER the deterministic gate is green. Read-only + writes its findings JSON.
Agent
STAGE 2 (scaffold — not yet wired into the loop). Verifies UI implementation in the browser via screenshots + a11y tree. Use only for items with a frontend/UI part; Figma optional.
Skill Claude CodeCodex
Bootstraps Sprint into a repo: installs git hooks, configuration, and starter files. Use once per repo to enable autonomous plan→implement→review on every commit. Idempotent; never overwrites existing files without asking.
Skill Claude CodeCodex
Turn a rough idea or question into ONE clean, structured TODO.md item — grounded in the real codebase and refined with the user — ready to trigger the Sprint plan→implement→review hook chain. Use when capturing a task, triaging a "should we…?" question, or queuing work for the autonomous chain.
Skill Claude CodeCodex
Updates the vendored Sprint chain in bootstrapped repos from the plugin source. Refreshes scripts, subagents, MCP config, and git hooks. Use --all to update every registered repo. Leaves configuration and lifecycle files untouched.