AI-driven agile development system for Claude Code, Cursor, Windsurf, and more
npm install agileflow





AI-driven agile development for Claude Code, Cursor, Windsurf, OpenAI Codex CLI, and more. Combining Scrum, Kanban, ADRs, and docs-as-code principles into one framework-agnostic system.
---
``bash`
npx agileflow@latest setup
That's it! The npx command always fetches the latest version.
Updates:
`bash`
npx agileflow@latest update
`bash`
/agileflow:help # View all commands
/agileflow:babysit # Interactive mentor for implementation
/agileflow:configure # Configure hooks, status line, etc.
| IDE | Status | Config Location |
|-----|--------|-----------------|
| Claude Code | Supported | .claude/commands/agileflow/ |.cursor/rules/agileflow/
| Cursor | Supported | |.windsurf/workflows/agileflow/
| Windsurf | Supported | |.codex/skills/
| OpenAI Codex CLI | Supported | |
---
AgileFlow combines three proven methodologies:
- Agile (Scrum/Kanban) - Break work into Epics → Stories → Acceptance Criteria
- ADRs - Record architectural decisions so future teams don't re-debate
- Docs-as-Code - Humans and AI agents coordinate via versioned files
Key Benefits:
- Clear priorities and testable increments
- Durable memory and decision history
- Multi-agent collaboration via message bus
- Works with any tech stack or framework
---
| Component | Count | Description |
|-----------|-------|-------------|
| Commands | 91 | Slash commands for agile workflows |
| Agents/Experts | 47 | Specialized agents with self-improving knowledge bases |
| Skills | Dynamic | Generated on-demand with /agileflow:skill:create |
---
Full documentation lives in docs/04-architecture/:
---
bash
/agileflow:epic EPIC=EP-0001 TITLE="User Authentication" OWNER=AG-API GOAL="Secure login"
`$3
`bash
/agileflow:assign STORY=US-0001 NEW_OWNER=AG-UI NEW_STATUS=in-progress
... implement ...
/agileflow:status STORY=US-0001 STATUS=in-review SUMMARY="Login form complete"
`$3
`bash
/agileflow:multi-expert Is this authentication implementation secure?
`$3
`bash
/agileflow:session:new # Create isolated workspace
/agileflow:session:status # View all sessions
`---
Project Structure
After running
agileflow setup:`
docs/
00-meta/ # Templates, conventions
01-brainstorming/ # Ideas and sketches
02-practices/ # Testing, git, CI practices
03-decisions/ # ADRs
04-architecture/ # Architecture documentation
05-epics/ # Epic definitions
06-stories/ # User stories
07-testing/ # Test cases
08-project/ # Roadmap, backlog
09-agents/ # Agent status, message bus
10-research/ # Research notes
``---
Visit docs.agileflow.projectquestorg.com for the full documentation site.
---
MIT
For issues or questions, visit the GitHub repository.