← ClaudeAtlas

planner-reflectlisted

This skill should be used when the user invokes /plan-reflect, says "reflect on the plan", "what did we learn", "post-mortem the planning", or in russian «отрефлексируй», «что пошло не так», «обнови контекст планнера», «сверь план с фактом». Activates after a session that ran /plan-do or otherwise produced a PLANNER_OUTPUT.md. Compares plan against reality using five evidence sources and updates planner-context.md with four learning types: gap-fill, model-strength signals, user-correction patterns, and cost-calibration deltas. Always emits a "Lessons learned" section, even if empty, as a force-function for honest retrospection.
noxxer/core-team · ★ 3 · AI & Automation · score 66
Install: claude install-skill noxxer/core-team
# Planner-Reflect — post-task learning This skill compares what was planned against what actually happened, extracts lessons, and writes them back into `<project-root>/.claude/planner-context.md` so the next planning session starts smarter. It is the feedback loop that closes the gap described in feature README §35-44: plans drift from reality, gaps in the agent catalog go unnoticed, weak-model signals are forgotten, user corrections evaporate after the session ends. Run this skill explicitly via `/plan-reflect`, ideally in the same session as the work it reflects on — cross-session transcript availability is not guaranteed and the skill degrades gracefully if it is missing. The run is short and linear: gather the five evidence sources, classify findings into the four update types, mask any PII in the proposed additions, write the result to `planner-context.md`, and emit a chat summary that always includes a "Lessons learned" block. There is no looping, no escalation, and no chaining into other skills — reflection is observation, not action. ## Inputs (5 evidence sources) The skill reads exactly five sources, in this order. Each source is independent; missing one weakens the conclusions but does not block the run. 1. **`<feature-dir>/PLANNER_OUTPUT.md`** — the original plan: phases, agents chosen, model picks, cost estimate. Read with `Read`. This is the ground truth for "what was planned"; if it is missing, the skill exits (see next section). 2. **`git log --oneline <si