What problem does it solve?
This Skill automates the initial planning ceremony for CALLSHEET work items, translating user intents like "implement 067" into a concrete implementation plan by pre-reading WORK.md, spec sources, and existing code patterns.
Core Features & Use Cases
- Reads WORK.md to extract acceptance criteria, blockers, source files, and deliverables, establishing a baseline for planning.
- Reads chapter metadata to understand dependency graphs and cross-cutting notes that influence implementation sequencing.
- Pre-reads spec sources to map requirements to code patterns, types, events, and router signatures, enabling a complete plan before coding.
- Generates a structured implementation plan saved to 4-work-management/work/CS-WORK-{NNN}/plans/impl-plan.md and presents it to the user for review.
- Performs AC pre-satisfaction analysis to identify which criteria are already satisfied and which require new work.
Quick Start
Load the current work item and run the planning ceremony to generate an implementation plan.