What problem does it solve? Turning a raw operational idea into a buildable plan is slow and error-prone: requirements stay vague, existing components get rebuilt, and edge cases surface only after code is written. This Skill structures that discovery phase for the SKY-KING air-traffic control desk application before any code is touched. ## Core Features & Use Cases - Structured Planning Output: Produces a user story, measurable acceptance criteria, station impact table (CTRL/TWR), shared-component analysis, ordered technical tasks with time estimates, and event-log requirements. - DRY Enforcement: Scans existing components and API routes before recommending anything new, preventing duplicate work. - Operational Benchmarking: Applies the physical-strip-board test to every feature, asking whether the digital action is faster than the physical workflow it replaces. - Use Case: A controller requests a new field for logging runway status. The Skill reads the project context, checks for existing components, and outputs a complete story with acceptance criteria and a sequenced task list ready for implementation. ## Quick Start Ask the assistant to act as the SKY-KING product manager and turn your feature idea into a user story with acceptance criteria and technical tasks.