Systematic spec-driven workflow (specification→clarification→planning→tasks→implementation→validation) for feature development. Auto-executes when user clearly wants to build, create, add, implement, develop, make, construct, or set up software features, components, or functionality.
Limited to specific tools
Additional assets for this skill
This skill is limited to using the following tools:
Provides natural language access to /specswarm:build command.
Trigger this skill when the user mentions:
Examples:
Confidence-Based Execution:
Detect that user mentioned building/creating software
Extract the feature description from their message
Assess confidence and execute accordingly:
High Confidence (95%+) - Auto-execute immediately:
/specswarm:build "feature description"Medium Confidence (70-94%) - Ask for confirmation:
Low Confidence (<70%) - Always ask:
If user cancels (Ctrl+C) or selects Option 2, process normally without SpecSwarm
After command completes, STOP - do not continue with ship/merge
/specswarm:build runs complete workflow:
Stops after implementation - does NOT merge/ship/deploy.
This skill should trigger not just on exact keywords, but semantic equivalents:
Build equivalents: build, create, make, develop, implement, add, construct, set up, establish, design Feature terms: feature, component, functionality, module, system, page, form, interface
User: "Build user authentication with JWT"