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".
How this skill is triggered — by the user, by Claude, or both
Slash command
/csdlc:csdlc-breakdownThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Break down this design doc into implementable stories: **$ARGUMENTS**
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 filenpx claudepluginhub danhannah94/claymore-plugins --plugin csdlcProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
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.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.