원클릭으로
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.