원클릭으로
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 직업 분류 기준
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
| 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.