aether-colony-creation
Use when Codex is asked to initialize or set up an Aether colony and should refine intent before running init
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when Codex is asked to initialize or set up an Aether colony and should refine intent before running init
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 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
Use when stale or completed colony artifacts need safe archival, cleanup, or retrieval without losing evidence
| source | shipped |
| name | aether-colony-creation |
| description | Use when Codex is asked to initialize or set up an Aether colony and should refine intent before running init |
| type | colony |
| domains | ["aether","codex","lifecycle","init","orchestration"] |
| agent_roles | ["queen","scout","architect","route_setter"] |
| workflow_triggers | ["init","lay-eggs"] |
| task_keywords | ["aether init","initialize colony","new colony","charter","intent refinement","colony setup"] |
| priority | high |
| version | 1.0 |
Give Codex the same intelligent init behavior that Claude Code and OpenCode get from slash-command wrappers. The Go runtime still owns state. Codex owns the conversation before the state is created.
For beginners: the binary can create files, but Codex can ask the human better questions first. This skill is the question-and-synthesis layer.
Run or inspect:
aether command-guide init --platform codex
Use that result as the source of truth for current orchestration steps. If this
skill and command-guide disagree, follow command-guide and update the skill.
If the user explicitly says raw, exact, no interview, no orchestration, or "just run this exact command", run the literal CLI command they provided. Say briefly that the Codex synthesis layer was bypassed.
AETHER_OUTPUT_MODE=json aether init-research --goal "<raw goal>" --target .
refined_goalproblem_statementsuccess_criteriaconstraintsnon_goalsrisksfirst_milestoneAETHER_OUTPUT_MODE=visual aether init --colony-mode <selected colony|orchestrator> --charter-json '<synthesized charter JSON>' "<refined goal>"
.aether/data/COLONY_STATE.json, session.json, handoff files,
or pheromone files by hand.init-research as the final charter. It is only deterministic
context..aether/commands/init.yaml, this skill, and cmd/command_guide.go together.