draft-story
Generate a draft story markdown from a story tracker or a feature description
Learn story-flow concepts with interactive guidance for junior developers
> /plugin marketplace add Intai/story-flow > /plugin install story-flow@story-flow
How it fires
How this command gets triggered: by you, by Claude, or both.
/learn-story-flowContext preview
What this command does when you run it.
Learn story-flow concepts with interactive guidance for junior developers
argument-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:
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
Generate a draft story markdown from a story tracker or a feature description
Execute BDD test scenarios in a .feature file using browser automation. Use --record to generate a Playwright .spec.js file.