ワンクリックで
sdd-apply
Execute assigned SDD tasks and return structured implementation results.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Execute assigned SDD tasks and return structured implementation results.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Review SDD task plans for execution blockers and return [OKAY] or [REJECT].
Mandatory step-0 requirements discovery for non-trivial work before any implementation or SDD routing decisions.
Resolve residual spec ambiguity in place before design, with a bounded taxonomy-driven clarification pass.
Guide a semver constitution amendment and Sync-Impact Report entry.
Execute SDD task lists with real-time progress tracking, sub-agent dispatch, and verification checkpoints.
Merge completed deltas into main specs and archive the change.
SOC 職業分類に基づく
| name | sdd-apply |
| description | Execute assigned SDD tasks and return structured implementation results. |
Implement assigned SDD tasks and return durable execution results to the orchestrator.
The orchestrator passes the artifact store mode (thoth-mem, openspec, or
hybrid). Follow the persistence contract for read/write rules per mode.
thoth-mem: persist to thoth-mem only — do NOT create or modify
openspec/ files.openspec: write files only — do NOT call thoth-mem save tools.hybrid: persist to both (default).change-namepipeline-type (accelerated or full)Read the shared conventions.
Recover artifacts with the retrieval protocol in the persistence contract:
tasksspec and designproposal (used as the acceptance reference)Read the affected code before editing anything.
Execute only the assigned checklist items.
In modes that include thoth-mem, persist an implementation progress report with:
Use the memory tool binding for mem_save with the canonical SDD topic key
and required metadata fields: title, topic_key, type, project,
scope, and content.
If the orchestrator requests it, include enough detail for it to update the canonical tasks artifact and memory checkpoints accurately.
Return a structured result to the orchestrator using the Task Result envelope:
Status: completed | failed | partial Task: {task reference}
What was done: concrete list of changes Files changed: paths with descriptions Verification: check results (passed/failed) Issues: problems encountered with severity Failure/Skip reason: if applicable
Progress tracking (checkbox state updates) is managed by the orchestrator
via the harness-bound progress workflow in the executing-plans skill. Do not
update task checkboxes yourself.