Commands
AgileFlow provides 139 slash commands that you can use directly in Claude Code. All commands follow the pattern /agileflow:command-name.
Command Categories
Planning
Commands for creating and organizing work:
| Command | Description |
|---|---|
/discovery | Structured discovery workflow with brainstorming and product briefs (subcommands: new, brief) |
/ideate | Generate improvement ideas using multi-expert analysis |
/epic | Create a new epic with stories (subcommands: list, view) |
/story | Create a user story with acceptance criteria (subcommands: list, view) |
/sprint | Data-driven sprint planning with velocity forecasting |
/deps | Visualize dependency graph with critical path detection |
/auto | Auto-generate stories from PRDs, mockups, or specs |
/roadmap:analyze | Automated competitor analysis with feature gap identification |
Tracking
Commands for monitoring progress:
| Command | Description |
|---|---|
/status | Update story status and progress |
/board | Display visual kanban board with WIP limits |
/blockers | Track and resolve blockers with actionable suggestions |
/metrics | Analytics dashboard with cycle time and throughput |
/velocity | Track velocity and forecast sprint capacity |
Development
Commands for implementing features:
| Command | Description |
|---|---|
/babysit | Interactive mentor for end-to-end feature implementation |
/verify | Run project tests and update story test status |
/review | AI-powered code review with quality suggestions |
/pr | Generate pull request description from story |
/impact | Analyze change impact across codebase |
/audit | Verify story completion (tests + acceptance criteria) |
/story-validate | Validate story completeness before development |
/code:logic | Multi-agent logic analysis with consensus voting for finding logic bugs |
/code:security | Multi-agent security vulnerability analysis with consensus voting |
/code:performance | Multi-agent performance bottleneck analysis with consensus voting |
/code:test | Multi-agent test quality analysis with consensus voting |
/code:completeness | Multi-agent completeness analysis for forgotten features and dead code |
/code:legal | Multi-agent legal risk analysis with consensus voting |
Operations
Commands for DevOps and releases:
| Command | Description |
|---|---|
/ci | Bootstrap CI/CD workflow with testing and quality checks |
/deploy | Set up automated deployment pipeline |
/changelog | Auto-generate changelog from commit history |
/packages | Manage dependencies with updates and security audits |
/tests | Set up automated testing infrastructure |
/debt | Track and prioritize technical debt items |
/automate | Manage scheduled automations for recurring tasks |
/api | Start REST API server for external dashboard integrations |
/serve | Start Dashboard WebSocket server for real-time UI communication |
Documentation
Commands for maintaining docs:
| Command | Description |
|---|---|
/adr | Create an Architecture Decision Record (subcommands: list, view, update) |
/docs | Synchronize documentation with code changes |
/readme-sync | Synchronize a folder's README.md with its current contents |
/research | Research management with subcommands: ask, import, list, view, analyze |
/context | Context generation with subcommands: full, export, note |
/help | Display AgileFlow system overview and all commands |
Collaboration
Commands for team coordination:
| Command | Description |
|---|---|
/assign | Assign or reassign a story to an owner |
/handoff | Document work handoff between agents |
/update | Generate stakeholder progress report |
/retro | Generate retrospective with Start/Stop/Continue format |
/feedback | Collect and process agent feedback |
SEO
Commands for search engine optimization audit and improvements:
| Command | Description |
|---|---|
/seo | SEO command router (subcommands below) |
/seo:audit | Full technical and content SEO audit |
/seo:page | Single page SEO optimization analysis |
/seo:technical | Technical SEO deep-dive (crawlability, indexation, structure) |
/seo:content | On-page content optimization for keywords and readability |
/seo:images | Image optimization audit (alt text, compression, responsive) |
/seo:schema | Structured data markup review and rich snippets |
/seo:sitemap | Sitemap optimization and URL coverage analysis |
/seo:geo | Local SEO optimization for geographic targeting |
/seo:hreflang | International SEO and hreflang configuration audit |
/seo:competitor | Competitive SEO analysis and gap identification |
/seo:plan | SEO strategy planning with 90-day roadmap |
/seo:programmatic | Programmatic SEO opportunities for scaled content |
Advertising
Commands for paid advertising audit and campaign planning:
| Command | Description |
|---|---|
/ads | Paid advertising command router (subcommands below) |
/ads:audit | Full multi-platform audit with 190 checks across 6 platforms |
/ads:plan | Campaign planning with industry templates (SaaS, e-commerce, B2B, local) |
/ads:google | Google Ads deep-dive audit (74 checks) |
/ads:meta | Meta/Facebook Ads audit (46 checks) |
/ads:creative | Cross-platform creative quality review (21 checks) |
/ads:budget | Budget allocation and bidding strategy analysis |
/ads:landing | Landing page optimization audit (CWV, CTA, trust signals) |
/ads:competitor | Competitive intelligence and messaging gap analysis |
/ads:linkedin | LinkedIn Ads audit (9 checks) |
/ads:tiktok | TikTok Ads audit (8 checks) |
/ads:microsoft | Microsoft Ads audit (7 checks) |
/ads:youtube | YouTube Ads audit (8 checks) |
Advanced
Specialized commands for complex tasks:
| Command | Description |
|---|---|
/multi-expert | Deploy multiple domain experts on the same problem |
/council | Convene AI Council for strategic decisions (3 perspectives) |
/rpi | Research-Plan-Implement workflow with phase transitions |
/rlm | Analyze complex documents using RLM pattern |
/workflow | Define and run parameterized workflow templates |
/batch | Process multiple items with functional patterns |
/choose | AI-directed decision making with structured options |
Setup & Maintenance
Commands for configuration and system health:
| Command | Description |
|---|---|
/configure | Configure advanced AgileFlow features |
/install | Post-install validation and health checks |
/diagnose | System health diagnostics |
/maintain | Periodic maintenance (updates, cleanup, health checks) |
/validate-expertise | Validate expertise files for drift and staleness |
/agent | Onboard a new agent with profile and contract |
/compress | Compress status.json by removing verbose fields |
/whats-new | Show what's new in AgileFlow |
/template | Create and manage custom document templates |
/baseline | Mark current state as verified baseline |
Usage Patterns
Basic Usage
# Simple command
/agileflow:board
# Command with required parameters
/agileflow:status STORY=US-0001 STATUS=in-progress
# Command with optional parameters
/agileflow:metrics TIMEFRAME=30d EPIC=EP-0001 FORMAT=markdownParameter Conventions
- Required parameters:
PARAM=<value>- Must be provided - Optional parameters:
[PARAM=<value>]- Can be omitted for defaults - IDs: Use patterns like
EP-0001,US-0001,AG-UI - Lists: Comma-separated values where noted
Getting Help
# Show all available commands
/agileflow:help
# System diagnostics
/agileflow:diagnoseTry It Yourself
Explore AgileFlow commands interactively in this sandbox:
No output yet
Click "Run" or press ⌘↵ to execute
This is a simulated environment. Actual output may vary based on your project state.
No output yet
Click "Run" or press ⌘↵ to execute
This is a simulated environment. Actual output may vary based on your project state.
No output yet
Click "Run" or press ⌘↵ to execute
This is a simulated environment. Actual output may vary based on your project state.
Session Commands
Commands for managing work sessions and parallel workstreams:
| Command | Description |
|---|---|
/session:new | Create a parallel session with git worktree |
/session:resume | Switch to a different session |
/session:status | View all sessions and their state |
/session:end | End session and optionally clean up worktree |
/session:history | View past session history and metrics |
/session:init | Initialize session tracking system |
Skill Commands
Commands for browsing and installing skills from the marketplace:
| Command | Description |
|---|---|
/skill:list | List installed skills and browse marketplace recommendations |
/skill:recommend | Get skill recommendations based on your project's tech stack |
Team Commands
Commands for orchestrating multi-agent teams:
| Command | Description |
|---|---|
/team:start | Start a team of specialized agents from a template |
/team:list | List available team templates |
/team:status | Show team member statuses and current tasks |
/team:stop | Gracefully shut down a team |
/team:guide | Agent Teams migration guide and architecture reference |