ワンクリックで
openspec-to-tdd-plan
Use when converting an OpenSpec change, proposal, design, specs, or tasks into implementation work before coding starts
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use when converting an OpenSpec change, proposal, design, specs, or tasks into implementation work before coding starts
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | openspec-to-tdd-plan |
| description | Use when converting an OpenSpec change, proposal, design, specs, or tasks into implementation work before coding starts |
OpenSpec tasks describe requirement work. Superpowers execution needs atomic test-first tasks.
Read the current change directory:
proposal.mddesign.mdtasks.mdspecs/**/spec.mdRun node cli/bridge.mjs collect-context <change-id-or-path> when available to
catch missing files and open checklist items.
No-GSD mode: create or update
docs/superpowers/plans/<change-id>.md as the primary execution plan.
GSD mode: create or update the current GSD phase plan and reference the OpenSpec change id.
Each execution task must include:
One task should cover one observable behavior. If a task name contains "and", split it unless the behaviors are inseparable.
tasks.md as an implementation plan/opsx:apply when the user only asked for a planRead references/task-splitting.md when a change has broad or ambiguous tasks.
Use when an OpenSpec change or GSD phase is claimed complete, ready to archive, ready to ship, ready to commit, or ready for pull request
Use when starting, planning, executing, verifying, archiving, or shipping development work that should coordinate GSD Core, OpenSpec, and Superpowers
Use when reviewing implemented code, completed tasks, test coverage, or diffs for an OpenSpec change before continuing, archiving, or shipping