
Project Preflight — Diagnose & Set Up
Before you write code, kill the causes of rework. A phase-gate skill that runs a pre-implementation diagnosis (clarify requirements, success criteria, non-goals, hidden risks) and sets up the dev environment (toolchain check, repo init, dependency/secret/config templates, DB/API contract, folder layout). Each gate must pass before moving on. Delivers a diagnosis report, a stack-selection doc, and a ready-to-build foundation to hand off to implementation.
#Engenharia
Avaliação
São necessárias mais avaliações
Vendas
0
Como usar
Baixar
Project Preflight — Diagnose & Set Up
Kill the biggest source of waste — "just start coding, then rebuild later" — before it happens. Rework gets more expensive the later you fix it.
Who it's for
- Anyone starting a new app/system who wants a clear first move
- Teams that keep rebuilding because requirements were vague
- Anyone who wants to avoid getting stuck later on stack or DB/API gaps
Phase-gate method (pass each gate to proceed)
- Phase 1 Requirements diagnosis — success criteria, non-goals, quantify vague terms (Gate 1)
- Phase 2 Stack selection + risk diagnosis — choose by fit, verify the biggest risk early (Gate 2)
- Phase 3 Environment setup — toolchain check, repo init, .env template, DB/API contract, boot check (Gate 3)
Deliverables
- Pre-implementation diagnosis report
- Stack-selection doc (with reasoning)
- A ready-to-build foundation to hand off to implementation
Bundled
references/requirements_checklist.md— requirements diagnosis checklistreferences/stack_selection.md— stack-selection matrix + risk diagnosisreferences/env_bootstrap.md— environment setup steps


