planning
Installation
SKILL.md
Planning - Design Before Code
Structured workflow for planning implementation before writing code. Prevents wasted effort from diving in without a clear direction.
When to Use
- New features spanning multiple files or modules
- Refactors touching backend, frontend, or ingestion layers
- Bug fixes where the root cause is unclear
- Any task where the approach isn't immediately obvious