plugins/ss/skills/ss-build/SKILL.md
Spec-driven feature development workflow. Triggers on build/create/add/implement/develop intent.
npx skillsauth add martybonacci/specswarm ss-buildInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Provides natural language access to /ss:build command.
Current build state:
!cat .specswarm/build-loop.state 2>/dev/null || echo "No active build"
Trigger this skill when the user mentions:
Examples:
Skill-Based Routing:
Detect that user mentioned building/creating software
Extract the feature description from their message
Route based on intent clarity:
Clear intent - Execute directly:
/ss:build "feature description"Ambiguous intent - Ask for confirmation:
If user selects Option 2, process normally without SpecSwarm
After command completes, STOP - do not continue with ship/merge
/ss: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"
development
Upgrade deps/frameworks with breaking change analysis. Triggers on upgrade/update/migrate/modernize intent.
development
Check build progress and session status. Triggers on progress/status/done/how's-the-build intent.
testing
Quality-gated merge to parent branch (DESTRUCTIVE). ALWAYS confirms on ship/deploy/merge/release intent.
data-ai
Safely rollback failed features (DESTRUCTIVE). ALWAYS confirms on rollback/undo/revert/abort intent.