From csdlc
Decompose a design doc into implementable stories (CSDLC Step 1). Read a design doc from Foundry or local file, break it into scoped stories with acceptance criteria. Use when the user says "breakdown", "stories", "decompose", "Step 1", or "break this into tickets".
npx claudepluginhub danhannah94/claymore-plugins --plugin csdlcThis skill uses the workspace's default tool permissions.
Break down this design doc into implementable stories: **$ARGUMENTS**
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Checks Next.js compilation errors using a running Turbopack dev server after code edits. Fixes actionable issues before reporting complete. Replaces `next build`.
Break down this design doc into implementable stories: $ARGUMENTS
Step 1 takes a refined design doc and extracts implementable stories. By the time this runs, most ambiguity should already be resolved from Step 0 refinement.
Read the design doc. $ARGUMENTS is either:
get_page to read itIdentify the project prefix. Check the design doc or WORKFLOW.md for the naming convention (e.g., FND for Foundry, RTR for Routr). If not found, ask.
Extract stories. For each distinct capability, feature, or change in the design doc, create a story. Every story needs:
{PROJECT}-{EPIC#}-{STORY#} (e.g., FND-E12-S1)Sequence the stories. Identify:
Output the breakdown. Format as a structured list. Include a dependency diagram if there are non-trivial dependencies.
### {PROJECT}-{EPIC#}-S{N}: {Title}
**Scope:** {What specifically gets built}
**Acceptance criteria:**
- [ ] {Specific, testable criterion}
- [ ] {Another criterion}
**Target files:** {file1.ts}, {file2.ts}
**Boundaries:** Do NOT modify {file3.ts} or {subsystem}.
**Dependencies:** Requires S{N-1}. Can parallel with S{M}.
**Complexity:** S / M / L
Present the breakdown in conversation first. Then offer:
update_section or insert_section.md file