AI-driven agile development for Claude Code, Cursor, Windsurf, OpenAI Codex, and more. Combining Scrum, Kanban, ADRs, and docs-as-code principles into one framework-agnostic system.
npx agileflow@latest setupThe npx command always fetches the latest version.
Updates: npx agileflow@latest update
/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 | Supported | .cursor/commands/agileflow/ |
| Windsurf | Supported | .windsurf/workflows/agileflow/ |
| OpenAI Codex | Supported | .codex/skills/ and ~/.codex/prompts/ |
Traditional project management tools create friction between planning and execution. AgileFlow eliminates this gap by embedding project management directly into your AI-assisted coding workflow.
- No context switching - Manage epics, stories, and status without leaving your terminal
- AI-native workflows - Purpose-built for Claude Code's capabilities
- Docs-as-code - All project artifacts live in your repository as plain text
- Intelligent agents - 55 specialized AI agents for different domains
- Framework-agnostic - Works with any tech stack
| Component | Count | Description |
|---|---|---|
| Commands | 98 | Slash commands for agile workflows |
| Agents/Experts | 83 | Specialized agents with self-improving knowledge bases |
| Skills | Dynamic | Generated on-demand with /agileflow:skill:create |
| Feature | Description | Docs |
|---|---|---|
| Agent Expertise | Self-improving agents that maintain domain knowledge | Learn more |
| Agent Teams | Multi-domain expert coordination with quality gates | Learn more |
| Skills System | Custom AI prompts that learn from your feedback | Learn more |
| Parallel Sessions | Isolated workspaces with boundary protection | Learn more |
| Loop Mode | Autonomous story execution until epic completion | Learn more |
| AI Council | Three-perspective strategic decision analysis | Learn more |
| Logic Audit | Multi-agent logic bug detection with consensus voting | Learn more |
| Damage Control | Block destructive commands with PreToolUse hooks | Learn more |
| Smart Detection | Contextual feature recommendations with 42 detectors | Learn more |
| Visual Mode | Screenshot verification for UI development | Learn more |
| Context Preservation | Preserve state during automatic context compaction | Learn more |
| Research Pipeline | Structured research workflow with synthesis | Learn more |
| Automations | Scheduled recurring tasks without a daemon | Learn more |
| Tmux Integration | Multi-window terminal sessions with keybindings and status bar | Learn more |
| IDE Integrations | Claude Code, Cursor, Windsurf, OpenAI Codex support | Learn more |
See the full features overview for details.
# Create an epic
/agileflow:epic EPIC=EP-0001 TITLE="User Authentication" OWNER=AG-API GOAL="Secure login"
# Work on a story
/agileflow:babysit
# Multi-expert analysis
/agileflow:multi-expert Is this authentication implementation secure?
# AI Council for strategic decisions
/agileflow:council Should we use microservices or a monolith?
# Parallel sessions
/agileflow:session:newFull documentation at docs.agileflow.projectquestorg.com.
| Section | Link |
|---|---|
| Getting Started | docs.agileflow.projectquestorg.com/docs/getting-started |
| Installation | docs.agileflow.projectquestorg.com/docs/installation |
| Commands | docs.agileflow.projectquestorg.com/docs/commands |
| Agents | docs.agileflow.projectquestorg.com/docs/agents |
| Features | docs.agileflow.projectquestorg.com/docs/features |
MIT
- Documentation - Full docs site
- GitHub Issues - Bug reports and feature requests
