一键导入
tasks-from-spec
Add or update the tasks section inside an approved executable spec.yml, with each task tracing to scenarios, acceptance criteria, and verification
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Add or update the tasks section inside an approved executable spec.yml, with each task tracing to scenarios, acceptance criteria, and verification
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | tasks-from-spec |
| description | Add or update the tasks section inside an approved executable spec.yml, with each task tracing to scenarios, acceptance criteria, and verification |
| user-invocable | true |
| argument-hint | docs/specs/<slug>/spec.yml |
You are creating the task breakdown for spec-driven implementation inside the
same spec.yml. The output must make it possible for OpenCode to implement one
small vertical slice at a time without losing traceability.
Read:
docs/specs/<slug>/spec.ymlimplementation_plan section inside that specdocs/contributing/guides/spec-driven-development.mdIf either the spec or implementation_plan is missing, stop and ask the user to
run specify or plan-from-spec first.
Create or update the tasks key inside:
docs/specs/<slug>/spec.yml
Each task must include:
S-*)AC-*)verification_ids or test IDs that gate the taskstatus, blockers, dependencies, and follow-up task links when knownRun validation after editing:
python3 scripts/spec_validate.py docs/specs/<slug>/spec.yml
Use small vertical slices. A task is too large if it says "build the feature" or requires reviewing an unbounded diff.
For example, teams functionality should start with "create team model/API and owner creation test", not "build teams".
Plan-like task loop rule: failed required checks must keep the task active,
blocked, or needs_fix; they must create or suggest follow-up tasks linked to
the failed verification_ids and affected acceptance criteria. Do not create a
task that has no verification path unless it is explicitly a user-confirmed or
manual task.
Report:
Tasks: docs/specs/<slug>/spec.yml#tasks
First implementation task: T-1 <title>
Independent deployable slices: <yes/no summary>
Validation: <spec_validate result>
Next: write tests for T-1, record red evidence, implement T-1, then run `verify-spec docs/specs/<slug>/spec.yml`
Create a pull request from dev to main with proper formatting and draft release
Create a pull request from dev to main with proper formatting and draft release
Create a draft GitHub release with proper versioning and release notes
Create a well-structured task with smart field suggestions; GitHub Issues by default, Linear only for retained internal categories
Create a well-structured task with smart field suggestions; GitHub Issues by default, Linear only for retained internal categories
Start an iOS/macOS Apple app development or web-parity audit session — loads design rules, maps web sources to native code, supports Linux static audits, and verifies with Xcode when available