define-mission
Write a mission anchor for ploop — a bounded goal to complete
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Write a mission anchor for ploop — a bounded goal to complete
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Answer the owner's questions about a running or finished loop from its records — read-only, in a separate session
Hours-long (3-12h) multi-agent code-architecture optimization — cross-examines antipatterns into consensus, then applies only the highest-ROI refactors. Not for routine refactors.
Hours-long (3-12h) 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.
Hours-long (3-12h) 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.
Implement the planned change task by task, then spawn the independent verify stage until it passes
Archive the completed change — task gate, delta sync into main specs, revalidate
| 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은 자유롭게 추가할 수 있다.