planning-pipeline
Installation
SKILL.md
Planning Pipeline, Five Lenses, One Pass
Purpose
Force the expensive questions (is this worth building, is the scope right, will the architecture hold, what does the user actually see, how do we know it worked) BEFORE code exists, for work where being wrong is expensive.
When this fires vs. when it does not
| Situation | Path |
|---|---|
| New product, new project, new revenue surface | This pipeline |
| Multi-week build with staged milestones | This pipeline |
| Architecture decision that is costly to reverse | This pipeline |
| A feature inside an existing product | Built-in Plan mode + 1 Codex adversarial round |
| Bug fix | /investigate |
| Refactor, config, typo, <10 lines | Just do it |
| Exploratory prototyping | Just do it, no gate |
When in doubt, ask the owner in one line which path she wants. Do not run the full pipeline by default.