/learn-story-flow
Learn story-flow concepts with interactive guidance for junior developers
$ npx -y skills add Intai/story-flow --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/learn-story-flow
Context preview
What this command does when you run it.
Learn story-flow concepts with interactive guidance for junior developers
Command definition
learn-story-flow.mdargument-hint: [topic (optional)] description: Learn story-flow concepts with interactive guidance for junior developers
If a topic is provided ($1), load the corresponding skill using the Skill tool:
- Load skill: `junior-flow:learn-$1`
If no topic is provided, output the following exactly:
---
Which topic would you like to explore? (Enter the number or topic name)
| # | Topic | Description | |---|-------|-------------| | 1 | `technical-design` | Why discuss technical design before implementation? | | 2 | `review-implementation` | Why review implementation even with 100% test coverage? | | 3 | `bdd-scenarios` | What defines effective, complete BDD scenarios? |
---
After the developer selects a topic, load the corresponding skill.
If the requested topic doesn't exist, inform the developer and show the available topics table above.
🤖🧠Agentic development workflow for AI–HI (Human Intelligence) collaboration
Repo: Intai/story-flow
Other commands on story-flow.
- /draft-story
Generate a draft story markdown from a Jira/ClickUp story or a feature description
Open command - /analyze-tasks
Analyze task dependencies for parallel execution
Open command - /execute-scenario
--- argument-hint: [ST-01 or all, @path/to/file.feature (use * for wildcard), ..., --record (optional)] description: Execute BDD test scenarios in a .feature file using browser automation. Use --record to generate a Playwright .spec.js file. ---
Open command - /implement-story
Implement a story according to the requirements and tasks
Open command - /review-story
Review a story markdown, optionally against a Jira/ClickUp story
Open command

