← ClaudeAtlas

rcode-create-storylisted

Prepare a dev-ready user story with full implementation context. Activates when the user says "create the next story", "prepare a story", "create story {id}", "write the story for", "get next story ready for dev", or "assemble story context". Do NOT use to execute a story (use rcode-dev-story).
hanzlahabib/rcode · ★ 2 · AI & Automation · score 74
Install: claude install-skill hanzlahabib/rcode
<!-- Bridge status: not currently invoked by any rcode/workflows/*.md file (no delegate_to_skill cross-reference exists in either direction). Reachable only via direct phrase-trigger match or explicit @-inclusion. See AUDIT-redundant-work.md finding 3. --> @.rcode/references/karpathy-guidelines.md > **Note (experimental, no execution consumer):** the epics/stories/dev-story pipeline this > skill is part of is not wired to `/rcode-execute` today — `rcode-executor` only reads > `*-SPRINT.md` files (see `rcode/agents/rcode-executor.md`). The only way to "run" a story > produced here is the manual `/rcode {dev-prompt-file}` invocation documented in > `rcode/workflows/dev-story.md`, which has none of `/rcode-execute`'s atomic-commit, > checkpoint, wave, or verification machinery. Treat this pipeline as experimental / > unsupported for production execution until a decision is made to either wire it to > `/rcode-execute` or deprecate it in favor of the SPRINT.md pipeline (see > `AUDIT-redundant-work.md` finding 2). ## Overview Prepare a dev-ready user story with full implementation context. ## Workflow Follow the instructions in ./workflow.md. ## Output Format - Story file at .rcode/phases/{phase}/stories/story-{id}.md - Fixed sections: Goal | Assumptions | Context | Tasks (checklist) | Acceptance Criteria | Dependencies | File List (empty) | Dev Agent Record (empty) - Each task is ≤4 hours, in execution order - Acceptance criteria in Given/When/Then — no criterion is valid u