plan-summarize

Aggregate plan and test harness docs into structured Markdown planning summaries.

157|12|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/dcosson/h2 --skill plan-summarize
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: plan-summarize
Source: https://github.com/dcosson/h2/tree/main/internal/config/templates/styles/opinionated/skills/plan-summarize
Command: npx skills add https://github.com/dcosson/h2 --skill plan-summarize

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of planning summary documents by aggregating plan docs and their companion test harness docs, surfacing convergence trends and document-level metrics.

Core Features & Use Cases

  • Aggregates disposition data from plan docs and test harness docs across multiple rounds.
  • Generates per-round sections with total findings, incorporation rate, and convergence trend.
  • Produces an overall aggregate and document metrics to track progress over time.
  • Supports append-only updates to existing summaries as new rounds complete.

Quick Start

Run the planning summary generator to produce a consolidated document that profiles plan docs and their test harness docs across multiple rounds.

Frequently Asked Questions about plan-summarize

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

FAQPage Schema
How do I automate planning summary reports across multiple review rounds?▼

Automate planning summary reports by aggregating plan docs and test harness docs across multiple review rounds, computing incorporation rates and convergence trends to output a structured Markdown document.

What is the best way to track convergence trends in multi-round planning reviews?▼

Track convergence trends in multi-round planning reviews by parsing disposition tables across rounds to compute incorporation rates and generate per-round sections with convergence metrics.

Can I append new review round data to an existing planning summary?▼

Yes, you can append new review round data to an existing planning summary, as the tool supports append-only updates to existing summaries whenever new rounds complete.

How do I calculate incorporation rates from disposition tables in plan docs?▼

Calculate incorporation rates from disposition tables by parsing aggregated plan docs and test harness docs, automatically computing the rates to produce per-round document metrics.

What metrics are included in a multi-round planning convergence report?▼

A multi-round planning convergence report includes per-round total findings, incorporation rates, convergence trends, and overall aggregate document metrics tracking progress over time.

Do I need companion test harness docs to generate a planning summary?▼

Yes, companion test harness docs are required alongside plan docs, as the planning summary generator aggregates disposition data from both to surface convergence trends and document-level metrics.