Getting Started
Follow this interactive tutorial to learn AgileFlow step-by-step. Choose your experience level and complete each step at your own pace.
New to AgileFlow? Start here.0% complete
1
Install AgileFlow
Add AgileFlow to your project with a single command.
npx agileflow@latest setupYou should see 'AgileFlow installed successfully!' message.
Verify: Check if .agileflow directory exists in your project.2
Verify Installation
Confirm everything is set up correctly.
/agileflow:helpYou should see the AgileFlow help menu with all commands.
3
Create Your First Epic
An epic is a large feature broken into smaller stories.
/agileflow:epic EPIC=EP-0001 TITLE="My First Feature" GOAL="Learn AgileFlow basics"Check docs/05-epics/ for your new epic file.
4
Create a Story
Stories are individual tasks within an epic.
/agileflow:story EPIC=EP-0001 STORY=US-0001 TITLE="Hello World" OWNER=AG-UICheck docs/06-stories/ for your new story file.
5
View Your Board
See your project status at a glance.
/agileflow:boardYou should see your story in the Backlog column.
What's Next?
After completing the tutorials, explore more:
- Commands Reference - All 124 slash commands
- Agents Guide - Meet the 111 specialized agents
- Features - Advanced configuration options
Need help? Run /agileflow:help in Claude Code or check the troubleshooting guide.