What problem does it solve? Large or ambiguous issues in Todero cannot be delegated or executed until they are broken into concrete, owned, and verifiable work items. This Skill turns an issue or request into a structured implementation plan that the Todero executor can actually run. ## Core Features & Use Cases - Structured Plan Documents: Produces a plan with goal, context reviewed, constraints, approach, work breakdown, acceptance bar, risks, and deferrals, saved as the issue's plan document via the Todero API. - Delegation-Ready Work Breakdown: Splits work into child issues with imperative titles, owner specialties, deliverables, acceptance criteria, and explicit blocked-by relationships. - Approval Workflow: Files the plan with PUT /api/issues/{issueId}/documents/plan, comments a summary, and creates a request_confirmation interaction when approval is required, moving the issue to in_review. - Use Case: A manager inherits an issue like "Build the onboarding flow" that is too large for one heartbeat. The Skill produces a plan with ordered child issues for engineering, design, and QA, each independently checkout-able, then requests confirmation before any subtasks are created. ## Quick Start Ask the agent to plan the current Todero issue and save the breakdown as the issue's plan document for review.