colony-interaction
Use when executing commands that involve major decisions, plan commits, build starts, verifications, or phase advances
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when executing commands that involve major decisions, plan commits, build starts, verifications, or phase advances
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when Codex is asked to colonize, plan, build, continue, swarm, or seal an Aether colony and must mirror wrapper orchestration safely
Use when Codex is asked to initialize or set up an Aether colony and should refine intent before running init
Use when Codex is asked to run Aether Oracle or discuss flows and should refine scope before research or clarification
Use when acceptance criteria need unit, integration, or end-to-end tests generated from implementation context
Use when delivered functionality needs acceptance-criteria verification before a phase advances
Use when a phase involves LLMs, AI agents, RAG, ML inference, or prompt/tool integration design
| source | shipped |
| name | colony-interaction |
| description | Use when executing commands that involve major decisions, plan commits, build starts, verifications, or phase advances |
| type | colony |
| domains | ["interaction","ux","workflow"] |
| agent_roles | ["builder","watcher","route_setter","architect"] |
| priority | normal |
| version | 1.0 |
The colony workflow must not run autonomously past major decision points. Users want to feel in control of direction. This skill teaches you when and how to pause for user input.
These touchpoints do not apply when the user already gave an explicit literal CLI command such as aether update, aether status, or aether entomb.
Exception: aether init, aether oracle, aether plan, aether build,
aether continue, aether seal, and aether discuss have wrapper-equivalent
Codex orchestration. For those commands, consult
aether command-guide <command> --platform codex and use the matching Aether
Codex skill (aether-colony-creation, aether-colony-research, or
aether-colony-build-cycle) unless the user explicitly asks for raw, exact,
no-interview, or no-orchestration execution.
Stop and present a multiple-choice question at each of these moments:
Use AskUserQuestion with 2-4 options. Follow these rules strictly:
[Decision Point Name]
What would you like to do?
1. [Most likely action] -- [what happens]
2. [Alternative action] -- [what happens]
3. [Conservative action] -- [what happens]
When running under /ant-run or aether run (autopilot mode), interaction touchpoints are relaxed -- autopilot handles the build-verify-advance loop. But smart-pause conditions still apply: test failures, security issues, quality gate failures, and replan suggestions all trigger a pause that requires user input.