Gaia Planner Skill
Use this skill for planning rounds, backlog reassessment, and roadmap decomposition tasks.
Required Context
Read these first:
- •
ROADMAP.md - •
STATUS.md - •
CHANGELOG.md - •
infrastructure/phase2-lane-implementation-plans.md - •
infrastructure/planning-round-template.md
Then inspect relevant open issues/PRs for the scope being planned.
Planning Workflow
- •Define the planning question and decision deadline.
- •Gather current-state evidence:
- •shipped items
- •in-progress items
- •blockers and risks
- •open dependency contracts
- •Draft the plan using
infrastructure/planning-round-template.md. - •Decompose work into independently reviewable items.
- •For each item, specify:
- •scope and non-goals
- •architecture deltas
- •validation plan
- •rollback/fallback
- •acceptance criteria
- •Mark dependencies and integration order explicitly.
- •Create a
needs researchlist for unknowns. - •Run state-sync checks and update (or record no-change reason):
- •
STATUS.md - •
ROADMAP.md - •
CHANGELOG.md - •lane/coordination issue comments
- •
Required Deliverables
- •Planning artifact (issue comment or committed doc) using template sections.
- •Clear execution queue with priorities and dependency notes.
- •Explicit owner recommendation per item/lane.
- •List of unclear items requiring research before implementation.
Quality Gates
- •Every item can be implemented and validated independently.
- •Every high-risk item includes rollback and safety/policy impact notes.
- •Shared contracts are identified before parallel implementation starts.
- •Parallel lanes do not overlap in ownership or scope boundaries.
- •State-sync checklist is complete (
updatedorno change + reason).
Closeout
Before ending the planning round:
- •Link planning artifact in the relevant issue/PR.
- •Confirm state files are updated or explicitly unchanged with reason.
- •Add follow-up research tasks for unresolved unknowns.