From csdlc
Generate a CSDLC Step 0 design doc for a feature, epic, or project. Includes bundled templates for three levels (project, epic, subsystem). Use when the user says "doc", "design doc", "Step 0", "write a design doc", or passes a feature description.
npx claudepluginhub danhannah94/claymore-plugins --plugin csdlcThis skill uses the workspace's default tool permissions.
Create a Step 0 design doc for: **$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`.
Create a Step 0 design doc for: $ARGUMENTS
Step 0 is the design doc. It defines the WHAT and WHY before anyone writes a line of code. The output is a doc ready for refinement (/refine) and then story breakdown (/breakdown).
Design docs come in three levels (from PROCESS.md):
| Level | When to use | Template |
|---|---|---|
| Project | New project, full architecture | templates/project-design.md |
| Epic | New feature/epic within an existing project | templates/epic-design.md |
| Subsystem | Architectural boundary or capability | templates/subsystem-design.md |
The test: If you removed it, would multiple unrelated features break? → Subsystem. Would one specific capability disappear? → Epic. Is it a whole new project? → Project.
If the level isn't clear from $ARGUMENTS, ask one question: "Is this a new project, a new feature within an existing project, or defining an architectural boundary?"
If $ARGUMENTS is terse (just a name), ask 2-3 clarifying questions FIRST:
If $ARGUMENTS is already descriptive, proceed — don't over-ask.
Before writing from scratch, check for existing docs:
search_docs) for related design docsRead the appropriate template from templates/ in this skill's directory. Fill it in using the information gathered. Follow these principles:
Output the draft in the conversation so the user can react. Ask:
After user feedback, ask where to save:
create_doc at the appropriate path (projects/{project}/design for project-level, projects/{project}/epics/{epic-name} for epic-level).md fileThen suggest: "Ready for /refine to challenge this, or /breakdown to extract stories?"