Build a new application from a plain-English description using Shipwright's autonomous 9-phase pipeline
Copy the command definition below into:
~/.claude/commands/build-davepoon.md---
description: Build a new application from a plain-English description using Shipwright's autonomous 9-phase pipeline
category: app-builder
argument-hint: <app-description>
---
Build a complete application from the provided description. Shipwright will:
1. Analyze requirements and generate a spec
2. Select the optimal stack (Next.js, FastAPI, Express, or Static)
3. Scaffold the project structure
4. Implement all features
5. Generate comprehensive tests
6. Run linting and security checks
7. Generate documentation
8. Verify the build
9. Prepare for deployment
Usage: `/shipwright:build <description of your app>`