一键导入
task-implement
Use to implement a specific subphase from a D2E implementation plan with scope discipline, testing, and review.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use to implement a specific subphase from a D2E implementation plan with scope discipline, testing, and review.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use for D2E backend function development and debugging under repos/Data2Evidence/plugins/functions, including Trex-hosted Deno/Express services, function route tracing through plugins/functions/package.json, temporary diagnostic logging, WATCH-mode function reloads, trex restart fallback, and filtered Docker logs.
Use for D2E backend function development and debugging under repos/Data2Evidence/plugins/functions, including Trex-hosted Deno/Express services, function route tracing through plugins/functions/package.json, temporary diagnostic logging, WATCH-mode function reloads, trex restart fallback, and filtered Docker logs.
Use for D2E backend function development and debugging under repos/Data2Evidence/plugins/functions, including Trex-hosted Deno/Express services, function route tracing through plugins/functions/package.json, temporary diagnostic logging, WATCH-mode function reloads, trex restart fallback, and filtered Docker logs.
Use for D2E backend function development and debugging under repos/Data2Evidence/plugins/functions, including Trex-hosted Deno/Express services, function route tracing through plugins/functions/package.json, temporary diagnostic logging, WATCH-mode function reloads, trex restart fallback, and filtered Docker logs.
Use when updating, regenerating, reviewing, or troubleshooting Data2Evidence OpenAPI specs under docs/openapi/specs and tools/d2e-openapi-spec, including source-diff review from the previous baseline, clean generation from latest origin/develop, request/response/example updates, and OpenAPI style checks.
Use when updating, regenerating, reviewing, or troubleshooting Data2Evidence OpenAPI specs under docs/openapi/specs and tools/d2e-openapi-spec, including source-diff review from the previous baseline, clean generation from latest origin/develop, request/response/example updates, and OpenAPI style checks.
| name | task-implement |
| description | Use to implement a specific subphase from a D2E implementation plan with scope discipline, testing, and review. |
Use when given a specific subphase from a plan-implementation.md.
plan-implementation.md.plan-implementation.md has a dedicated markdown file in the project folder, using a stable name such as phase-01-short-title.md. Create missing phase files as concise placeholders that link back to plan-implementation.md, list the phase scope, subphases, acceptance criteria, verification plan, and current status.knowledge/INDEX.md for relevant knowledge before code search or edits.The coordinator owns the target subphase, final working tree, and final summary.
Prefer subagents when available and useful for bounded work, especially to preserve coordinator context during exploration and review. Codex requires the user request to explicitly mention subagents, delegation, or parallel agent work before spawning subagents. Tell users to invoke this workflow as /task-implement <subphase> use subagents when they want explorer, worker, or reviewer subagents. If the request does not explicitly mention subagents, use the sequential fallback:
Workers and reviewers must not broaden the subphase or fix adjacent issues unless explicitly asked. If subagent findings conflict, the coordinator decides or records a concise blocked note with the unresolved decision.
Before finalizing, run focused tests/builds where practical and summarize changed files, verification performed, acceptance criteria covered, and risks or follow-up decisions.