agileflow
v3.4.0
Published
AI-driven agile development system for Claude Code, Cursor, Windsurf, and more
Maintainers
Readme
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.
Quick Start
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.Supported IDEs
| 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/ |
Why AgileFlow?
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
Core Components
| Component | Count | Description |
|-----------|-------|-------------|
| Commands | 124 | Slash commands for agile workflows |
| Agents/Experts | 111 | Specialized agents with self-improving knowledge bases |
| Skills | Dynamic | Browse and install from skills.sh marketplace via /agileflow:skill:recommend |
Features
| 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 | Browse and install skills from the skills.sh marketplace | 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.
Examples
# 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:newDocumentation
Full 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 |
License
MIT
Support
- Documentation - Full docs site
- GitHub Issues - Bug reports and feature requests
