---
description: SDP command build
globs: []
alwaysApply: false
---
<!-- GENERATED by sdp generate-adapters from sdp.manifest.yaml — do not edit manually -->
<!-- Source: prompts/commands/build.md -->
# /build — Execute Workstream

When calling `/build {WS-ID}`:

1. Load skill: `build`
2. Run pre-build hook: `scripts/hooks/pre-build.sh {WS-ID}`
3. Read WS plan
4. Execute steps using TDD
5. Run post-build hook: `scripts/hooks/post-build.sh {WS-ID}`
6. Append Execution Report to WS file

## Quick Reference

**Input:** `workstreams/backlog/WS-XXX-*.md`
**Output:** Code + tests + Execution Report
**Next:** `/build WS-XXX-02` or `/review F{XX}`