app-blueprintlisted
Install: claude install-skill chrismccoy/skills
# App Blueprint
Generates a complete, production-ready application blueprint from five inputs. Output is exactly 11 sections defined in `references/prompt-template.md`. The template is the authoritative spec - load it and follow it verbatim.
## When to Trigger
Activate on requests like:
- "Design a production architecture for [X]"
- "Blueprint an app that does [X] in [stack]"
- "Scaffold a senior-architect-grade design for [X]"
- "/blueprint" command invocation
Do NOT activate for: simple file edits, single-component design, code review, refactor planning, prototype throwaways, infrastructure manifests (docker-compose-architect / kubernetes-architect), or diagramming an existing codebase (codebase-to-mermaid). This skill plans a NEW app from an idea, not analysis of existing code.
## Required Inputs
Collect all five before generating. If any are missing, ask via `AskUserQuestion` - never invent values.
| Field | Meaning | Example |
|-------|---------|---------|
| APP_DESCRIPTION | What the app does, domain, users | "Multi-tenant SaaS for veterinary clinic scheduling" |
| TECH_STACK | Primary frameworks, db, infra | "Next.js + Postgres + Prisma + Vercel" |
| APP_TYPE | Workload class | "web app", "CLI", "mobile", "API service", "data pipeline" |
| LANGUAGE | Implementation language | "TypeScript", "Python", "Go", "Rust" |
| SCALE | Concurrent users / req-per-sec / data volume | "100 tenants, ~5k DAU, 50 rps peak" |
## Workflow
1. **Verify inputs.** If user provided fe