一键导入
execute-implementation-task
Instructions for executing a task from an implementation plans. Use when specifically requested.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Instructions for executing a task from an implementation plans. Use when specifically requested.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Publishes a clean normal feature or task branch and creates its pull request on explicit human request.
Instructions for writing good design plan artifacts. Use when specifically requested.
Instructions for writing good implementation plans artifacts. Use when specifically requested.
Instructions for executing implementation plans. Use when specifically requested.
Instructions for investigating a codebase to answer a specific question.
Reviews code changes directly against quality standards. Use when no implementation plan or journal exists.
| name | execute-implementation-task |
| description | Instructions for executing a task from an implementation plans. Use when specifically requested. |
Report objective facts and verification results rather than risk or workflow escalation verdicts. Final QA runs once after execution under the orchestrator.
Read the provided implementation plan artifact and find the task you were assigned in the document. Execute the task to completion and report results back to your caller.
Use this skill when an orchestrator needs to dispatch a single, specific task from an implementation plan to an executor subagent — rather than the entire plan at once.
This skill is a sub-skill called by orchestrators that need granular per-task dispatch (e.g. when parallelising independent tasks or isolating a single failing task for re-execution).
Do not confuse with execute-implementation-plan, which executes every task in the plan in
sequence. Use this skill only when targeted single-task execution is needed.
Your prompt must include:
task-03)If either is missing, ask before proceeding. Do not guess.
The work is complete after the task is fully executed such that the acceptance criteria are fully met.
All code that is produced must have unit test coverage. If a section should not be tested (generic setup/boilerplate) or cannot be directly tested (external calls that would be onerous to mock), exclude it via inline exclusion markers for the coverage tool. 100% coverage for all new or modified code should be the goal.
You are writing code, not providing commentary on the plan artifact. If you have doubts about the plan, you should report that feedback to the caller before you start executing the task. Do NOT modify ANY planning documents.
Follow these steps during execution:
Report back to your caller. You must include the following: