plan

Convert comb review findings into executable fix instructions with citations.

Updated May 4, 2026
One-click install
npx skills add https://github.com/olioskar/comb-the-desert-claude-plugin --skill plan-olioskar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan
Source: https://github.com/olioskar/comb-the-desert-claude-plugin/tree/main/skills/plan
Command: npx skills add https://github.com/olioskar/comb-the-desert-claude-plugin --skill plan-olioskar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill converts comb review findings into clear, actionable fix instructions so downstream work can be executed without reinterpreting the original review.

Core Features & Use Cases

  • Per-finding planning: Breaks each review finding into a dedicated instruction file with exact scope, expected outcome, and implementation guidance.
  • Workflow-aware planning: Handles both code-shaped review reports and non-code spec reviews, including deferred items, grouping, and focus-aware directive matching.
  • Use Case: After a comb review, use this Skill to turn the report into precise remediation steps that another developer or agent can follow cold.

Quick Start

Ask the plan skill to turn the latest comb review report into executable fix instructions for the specified report path and focus brief.

Frequently Asked Questions about plan

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

FAQPage Schema
How do I turn code review findings into executable fix instructions?

To turn code review findings into executable fix instructions, you process the report to break each finding into a dedicated file with exact scope, expected outcome, and implementation guidance for downstream execution.

What is the best way to plan remediation after a comb review?

Planning remediation after a comb review involves detecting report shapes, matching directives, checking pattern staleness, and generating per-finding or consolidated output with precise citations for downstream fix execution.

Can I generate fix plans for non-code review reports?

Yes, you can generate fix plans for non-code review reports. The planning workflow applies to both code-shaped and non-code comb reports, handling deferred items and grouped findings during remediation planning.

Does fix planning support deferred items and grouped findings?

Yes, fix planning supports deferred items and grouped findings. It applies focus-aware directive matching to consolidate or isolate findings, ensuring precise remediation instructions for downstream execution.

How do I create actionable remediation steps from a review report?

You create actionable remediation steps by applying report-shape detection and directive matching to the review report, generating per-finding instruction files with precise citations that another developer or agent can execute cold.

When should I not use automated fix planning for code review reports?

You should avoid automated fix planning when the review report lacks a detectable shape or when pattern staleness checks fail, as precise directive matching and citation generation require structured report inputs to produce executable instructions.