define-mission
Write a mission anchor for ploop — a bounded goal to complete
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Write a mission anchor for ploop — a bounded goal to complete
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
| name | define-mission |
| description | Write a mission anchor for ploop — a bounded goal to complete |
| argument-hint | [anchor file save path] |
| disable-model-invocation | false |
Anchor file save path: $ARGUMENTS or ANCHOR.md
ploop(advisor loop)은 agent가 오랜 시간 자율적으로 작업하는 loop다. anchor는 그 loop를 붙들어 매는 기준 파일로, context가 유실되어도 항상 원문 그대로 보존된다.
Mission은 완료 조건이 명확한 목표다. agent는 목표에 필요한 요구사항을 모두 달성하고 끝낸다. advisor는 목표가 완전히 달성되면 loop를 종료한다.
/ploop:launch [anchor text] 하라고 안내하라.
/ploop:launch는 파일 경로가 아닌 내용을 copy & paste해야 한다.# Mission(달성할 목표)과 # Constraint(허용 범위)는 필수, # Background(목표의 배경)와 # Reference(관련 link — URL·파일 경로)는 선택이며, section은 자유롭게 추가할 수 있다.launch the advisor loop
Long-running (6-30h) multi-agent code-architecture optimization — cross-examines antipatterns into consensus, then applies only the highest-ROI refactors. Not for routine refactors.
Long-running (6-30h) multi-agent documentation-architecture optimization — verifies every claim in every non-executable text (markdown, spec systems, comments) against the code, cross-examines discrepancies into consensus, then applies only the highest-ROI fixes. Code is never modified — defects are reported, not fixed. Not for touching up a single file.
Long-running (6-30h) multi-agent integrity-boundary optimization — hunts every reachable state the boundary (types, invariants, error definitions, tests) fails to contain, then absorbs only the highest-ROI set into it — code and docs both, pinned by tests. Not for fixing a known bug.
Answer the owner's questions about a running or finished loop from its records — read-only, in a separate session
Implement the planned change task by task, then spawn the independent verify stage until it passes