skill-improvement-planner

Aggregate reflection files from the planning-chain skills (phase-roadmap-builder, plan-phase, execute-phase) and produce an improvement plan that a downstream skill-editor will ingest. Use when the user wants to review accumulated skill feedback, aggregate reflections, plan skill improvements, or asks 'what changes should I make to my skills' — phrases like 'review my reflections', 'aggregate skill feedback', 'plan improvements to the pipeline skills', 'let's see what the reflections say', or after several phase executions have run and the reflections have accumulated. Does NOT edit skills itself — produces a plan for a separate skill-editor skill to apply.

Safety Notice

This listing is imported from SkillsMP metadata and should be treated as untrusted until upstream source review is completed.

Copy this and send it to your AI assistant to learn

Install skill "skill-improvement-planner" with this command: npx skills add ViperJuice/skillsmp-viperjuice-viperjuice-skill-improvement-planner

No markdown body

This source entry does not include full markdown content beyond metadata.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

skill-editor

Apply an improvement plan produced by skill-improvement-planner to the relevant SKILL.md files. Archives the reflection files consumed by the plan so they aren't re-aggregated next cycle. Use when the user says 'apply the skill improvement plan', 'update the skills with the aggregated feedback', 'run the skill editor', or follows a skill-improvement-planner run. Ingests the plan at ~/.claude/skills/skill-improvement-planner/plans/plan-v<N>-<ISO>.md (or the path in the predecessor handoff), applies each recommendation via a frontier-tier agent, mirrors edits across dotfiles and team-skills repos where applicable, and commits each edited repo.

Repository SourceNeeds Review
General

phase-roadmap-builder

Produces or extends a multi-phase roadmap spec (`specs/phase-plans-v<N>.md`) that `/plan-phase` can ingest. Use when the user wants to turn the current conversation's plan, an architecture discussion, or a pointed-at markdown spec into a phased roadmap — phrases like 'build a phase roadmap', 'turn this into a phased plan', 'create a multi-phase spec', 'add a phase to the roadmap', 'extend the phase plan', or after a long planning conversation when the user says 'ok let's formalize this'. Also triggers when the user wants to APPEND phases to an existing roadmap without editing prior phases. Designs for maximum parallelism: fewer phases, more parallel lanes per phase, tight early interface freezes.

Repository SourceNeeds Review
Automation

plan-phase

Architecture-first planning for a spec phase. Produces an interface-freeze + swim-lane document for parallel execution. Use in plan mode. Supports --consensus for multi-agent architectural consensus across named Plan teammates.

Repository SourceNeeds Review
Automation

page-load-monitor

Intelligent browser page load failure handling. Use when browser screenshot or navigation operations fail, especially with 'Frame showing error page' or timeout errors. Provides escalating diagnostic steps (console, network, alternatives) instead of blind retry loops.

Repository SourceNeeds Review
skill-improvement-planner | V50.AI