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.
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.