Skip to content

Conversation

@damienlaine
Copy link

Summary

Sprint is a hands-off, self-iterating development plugin that coordinates specialized agents through spec-driven sprints. Write specs, run /sprint, and let agents handle the rest.

Philosophy: "Yolo Mode" Development

  • Autonomous execution with minimal intervention
  • Convergent iteration: specs shrink as work completes, errors get erased
  • Parallel agent coordination for implementation and testing
  • Pauses only after 5 iterations or on blockers

Features

  • 9 specialized agents: Python/FastAPI, Next.js, CI/CD, QA, UI testing, website design, and a general-purpose agent
  • 6 commands: /sprint, /sprint:new, /sprint:setup, /sprint:test, /sprint:generate-map, /sprint:clean
  • 4 knowledge skills: workflow patterns, spec writing, agent coordination, API contracts
  • MCP integrations: Chrome browser for UI testing, Next.js DevTools for diagnostics

How It Works

```
You write specs → Agents implement → Tests validate → Iterate until done
```

  1. Run `/sprint:setup` to onboard your project
  2. Run `/sprint:new` to create a sprint with specifications
  3. Run `/sprint` to start the autonomous workflow
  4. Agents build, test, and iterate until convergence

Plugin Structure

```
sprint/
├── .claude-plugin/plugin.json
├── agents/ # 9 specialized agents
├── commands/ # 6 slash commands
├── skills/ # 4 knowledge modules
└── README.md
```

Links

Sprint is a hands-off, self-iterating development plugin that coordinates
specialized agents (backend, frontend, QA, UI testing) through spec-driven
sprints. Write specs, run /sprint, and let agents handle the rest.

Features:
- 9 specialized agents (Python, Next.js, CI/CD, QA, UI testing, etc.)
- 6 commands (/sprint, /sprint:new, /sprint:setup, /sprint:test, etc.)
- 4 knowledge skills (workflow, spec-writing, patterns, contracts)
- Convergent iteration model (specs shrink, errors get erased)
- Manual and automated UI testing with Chrome browser MCP
- Next.js DevTools MCP integration for diagnostics

The plugin follows a "yolo mode" philosophy: autonomous execution with
minimal intervention, pausing only after 5 iterations or on blockers.
- Convert names to kebab-case
- Add author, license, allowed-tools fields
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant