leonhoffmann86

13 mods across 1 repository, 1 stars between them.

sprint

02

leonhoffmann86/team-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.

1 2mo ago A tokens not measured original MIT

codegraph

03

leonhoffmann86/team-sprint

MCP server Claude CodeCodexCursor

MCP server "codegraph" as configured in leonhoffmann86/team-sprint. Launched with codegraph serve --mcp.

1 2mo ago A tokens not measured copy · 100% MIT

leonhoffmann86/team-sprint

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.

1 2mo ago C 5,352 tokens original MIT

implementer

05

leonhoffmann86/team-sprint

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.

1 2mo ago C 42 tokens original MIT

navigator

06

leonhoffmann86/team-sprint

Agent

Finds existing patterns, conventions and the blast radius via CodeGraph BEFORE code is written. Use proactively before implementation and before conventions review.

1 2mo ago A 29 tokens original MIT

planner

07

leonhoffmann86/team-sprint

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.

1 2mo ago A 35 tokens original MIT

leonhoffmann86/team-sprint

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.

1 2mo ago A 43 tokens original MIT

leonhoffmann86/team-sprint

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.

1 2mo ago A 38 tokens original MIT

reviewer-visual

10

leonhoffmann86/team-sprint

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.

1 2mo ago A 49 tokens original MIT

bootstrap

11

leonhoffmann86/team-sprint

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.

1 2mo ago D 48 tokens original MIT

ticket

12

leonhoffmann86/team-sprint

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.

1 2mo ago A 67 tokens original MIT

update

13

leonhoffmann86/team-sprint

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.

1 2mo ago A 48 tokens original MIT