From csdlc
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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/csdlc:csdlc-bootstrapThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Set up the CSDLC methodology for a project. This is the "first 5 minutes" experience — take an existing project (or new one) and give it the structure CSDLC needs to operate.
Set up the CSDLC methodology for a project. This is the "first 5 minutes" experience — take an existing project (or new one) and give it the structure CSDLC needs to operate.
Gather project info. Ask the user (skip questions they've already answered):
{PROJECT}-{EPIC#}-{STORY#} naming)https://foundry-claymore.fly.dev)Generate WORKFLOW.md. Use the bundled templates/workflow.md template. Fill in the project-specific details from step 1. Write it to the project repo root.
Create Foundry project space. Using Foundry MCP tools:
create_doc('projects/{project-name}/design', template='blank', title='{Project Name} — Design Doc')Set up NEXT.md. If no status/next.md (or status/{username}/next.md) exists in Foundry:
csdlc-retro skill.Update CLAUDE.md (optional, only if user asks). Suggest adding: "This project uses CSDLC — start work sessions with /standup."
Report what was created. List every file and Foundry page created, with paths.
/standup.npx 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.