learn-story-flow
Learn story-flow concepts with interactive guidance for junior developers
Generate a draft story markdown from a story tracker or a feature description
> /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.
/draft-storyContext preview
What this command does when you run it.
Generate a draft story markdown from a story tracker or a feature description
argument-hint: [@path/to/story.md, ticket ID e.g. PROJ-123, 4821 or feature description (optional)] description: Generate a draft story markdown from a story tracker or a feature description
Load skills in this order using the Skill tool: 1. First: `junior-flow:draft-story-markdown` (plugin - general protocol) 2. Then: `draft-story-markdown` if it exists (project-level - overrides/extends the plugin) 3. Confirm which skills are loaded before continuing with the draft.
If $2 matches a ticket ID pattern (e.g. PROJ-123, 86d2uf1mh, 4821, AB#4821): Draft a story markdown $1 for story $2. If $2 is provided but is not a ticket ID: Draft a story markdown $1 using "$2" as the feature description. If $2 is not provided: Draft a story markdown $1 according to the plan.
🤖🧠 Agentic development workflow for AI–HI (Human Intelligence) collaboration
Repo: Intai/story-flow
Learn story-flow concepts with interactive guidance for junior developers
Execute BDD test scenarios in a .feature file using browser automation. Use --record to generate a Playwright .spec.js file.