AgileFlow

Introduction

Next

The AI-powered project management framework for Claude Code. Streamline your development workflow with intelligent agents, automated planning, and seamless collaboration.

AgileFlow

AgileFlow is an AI-powered project management framework designed specifically for Claude Code. It brings structured agile workflows, intelligent agents, and docs-as-code project management directly into your development environment.

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
  • Intelligent agents - Specialized AI agents for different domains

Key Features

155 Slash Commands

AgileFlow provides a comprehensive command library for every aspect of project management:

CategoryCommands
Planning/epic, /story, /sprint, /deps
Tracking/status, /board, /blockers, /metrics
Development/babysit, /verify, /review, /pr
Operations/ci, /deploy, /changelog, /packages, /automate, /api
Research/research:ask, /research:import, /context:full, /context:export, /multi-expert
Advanced/council, /rpi, /rlm, /workflow, /batch, /choose
Advertising/ads:audit, /ads:plan, /ads:google, /ads:meta, /ads:creative, /ads:budget
Code Audits/code:logic, /code:security, /code:performance, /code:test, /code:completeness, /code:legal

149 Specialized Agents

Each agent is an expert in their domain, ready to help with specific tasks:

  • mentor - End-to-end implementation guidance
  • epic-planner - Break down features into stories
  • database - Schema design and migrations
  • api - Backend services and data layer
  • ui - Frontend components and styling
  • security - Vulnerability analysis and compliance
  • testing - Test strategy and coverage
  • devops - CI/CD and deployment
  • team-lead - Native Agent Teams coordination
  • orchestrator - Multi-domain expert orchestration

Docs-as-Code Architecture

All project management artifacts are stored as structured files in your repository:

docs
05-epics
EP-0001.mdEpic definitions
06-stories
US-0001.mdUser stories
09-agents
status.jsonReal-time project status
bus
log.jsonlAgent communication
03-decisions
ADR-0001.mdArchitecture Decision Records

Visual Kanban Board

View your project status at a glance with the /board command:
 
/agileflow:board
 
┌────────────────────────────────────────────────────────────────┐
│                         KANBAN BOARD                          │
├──────────────┬──────────────┬──────────────┬──────────────────┤
│   BACKLOG    │  IN PROGRESS │   REVIEW     │    COMPLETED     │
├──────────────┼──────────────┼──────────────┼──────────────────┤
│ US-0012      │ US-0015      │ US-0014      │ US-0001 ✓       │
│ Add auth     │ API layer    │ Unit tests   │ US-0002 ✓       │
│              │              │              │ US-0003 ✓       │
└──────────────┴──────────────┴──────────────┴──────────────────┘

Quick Example

Here's how a typical AgileFlow workflow looks:

# 1. Create an epic for a new feature
/epic EPIC=EP-0001 TITLE="User Authentication" GOAL="Secure user login system"
 
# 2. Break it down into stories
/story EPIC=EP-0001 STORY=US-0001 TITLE="Login form" OWNER=AG-UI
 
# 3. Start working on a story
/status STORY=US-0001 STATUS=in-progress
 
# 4. Get AI-guided implementation
/babysit
 
# 5. Verify your implementation
/verify US-0001
 
# 6. Generate a PR
/pr STORY=US-0001

How It Works

  1. Install AgileFlow - One command adds all capabilities to your project
  2. Plan with AI - Use agents to break down features into actionable stories
  3. Track Progress - Real-time status updates in status.json
  4. Collaborate - Agents communicate via the message bus
  5. Ship - Automated PR generation and changelog updates

Philosophy

AgileFlow is built on these principles:

  • Convention over configuration - Sensible defaults that just work
  • Transparency - All data is plain text, version-controlled
  • Composable - Use only what you need
  • AI-first - Designed for human-AI collaboration
  • Internationalization - Available in 5 languages (Spanish, French, German, Portuguese, Arabic)

Next Steps

Ready to get started?

  1. Quick setup: Run npx agileflow@latest setup to install
  2. Interactive tutorial: Follow our Getting Started wizard
  3. Deep dive: Check the Installation guide for all options