What problem does it solve? It bridges the gap between OpenSpec change specifications and Superpowers execution by converting proposal, design, and tasks artifacts into a structured implementation plan with verified task-label mapping. ## Core Features & Use Cases - Artifact-Driven Plan Generation: Loads proposal, design, and tasks files via the openspec CLI and feeds them into the superpowers:writing-plans skill. - Automatic Plan Splitting: Splits large task lists into multiple plan files using a configurable --max-tasks threshold with user confirmation. - Mapping Coverage Verification: Scans generated plans for openspec-task annotations to confirm every OpenSpec task label is covered and valid. - Use Case: After finishing an OpenSpec proposal for a new feature, run this skill to produce dated plan files under docs/superpowers/plans/ ready for execution via /opsx:executing-plans. ## Quick Start Ask the AI to create a Superpowers implementation plan for your current OpenSpec change, optionally specifying the change name and a max-tasks limit.