By danhannah94
Claymore Software Development Lifecycle — skills and commands for the CSDLC methodology: refinement, design docs, intern briefing, session rituals.
Set up CSDLC for a project — generate WORKFLOW.md, create Foundry project space, scaffold design doc
Decompose a design doc into implementable stories (Step 1)
Generate a CSDLC Step 0 design doc for a feature — problem statement, scope, stories, open questions
Execute stories with sub-agents — work, review, wait for approval before merging
Hand off a story to a sub-agent (intern) for execution
Set up CSDLC for an existing project — generate WORKFLOW.md, create Foundry project space, scaffold a design doc. Use when the user says "bootstrap", "init", "set up CSDLC", "onboard this project", or when /standup detects no NEXT.md and no WORKFLOW.md.
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".
Craft a sub-agent prompt from a refined CSDLC ticket, mirroring PROCESS.md Step 2 (Agent Prompt Crafting). Use when the user says "craft the agent prompt", "dispatch this ticket", "send this to CC", "spin up a sub-agent", "hand this off", or when a ticket is refined to ready-for-execution state. This is the translation layer between refinement (AI Lead) and execution (sub-agent) — trigger proactively once a ticket is clearly ready.
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.
Execute stories with sub-agents — work the stories, review each PR, wait for human approval before merging. Bundles Steps 3 (execution), 4 (review), and optionally 5 (QA). The supervised execution mode. Use when the user says "execute", "work the stories", "run these", "go build this", or after /breakdown produces stories.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Skills and commands for the CSDLC methodology (Claymore Software Development Lifecycle) — a framework for human-AI collaborative software development.
Built for Claude Code. Powered by Foundry as the knowledge layer.
# Add the marketplace
/plugin marketplace add danhannah94/claymore-plugins
# Install the plugins
claude plugin install csdlc@danhannah94-claymore-plugins --scope user
claude plugin install foundry@danhannah94-claymore-plugins --scope user
# Activate
/reload-plugins
No clone needed. CC handles caching automatically.
| Scope | Config file | Use case |
|---|---|---|
user | ~/.claude/settings.json | Personal, across all projects |
project | .claude/settings.json | Team-shared, committed to git |
local | .claude/settings.local.json | Project-specific, gitignored |
gh) authenticated — used by /issue and sub-agent PR workflows| Command | What it does |
|---|---|
/standup [persona] | Start a CSDLC session. Load context from Foundry, deliver 5-part standup. Optional persona (e.g., /standup clay). |
/retro | End session. Write handoff to NEXT.md in Foundry. |
| Command | What it does |
|---|---|
/doc <feature> | Generate a Step 0 design doc. Selects template level (project, epic, subsystem). |
/refine <target> | Challenge and refine any artifact — design doc, idea, issue, plan. |
/bootstrap [project] | Set up CSDLC for a project — generate WORKFLOW.md, create Foundry space. |
| Command | What it does |
|---|---|
/breakdown <doc> | Decompose a design doc into implementable stories (Step 1). |
/execute <epic> | Work stories with sub-agents, review each PR, wait for approval before merging. |
/intern <story> | Hand off a single story to a sub-agent. |
/shipit <epic> | Run all stories in an epic autonomously — the Hurricane Pattern. |
| Command | What it does |
|---|---|
/review <PR> | Structured review checklist — scope, tests, acceptance criteria. |
/qa <story> | QA against acceptance criteria with evidence. |
/present <scope> | Package completed work for async human review. |
| Command | What it does |
|---|---|
/issue <title> [--repo owner/repo] | Create a GitHub issue from context. |
csdlc/)The core methodology plugin. Covers the full CSDLC pipeline:
Refinement (continuous)
↓
Step 0: Design Doc → /doc
Step 1: Story Breakdown → /breakdown
Step 2: Agent Prompts → (internal, used by /execute and /intern)
Step 3: Execution → /execute, /intern, /shipit
Step 4: Review → /review
Step 5: QA → /qa
Step 6: Human Review → /present
Skills: 13 total — csdlc-standup, csdlc-retro, csdlc-bootstrap, csdlc-doc, csdlc-breakdown, csdlc-execute, csdlc-intern, csdlc-shipit, csdlc-review, csdlc-qa, csdlc-present, csdlc-issue, csdlc-craft-agent-prompt
Bundled templates: Project design, epic design, subsystem design, workflow, agent-base, doc-agent
foundry/)The knowledge layer plugin. Skills for working with Foundry's MCP toolset.
Skills: foundry-mcp-reference (tool patterns + gotchas), foundry-review (annotation conventions for refinement)
CSDLC is a methodology for human-AI collaborative software development. The key ideas:
/standup to start a CSDLC session. Without it, CC works normally.NEXT.md), stories, and reviews all live in Foundry. This solves the cold start problem — every session starts informed./refine challenges any artifact before it's acted on. 30 minutes of refinement saves hours of rework.For the full methodology, see the CSDLC Thesis.
npx claudepluginhub danhannah94/claymore-plugins --plugin csdlcFoundry documentation platform — skills and commands for working with Foundry's MCP toolset.
Project management agents — agile coach, delivery manager, progress tracking
Streamline design operations with critique frameworks, handoff specs, sprint planning, review processes, and team workflows.
Compound Engineering workflow: PRD-driven sprints, isolated worktrees, hook-enforced safety, automated learning. Skills become /vini-workflow:plan, /vini-workflow:compound, etc.
Software development lifecycle automation - slash commands, agents, and GitHub/GitLab webhook watchers
Feature development with code-architect/explorer/reviewer agents, CLAUDE.md audit and session learnings, and Agent Skills creation with eval benchmarking from Anthropic.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.