milestone-lifecycle
Use when starting, completing, archiving, or transitioning milestones between project stages
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when starting, completing, archiving, or transitioning milestones between project stages
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 | milestone-lifecycle |
| description | Use when starting, completing, archiving, or transitioning milestones between project stages |
| type | colony |
| domains | ["project-management","milestone-tracking","lifecycle"] |
| agent_roles | ["keeper","chronicler","queen"] |
| workflow_triggers | ["seal","init"] |
| task_keywords | ["milestone","archive","wrap up","new milestone","transition"] |
| priority | normal |
| version | 1.0 |
Full milestone lifecycle management: creation, completion, archival, and next milestone preparation. Tracks milestone state across phases and ensures clean transitions between project stages.
.aether/data/milestone-state.json){
"id": "MS-{NN}",
"name": "{user-provided name}",
"version": "{semver if applicable}",
"created": "ISO8601",
"status": "active",
"phases": [],
"goals": ["{goal 1}", "{goal 2}"],
"success_criteria": ["{criterion 1}"]
}
.aether/milestones/{NN}/.aether/milestones/{NN}/MILESTONE.md with goals, scope, and success criteria.aether/data/milestone-state.json to set this as the active milestoneplanned, in-progress, complete, skipped, reverted(complete / total) * 100aether statuscomplete or skipped)learning-extractor --milestone {NN}).aether/milestones/{NN}/SUMMARY.mdcomplete with completion timestampcompletelearning-extractor --milestone {NN} if not already done.aether/archive/{NN}/--keep-phases flag).aether/data/milestone-state.json to clear the active milestone.aether/data/todos.jsonl for promoted but unimplemented items.aether/data/seeds.jsonl for triggered seedsaether init or prompt user for new milestone goalMilestone MS-02: "User Authentication & Profiles" -- CREATED
Goals: OAuth login, profile management, role-based access
Success criteria: Users can sign up, log in, edit profile, see role-appropriate content
Directory: .aether/milestones/02/
Phase 1/5 complete (20%) | Phase 2 in-progress (40%)
Milestone MS-02 progress: 2/5 phases (40%)
# Create new milestone
> milestone-lifecycle create "User Authentication & Profiles"
# Check progress
> milestone-lifecycle progress
# Complete and archive
> milestone-lifecycle complete
> milestone-lifecycle archive