draft-story-markdown
Generate a draft story markdown by analyzing a story tracker or feature description, Figma designs, and the codebase.
Implement story.md requirements and tasks.
$ npx -y skills add Intai/story-flow --skill implement-story-markdown --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/implement-story-markdownContext preview
The summary Claude sees to decide when to auto-load this skill.
Implement story.md requirements and tasks.
name: Implement a story according to the requirements and tasks description: Implement story.md requirements and tasks. user-invocable: false
1. First: `story-flow:plan-bdd-scenarios` (plugin - general BDD planning protocol) 2. Then: `plan-bdd-scenarios` if it exists (project-level - overrides/extends the plugin) 3. Confirm which skills are loaded before continuing with BDD planning.
🤖🧠 Agentic development workflow for AI–HI (Human Intelligence) collaboration
Repo: Intai/story-flow
Generate a draft story markdown by analyzing a story tracker or feature description, Figma designs, and the codebase.
Interactive guidance on writing complete, effective BDD scenarios for story-flow.
Interactive guidance on why human code review is essential for readability and maintainability.
Interactive guidance on creating technical design PRs to align with your team before coding.
Parse story markdown to identify task dependencies and parallel execution opportunities.
Execute BDD test scenarios from .feature files using browser automation.