What problem does it solve? Complex features often fail or drift because development starts without a structured implementation plan. This Skill turns a feature request into a detailed, step-by-step implementation plan before any code is written. ## Core Features & Use Cases - Implementation Planning: Generates a detailed plan for complex features based on the arguments you provide. - Command-Style Invocation: Invoked as /plan, treating any accompanying text as arguments that describe the feature to plan. - Use Case: Before building a new authentication system, invoke the plan with your requirements to receive a structured breakdown of tasks, components, and implementation steps. ## Quick Start Invoke /plan followed by a description of the feature you want to build, such as "/plan add OAuth login with Google and GitHub providers".