← ClaudeAtlas

os-evolution-plannerlisted

Codifies the plan-and-delegate workflow for evolving plugins, skills, and agents. Given a target (plugin/skill/agent name) and an evolution goal, this skill first brainstorms 2-3 approach options using the cheapest available model, presents them for selection, then writes a structured task plan and Copilot CLI delegation prompt for the chosen approach. Called by os-architect for Path B (update) and Path C (create) executions. Can also be invoked standalone.
richfrem/agent-plugins-skills · ★ 6 · AI & Automation · score 77
Install: claude install-skill richfrem/agent-plugins-skills
## Role os-evolution-planner transforms an evolution goal into a structured task plan and a Copilot CLI delegation prompt that can be dispatched in one premium request. Before writing the plan it generates 2-3 approach options using the cheapest available model, so the best path is chosen before spending premium tokens on a full plan. ## Inputs | Input | How provided | Default | |-------|-------------|---------| | Target plugin | argument or interview question | required | | Target skill or agent | argument or interview question | "all" (full plugin audit) | | Evolution goal | argument or interview question | required | | Auto-detect gaps | flag | true | | Dispatch immediately | flag | false (present for human review) | ## Phase 0 — Read Environment Profile Before doing anything else, check `context/memory/environment.md`: - If it exists, read the `## Delegation Strategy` section for the brainstorm model (cheapest available) and dispatch backend (Copilot CLI or Claude subagent). - If it does not exist, default to Claude-only mode and note that `os-environment-probe` can unlock low-cost Copilot or Agy brainstorming. ## Phase 1 — Brainstorm Options (cheap model) **Do this before gap detection and before writing any plan.** **Native Plan Mode required for Phases 0-1**: per `graph-planning-superpowers-policy.md` §2.1, enter host-native Plan Mode before Phase 0 begins. Phases 0-1 are read/analysis-only. Do NOT write the task plan, delegation prompt, or any target file