|
# Workflow: /build
<meta>
<trigger>/build</trigger>
<description>Master orchestration engine for zero-to-one project construction or heavy feature development. Chains planning, modeling, and iterative coding in a controlled flow.</description>
</meta>
## Step 1 — Context & Planning
Reads Workspace MD to adapt language and technical rigor. Creates a detailed structural plan including entity modeling, architectural patterns, and API contracts.
## Step 2 — Iterative Build Loop
Layer-by-layer construction:
1. **Persistence**: Data models and migrations.
2. **Business Rules**: Services and core logic.
3. **Controllers/Actions**: Routes and request processing.
4. **Interface**: UI components and final integration.
## Step 3 — Validation Checklist
Final scan for forgotten logs, explicit error handling, and compliance with the project's TypeScript level.