From craft
Use when the user has an active craft session (.craft/state.json exists), discusses software development lifecycle phases, or mentions ideation, planning, validation, deployment workflows, or shipping features.
How this skill is triggered — by the user, by Claude, or both
Slash command
/craft:craft-lifecycleThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use when the user has an active craft session (.craft/state.json exists), discusses software development lifecycle phases, or mentions ideation, planning, validation, deployment workflows, or shipping features.
Use when the user has an active craft session (.craft/state.json exists), discusses software development lifecycle phases, or mentions ideation, planning, validation, deployment workflows, or shipping features.
When this skill activates, you have awareness of the craft lifecycle system and can guide the user through it.
.craft/state.json existsRead the state file and provide context-aware assistance:
Report current state — Tell the user which phase they're in and what progress has been made
Suggest next action — Based on the current phase, recommend the appropriate command:
ideation in progress → Guide them through ideation or suggest completing itideation complete → Suggest /craft:planplanning in progress → Guide them through planning decisionsplanning complete → Suggest /craft:buildbuild in progress → Help with implementation, check task progressbuild complete → Suggest /craft:validatevalidate in progress → Help interpret findingsvalidate complete → Suggest /craft:shipship in progress → Help with deployment prepProvide context — When the user asks about the feature being crafted, pull relevant info from:
docs/craft/requirements.md — What's being builtdocs/craft/architecture.md — How it's designed.craft/planning/tasks.md — What tasks remain.craft/validation/review-notes.md — What issues were foundWhen the user discusses lifecycle topics without an active session:
/craft:craft does and how it can help/craft:craft for the full lifecycle or individual phase commands for specific needs:
/craft:ideate/craft:plan/craft:build/craft:validate/craft:ship/craft:craftFor detailed guidance, load from the references/ directory:
references/phase-guidelines.md — Best practices per phasereferences/deploy-platforms.md — Platform-specific deployment patternsLoad these on demand when the user needs detailed phase guidance or deployment-specific information.
npx claudepluginhub cmsxs/cmsxs-claude-marketplace --plugin craftOrchestrates structured SDLC phases by routing to specialized skills for requirements, design, planning, implementation, testing, and review. Use for multi-phase development workflows with AI DevKit.
Orchestrates development lifecycle by auto-detecting project state from artifacts, selecting mission type, and routing to phases like brainstorm, specify, plan, execute. Use for new projects, resuming workflows, or tactical fixes.
Orchestrates 6-phase SDLC pipeline (discovery, requirements, architecture, workstreams, implementation, summary) for guided feature development. Supports plan persistence, wave-based resume, autonomous mode, verification, and Stitch UI integration.