← 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 · ★ 3 · AI & Automation · score 70
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 to determine: - **Brainstorm model** (cheapest available) - **Dispatch backend** (Copilot CLI or Claude subagent) - If it does not exist, default to Claude-only mode and note: > "No environment profile found — defaulting to Claude-only. Run `os-environment-probe` > to unlock low-cost Copilot or Agy brainstorming." --- ## Phase 1 — Brainstorm Options (cheap model) **Do this before gap detection and before writing any plan.** Using the cheapest available model, generate 2-3 distinct approaches to the evolution goal. Each approach sketch is ~3-5 sentences: what it does, what it doe