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 页面并帮你完成安装。
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.