โ† ClaudeAtlas

milestone-seedlisted

Stand up a NEW milestone: ground in the prior milestone's real state and the live dispatch switches, audit the Future Scope deferral list, frame and lock a charter with the operator, create the milestone board, and seed it with decision-shaped ๐Ÿ“ Design (and ๐Ÿ”Ž Investigation) tasks grounded in real code. Use when the user says "let's start planning milestone X", "seed milestone X", "let's seed M15", or opens a session to stand up the next milestone. Ends with the board SEEDED AND REGISTERED (a `milestones` row + grooming-manifest entry) but NOT ACTIVATED โ€” that belongs to /milestone-wrap. Distinct from /groom and /design, which work an EXISTING milestone's backlog.
phahadek/claude-orchestrator ยท โ˜… 1 ยท AI & Automation ยท score 74
Install: claude install-skill phahadek/claude-orchestrator
# Milestone Seed Standing up a milestone is **framing work with a persistence tail**. The framing โ€” what this milestone is *for*, and what it deliberately is not โ€” is the hard part and the part that decays if it lives only in chat. The tail is mechanical: a board, a charter, a seed set, four homes updated. ``` /milestone-seed โ”€โ”€โ–ถ board + charter + seed tasks + milestones row (REGISTERED, NOT ACTIVE) โ”‚ โ”œโ”€โ”€โ–ถ /design (works the ๐Ÿ“ Design tasks) โ”œโ”€โ”€โ–ถ /groom (brings ๐Ÿ”ฒ Backlog to ๐Ÿ—‚๏ธ Ready) โ””โ”€โ”€โ–ถ /milestone-wrap (activates it, when the prior one closes) ``` > **You do not activate the milestone.** `/milestone-wrap` Steps 4โ€“5 own marking the > next milestone active โ€” repointing `projects.auto_launch_milestone_id`, the Notion > "Active Task Board" callout, the phase line. This skill registers the milestone (a > `milestones` row + grooming-manifest entry, via `POST /api/projects/<id>/milestones` > in Step 4) but stops short of activating it. Every flow's arm defaults to > `armed=false` (`DEFAULT_ARM`), so a registered-but-unactivated milestone is still > inert โ€” nothing on it can be groomed or dispatched. That boundary is what makes it > safe to seed while the prior milestone is still running. > **Not `/groom` or `/design`.** Those work an existing milestone's backlog. This > creates the milestone. Don't conflate them. ## Doctrine - **Ground in the record, never in memory.