Awesome-derived planning skill. Use when creating a new implementation plan for features, refactors, upgrades, or architecture tasks.
43:T4f6,
Use this fallback planning skill to generate structured execution plans.
Planning a new print-history export feature: layer impact = API (new endpoint) + storage (new frontmatter field) + tests (unit + integration); milestone 1 = storage schema + frontmatter read/write; milestone 2 = endpoint + schema; milestone 3 = test coverage + docs; risk = legacy PrintHistory.md files missing new field (mitigation: tolerant parser with default).