一键导入
implement
Implement a single planned issue, optionally inside a bounded autonomous loop. Use to execute one unit of an approved plan.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Implement a single planned issue, optionally inside a bounded autonomous loop. Use to execute one unit of an approved plan.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Reference only (do NOT invoke as an action): token-reduction conventions (subagent isolation, artifact compaction). Applied throughout the other skills.
Reference only (do NOT invoke as an action): the RICE scoring convention for the goal-loop backlog. Read by the loop/make-plan skills.
Run a continuous goal-loop: work a prioritized RICE-scored backlog toward a standing goal, cycle after cycle, consuming/emitting signals. Use for ongoing autonomous improvement toward a goal; not for a single discrete task (use run).
Run the enabled compliance checklists (any of HIPAA / HITRUST / ISO 27001 / SOC 2) against the diff, separating code-verifiable findings from organizational controls. Always run before committing a sensitive change.
Emit or consume cross-loop signals (observations / frictions / opportunities) in the shared signals/ store. Use to record a finding for other loops or teammates, or to read relevant ones before deciding. PHI must never go in a signal.
Verify UI changes by capturing Playwright screenshots and attaching them to the PR (GitHub-native, no third-party hosts). Use when a change touches the frontend.
| name | implement |
| description | Implement a single planned issue, optionally inside a bounded autonomous loop. Use to execute one unit of an approved plan. |
Implement the work described in an issue or task.
CAR-123) or path to a local plan .md file — required.md path is provided, read that file.TaskList), read it with TaskGet for the latest state and dependencies.TaskUpdate it to in_progress. This is what makes the work resumable across sessions (see /resume).TaskUpdate the Claude Code Task to completed only when the work is fully done (no failing checks, no partial implementation). If blocked, keep it in_progress and note the blocker.--autonomous)When --autonomous is set, wrap steps 3–4 in the bounded convergence loop (the same cap-3 mechanism /run Phase 4 uses):
run.md): run the project's tests and /review-code against the diff; collect failures/findings.completed and stop. Not clean → fix and repeat from step 1.completed past unresolved failures, and never auto-push.Sensitive work still runs /secure and stops at the final commit/push approval. Without --autonomous, do a single pass (steps 1–5 above) and stop.