Agentic Sprint
A Claude Code plugin by damienlaine (part of the Agentic Forge ecosystem) that runs autonomous spec-driven sprints. A project-architect agent coordinates implementation agents (python-dev, nextjs-dev, cicd-agent, allpurpose-agent, website-designer) and testing agents (qa-test-agent, ui-test-agent). The sprint loops up to 5 iterations, shrinking completed work from specs each pass until all gates close.
View on GitHubWhat it does
- /sprint
Runs the full convergent sprint loop: architect analyzes specs, implementation agents build, testing agents validate, loop repeats until all gates close.
- /sprint:new
Creates .claude/sprint/N/specs.md for the next sprint with a structured template.
- /sprint:setup
Interactive onboarding that creates project-goals.md (business vision) and project-map.md (technical architecture) through guided questions.
- /sprint:test
Opens a live browser session for manual UI testing outside of a sprint; saves a report that feeds into the next sprint run.
- /sprint:generate-map
Generates or updates project-map.md by analyzing the current codebase structure.
- /sprint:clean
Removes old sprint directories to keep the workspace tidy.