Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By damienlaine
Orchestrate autonomous multi-agent sprints from specs.md: project architect spawns parallel agents to implement Python/FastAPI backends, Next.js frontends, CI/CD pipelines, automated tests, UI validation, and convergent reviews until production-ready code finalizes. Setup projects, generate maps, resume/clean sprints.
npx claudepluginhub damienlaine/agentic-sprintRemove old sprint directories with safety checks and archiving options
Analyze codebase and generate a comprehensive project-map.md overview
Create a new sprint directory with specs.md template
Interactive project onboarding - creates project-goals.md and project-map.md
Run the autonomous multi-agent sprint workflow with spec-driven development
General-purpose implementation agent. Adapts to any technology stack based on specs. Use when no specialized agent exists.
Set up and maintain CI/CD pipelines. Configure builds, tests, deployments, secrets, and troubleshoot failures.
Build Next.js 16 frontend. Server/Client Components, TypeScript, TailwindCSS, i18n, PWA features. Report changes concisely.
(Optional, Next.js only) Monitor Next.js runtime errors and diagnostics during UI testing. Uses Next.js DevTools MCP to catch compilation errors, hydration issues, and runtime exceptions.
Plan and coordinate sprints. Break down high-level goals into tasks for specialized agents. Adapt plans when priorities change. Complete sprints with minimal reporting.
This skill should be used when the user asks about "SPAWN REQUEST format", "agent reports", "agent coordination", "parallel agents", "report format", "agent communication", or needs to understand how agents coordinate within the sprint system.
This skill should be used when the user asks about "API contract", "api-contract.md", "shared interface", "TypeScript interfaces", "request response schemas", "endpoint design", or needs guidance on designing contracts that coordinate backend and frontend agents.
This skill should be used when the user asks about "writing specs", "specs.md format", "how to write specifications", "sprint requirements", "testing configuration", "scope definition", or needs guidance on creating effective sprint specifications for agentic development.
This skill should be used when the user asks about "how sprints work", "sprint phases", "iteration workflow", "convergent development", "sprint lifecycle", "when to use sprints", or wants to understand the sprint execution model and its convergent diffusion approach.
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Autonomous multi-agent development framework with spec-driven sprints and convergent iteration
15-agent AI engineering team for Claude Code. Full sprint cycle: Think, Plan, Build, Review, Test, Ship, Reflect. HITL checkpoints, handoff contracts, eval system, and 3 sprint modes.
Full-stack agents — frontend, backend, API, DevOps architects
Give soul to your workflow. 58 AI-powered skills across 17 roles — PM, Dev, Backend, Frontend, QA, UX, Data, Detect, WordPress, Release, Security, DevOps, and Core. Spec-to-ship pipeline: scaffold, implement, test, secure, deploy. Features two-phase workflow with human approval, quality-reviewer agent, token optimization, and continuous improvement via LEARN.md system.
Self-orchestrating multi-agent development system — 8 specialized AI agents, parallel quality gates, and automated workflows. You say WHAT, the AI decides HOW.
Engineering discipline layer for Claude Code — 5 workflows, 69 commands, 21 rules, 29 skills, 9 agents organized in 12 packs
Autonomous multi-agent development plugin for Claude Code. Spec-driven, iterative sprints with specialized agents.
Part of Agentic Forge — Claude Code plugins for autonomous AI workflows.
Stop prompting in circles. Sprint replaces ad-hoc AI coding with structured, specification-driven development. Write specs, run /sprint, and let coordinated agents handle the rest.
At its core, the /sprint command is a spec-driven, self-iterative state machine — it reads your specifications, orchestrates specialized agents through defined phases, and loops autonomously until the work is done or validation passes.
Sprint is a Claude Code plugin that turns Claude into an autonomous development team:
You write specs → Agents implement → Tests validate → Iterate until done
The orchestrator drives the loop: specs in, working code out. No manual intervention required between phases.
Unlike single-shot prompting where context bloats and AI mistakes compound, Sprint uses a convergent multi-pass approach:
Think of it like a diffusion process: the picture starts noisy, but with each iteration, the noise reduces and clarity emerges. By the final pass, only the solution remains.
Most sprints converge well before 5 iterations. If they don't, the system pauses and asks you what to do — adjust specs, continue iterating, or intervene manually. You stay in control.
Sprint is technology-agnostic. While it includes specialized agents for Python/FastAPI and Next.js, the system works with any tech stack:
allpurpose-agent adapts to Go, Rust, Flutter, Ruby, or any technologyTwo files give agents persistent memory across sprints — reducing token usage and keeping context focused:
.claude/project-goals.md — The business brain (you maintain this)
The more detail you provide, the sharper and more shrewd the architect becomes.
.claude/project-map.md — The technical brain (architect maintains this)
Agents read this instead of scanning the entire codebase. The architect keeps it lean and current.
# Add the marketplace
/plugin marketplace add damienlaine/agentic-forge
# Install the plugin
/plugin install sprint
# Update to latest version
/plugin marketplace update damienlaine/agentic-forge
# Clone this repo
git clone https://github.com/damienlaine/agentic-sprint.git
# Run Claude Code with the plugin
claude --plugin-dir ./agentic-sprint
# Interactive project onboarding
/sprint:setup
This creates both Second Brain documents through guided questions:
.claude/project-goals.md (business vision).claude/project-map.md (technical architecture)/sprint:new
This creates .claude/sprint/1/specs.md. Edit it with your requirements.
/sprint
Watch the agents work:
| Command | Description |
|---|---|
/sprint | Run the full sprint workflow |
/sprint:new | Create a new sprint |
/sprint:setup | Interactive project onboarding |
/sprint:test | Manual UI testing with live browser |
/sprint:generate-map | Generate project-map.md |
/sprint:clean | Remove old sprint directories |