/help
Display a comprehensive overview of the AgileFlow system, folder structure, key concepts, and all available commands.
Quick Start
/agileflow:helpShows the complete AgileFlow system overview with no arguments required.
Parameters
This command takes no parameters - it automatically displays the full system overview.
What It Displays
The help command provides a one-screen overview of:
1. Folder Map
Shows the documentation structure and what lives where:
2. Core Concepts
Explains key AgileFlow concepts:
- Epics: Large features broken into stories
- Stories: Individual work items with acceptance criteria
- ADRs: Architecture Decision Records documenting design decisions
- status.json: Central status tracking file with story progress
- bus/log.jsonl: Agent communication log
3. Daily Workflow
Describes the typical development flow:
- Pick story from status.json
- Implement to acceptance criteria
- Write and run tests
- Create pull request
- Update story status
WIP Limit: Maximum 2 stories per agent at once.
4. All Available Commands
Lists 40+ AgileFlow commands organized by category:
- Planning: epic, story, sprint, deps, auto
- Tracking: status, board, blockers, metrics, velocity
- Development: babysit, verify, review, pr, impact
- Operations: ci, deploy, changelog, packages, tests
- Documentation: adr, docs, readme-sync, research, context
- Collaboration: assign, handoff, update, retro, feedback
- Advanced: multi-expert, agent, configure, diagnose, validate-expertise
Example Output
========================================
AGILEFLOW SYSTEM OVERVIEW
========================================
š FOLDER MAP
āāā 00-meta/ Metadata, config
āāā 01-brainstorming/ Ideas & proposals
āāā 02-practices/ Your practices
āāā 03-decisions/ Architecture decisions
āāā 04-architecture/ System design docs
āāā 05-epics/ Feature epics
āāā 06-stories/ User stories
āāā 07-testing/ Test documentation
āāā 08-project/ Project management
āāā 09-agents/ Status & comms
āāā 10-research/ Research notes
š KEY CONCEPTS
- Epics: Large features (EP-0001)
- Stories: Individual work (US-0001)
- ADRs: Design decisions (ADR-0001)
- status.json: Progress tracking
- bus/log.jsonl: Agent communication
āļø DAILY WORKFLOW
1. Pick story from status.json
2. Implement to acceptance criteria
3. Write and run tests
4. Create pull request
5. Update story status
ā ļø WIP Limit: Max 2 stories/agent
š COMMANDS (40+)
PLANNING
/epic Create feature epic with stories
/story Create user story with AC
/sprint Data-driven sprint planning
/deps Visualize dependency graph
/auto Auto-generate stories from spec
TRACKING
/status Update story status
/board Visual kanban board
/blockers Track and resolve blockers
/metrics Analytics dashboard
/velocity Track velocity and forecast
DEVELOPMENT
/babysit Interactive mentor
/verify Run tests and update status
/review AI-powered code review
/pr Generate PR description
/impact Analyze change impact
[... more commands ...]
========================================Usage Patterns
Use the help command when:
- New to AgileFlow: Get complete system overview
- Forgot a command: Quick command reference
- Onboarding team members: Explains system structure
- Need quick reference: One-screen overview of everything
Command Categories
Planning Commands
Create and organize work:
epic- Create epics with storiesstory- Create individual storiessprint- Sprint planning with forecastingdeps- Dependency visualizationauto- Auto-generate stories
Tracking Commands
Monitor progress:
status- Update story statusboard- Kanban board viewblockers- Blocker trackingmetrics- Analyticsvelocity- Velocity tracking
Development Commands
Implement features:
babysit- Interactive mentorverify- Test runnerreview- Code reviewpr- PR generatorimpact- Impact analysis
Operations Commands
DevOps and releases:
ci- CI/CD setupdeploy- Deployment pipelinechangelog- Auto-changelogpackages- Dependency managementtests- Test infrastructure
Documentation Commands
Maintain docs:
adr- Architecture decisionsdocs- Doc synchronizationreadme-sync- README syncresearch- Research notescontext- Context export
Collaboration Commands
Team coordination:
assign- Assign storieshandoff- Document handoffsupdate- Progress reportsretro- Retrospectivesfeedback- Collect feedback
Advanced Commands
Complex tasks:
multi-expert- Deploy multiple expertsagent- Onboard agentsconfigure- Configure featuresdiagnose- System diagnosticsvalidate-expertise- Validate expertise
WIP Limit
AgileFlow enforces a maximum of 2 stories per agent to:
- Reduce context switching
- Improve focus and quality
- Enable better collaboration
- Prevent bottlenecks
Check /board to see current WIP counts.
Daily Workflow Example
1. CHECK STATUS
/status --filter=assigned
2. PICK NEXT STORY
Story: US-0042 (3 points)
AC: Write unit tests for auth module
3. IMPLEMENT
- Create test file
- Write test cases
- Run tests locally
4. VERIFY
/verify STORY=US-0042
5. CREATE PR
/pr STORY=US-0042
6. UPDATE STATUS
/status STORY=US-0042 STATUS=in-reviewFinding Specific Commands
If you need help with a specific command:
# Example: Get help for /story command
/agileflow:story --helpOr visit the commands documentation for detailed guides on each command.
Related Commands
On This Page
/helpQuick StartParametersWhat It Displays1. Folder Map2. Core Concepts3. Daily Workflow4. All Available CommandsExample OutputUsage PatternsCommand CategoriesPlanning CommandsTracking CommandsDevelopment CommandsOperations CommandsDocumentation CommandsCollaboration CommandsAdvanced CommandsWIP LimitDaily Workflow ExampleFinding Specific CommandsRelated Commands