What problem does it solve? Multi-step features often fail because implementation starts without a clear plan, leaving developers to guess at scope, file locations, and how to verify each change. This Skill turns a spec or requirements document into a structured implementation plan where every step is small, explicit, and verifiable. ## Core Features & Use Cases - Structured Plan Format: Every plan includes a goal, current state, bite-sized steps, exact file paths, verification steps, and risks. - Task Granularity Rules: Enforces single-action steps of 2-5 minutes each, so vague items like "implement the feature" get broken down before work begins. - Command Integration: Plans can be saved as markdown or wired into Aixlarity's command system via TOML command definitions. - Use Case: Before delegating a feature to subagents via spawn_agent, generate a plan that lists each file to change and how to confirm each step worked, so reviewers and agents share the same expectations. ## Quick Start Ask the agent to read the spec and create an implementation plan for the feature with bite-sized steps, exact file paths, and verification steps.