Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/boshu2/agentops --skill implement명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Use Agent Mail as an optional messaging and file-reservation adapter for explicitly coordinated writers. Triggers: "coordinate writers", "reserve files".
Operate explicit orchestrator, implementer, validator, and scribe roles through a caller-selected agent runtime. Triggers: "agent-native factory", "role-shaped agent panes", "persistent workers".
Initialize minimal AgentOps documentation and verdict storage without taking over repository workflow. Triggers: "bootstrap AgentOps", "initialize AgentOps docs".
SKILL.md 표시 중
| name | implement |
| description | Execute one bounded RED to GREEN experiment |
Execute exactly one bounded experiment described by the resolved bead or caller intent. Implement owns subject edits and factual evidence. It does not create a second planning record or a model-authored candidate packet.
subject-manifest.v1 from
the before/after subject. Do not make the model transcribe those facts.Specialists such as standards, domain, test, refactor, and security may provide advice. They are never hard dependencies and cannot add lifecycle authority.
During edits, run the smallest deterministic checks that can falsify the active change. Reuse exact-input receipts when their subject and tool identity still match. Run an expensive full-suite check at the integration boundary, or earlier only when the intent explicitly makes it the first acceptance check. Repeatedly replaying the full suite after every focused edit adds latency, not proof.
On discovering a live consumer of the change outside the declared write scope
— a test asserting the old path, a generated twin, a gate reading the moved
file — stop and report the exact file and line to the caller. Do not silently
expand scope to absorb it. One repair revision of the intent is the maximum
before escalating to the caller; the 2026-07-15 heal-skill fold took three
intent revisions (lineage under .agents/ao/intents/sha256/26a4f2be...eb48)
because hand-enumerated scope kept missing live consumers.
Before declaring GREEN, self-audit the diff for mocks, placeholders, TODO stubs, hardcoded fixture values, weakened assertions, regenerated goldens, widened tolerances, suppression directives, or specification edits standing in for real behavior. When the diff changes a test, gate, fixture, golden, or acceptance source, state why the original intent requires that change and confirm that green came from the implemented behavior rather than a weakened oracle. A check that passes against a substitute or weakened oracle is not evidence for the acceptance criterion; either finish the behavior or report it as not built.