gemini-skill-improvement-planner

Aggregates Gemini skill reflection files into a structured improvement plan.

2|1|Updated Jun 25, 2026
One-click install
npx skills add https://github.com/Consiliency/agent-harness --skill gemini-skill-improvement-planner-consiliency
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gemini-skill-improvement-planner
Source: https://github.com/Consiliency/agent-harness/tree/main/skills-src/gemini/gemini-skill-improvement-planner
Command: npx skills add https://github.com/Consiliency/agent-harness --skill gemini-skill-improvement-planner-consiliency

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Recurring feedback about Gemini workflow skills is scattered across many reflection files, making it hard to decide what to change. This Skill scans those reflections, groups recurring themes, and produces a single structured improvement plan without editing any skills itself. ## Core Features & Use Cases - Reflection Aggregation: Scans unarchived reflection files across Gemini and codex-derived skill roots, parsing what worked and suggested improvements. - Evidence-Gated Planning: Requires a minimum number of reflections per skill (default 2) before acting, and flags contradictions instead of resolving them silently. - Structured Plan Output: Produces a Markdown plan with recommendations by skill, cross-cutting recommendations, speculative notes, and an archival directive for gemini-skill-editor. - Use Case: After several runs of gemini-execute-phase generated reflections noting unclear closeout steps, run this planner to consolidate that feedback into a plan that gemini-skill-editor then applies. ## Quick Start Review the recent Gemini skill reflections and produce an improvement plan for gemini-execute-phase.

Frequently Asked Questions about gemini-skill-improvement-planner

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I aggregate Gemini skill reflections into an improvement plan?▼

Run the planner with an optional --target skill name; it scans unarchived reflections under the Gemini and codex-derived skill roots, groups recurring themes, and writes a Markdown plan. It requires at least two reflections per skill by default before making recommendations.

Does the improvement planner edit SKILL.md files directly?▼

No, the planner only produces a plan document. The gemini-skill-editor skill applies the plan and handles archiving the consumed reflections, keeping planning and editing as separate steps.

What happens when there are too few reflections for a skill?▼

Skills with fewer reflections than the --min-reflections threshold (default 2) are recorded as skipped, and zero reflections overall results in a report that there is nothing to aggregate. One-off feedback is ignored unless explicitly requested.

How are contradictory recommendations in reflections handled?▼

Contradictions are surfaced in a dedicated plan section rather than resolved silently. This lets the reviewer or gemini-skill-editor decide which direction to take with full visibility of the conflicting evidence.

Which reflection locations does the planner scan?▼

It scans reflections under the Gemini skill bundle root and the codex-derived source-controlled reflection root, excluding any path containing an archive component. Paths are resolved through the phase_loop_runtime skill_paths resolver helpers.