ワンクリックで
ss-build
Spec-driven feature development workflow. Triggers on build/create/add/implement/develop intent.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Spec-driven feature development workflow. Triggers on build/create/add/implement/develop intent.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Fix bugs with regression testing and auto-retry. Triggers on fix/debug/broken/error/not-working intent.
Initialize SpecSwarm for a project with constitution and standards. Triggers on setup/initialize/configure intent.
Show feature metrics and sprint analytics. Triggers on metrics/stats/analytics/how-did-we-do intent.
Modify features with impact analysis and compatibility checks. Triggers on modify/change/update/refactor intent.
Prepare releases with changelog, version bump, and tagging. Confirms on release/tag/publish/version intent.
Safely rollback failed features (DESTRUCTIVE). ALWAYS confirms on rollback/undo/revert/abort intent.
| name | ss-build |
| effort | low |
| description | Spec-driven feature development workflow. Triggers on build/create/add/implement/develop intent. |
| allowed-tools | AskUserQuestion, SlashCommand |
| hooks | [{"event":"PreToolUse","tool":"SlashCommand","handler":"validate-build-state","description":"Ensures build state is valid before executing phase commands"},{"event":"PostToolUse","tool":"SlashCommand","handler":"update-build-progress","description":"Updates build progress after each phase completes"},{"event":"Stop","handler":"continue-build-phase","description":"Checks if build workflow should continue to next phase"}] |
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"