/draft-story
Generate a draft story markdown from a Jira/ClickUp story or a feature description
$ 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
/draft-story
Context preview
What this command does when you run it.
Generate a draft story markdown from a Jira/ClickUp story or a feature description
Command definition
draft-story.mdargument-hint: [@path/to/story.md, JIRA-123 or feature description (optional)] description: Generate a draft story markdown from a Jira/ClickUp story or a feature description
Load BOTH skills in this order using the Skill tool: 1. First: `junior-flow:draft-story-markdown` (plugin - general protocol) 2. Then: `draft-story-markdown` (project-level - overrides/extends the plugin) 3. Confirm both skills are loaded before continuing with the draft.
If $2 matches a Jira/ClickUp ticket pattern (e.g. PROJ-123, 86d2uf1mh): Draft a story markdown $1 for Jira/ClickUp story $2. If $2 is provided but is not a Jira/ClickUp ticket: 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
Other commands on story-flow.
- /learn-story-flow
Learn story-flow concepts with interactive guidance for junior developers
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

