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.
npx claudepluginhub danhannah94/claymore-plugins --plugin csdlcThis skill uses the workspace's default tool permissions.
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.
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`.
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.