AgileFlow

Getting Started

PreviousNext

Interactive tutorial to get you up and running with AgileFlow in minutes.

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 setup
You 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:help
You 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-UI
Check docs/06-stories/ for your new story file.
5
View Your Board
See your project status at a glance.
/agileflow:board
You should see your story in the Backlog column.

What's Next?

After completing the tutorials, explore more:

Need help? Run /agileflow:help in Claude Code or check the troubleshooting guide.