一键导入
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 页面并帮你完成安装。
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
基于 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.