plan-incorporate

Integrate external review findings into project plans with disposition tables.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Incorporate review feedback into a plan doc and its test harness by updating the source plan, adding a disposition table for the current round, and cleaning up review files.

Core Features & Use Cases

  • Automates integrating findings from peer reviews into docs/plans, ensuring traceability and consistency across rounds.
  • Maintains a structured disposition history, applying prior-round decisions before incorporating new changes.
  • Validates disposition tables, coordinates multi-round reviews, and updates both the main plan and test harness as needed.

Quick Start

Trigger the plan-incorporate workflow on the current review set to update the plan, add the next-round disposition table, and clean up review files.

Frequently Asked Questions about plan-incorporate

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

FAQPage Schema
How do I incorporate review findings into a project plan document?

You can integrate review feedback into a plan doc by updating the source markdown, adding a disposition table for the current round, and validating changes before writing updates. This ensures traceability across multiple review rounds.

What is a disposition table in multi-round plan reviews?

A disposition table tracks how external review findings are resolved across multiple rounds. It enforces prior decisions, maintains a structured history of feedback integration, and validates new changes before updating the main plan and test harness.

How do I automate updating markdown documentation with peer review feedback?

Automating markdown updates with peer review feedback requires parsing disposition tables, extracting review rounds, and enforcing prior decisions. The final validated plan is then exported for commit, cleaning up review files in the process.

Can I coordinate multi-round reviews and enforce prior decisions in a project plan?

Yes, coordinating multi-round reviews involves parsing disposition tables to extract rounds, enforcing prior decisions, and validating changes before writing updates to the docs/plans. This ensures consistency and traceability across all review cycles.

Does incorporating review feedback also update the test harness?

Incorporating review feedback updates both the main plan and the test harness if applicable. It validates the disposition tables and coordinates changes before writing updates to the docs/plans and exporting the final plan for commit.

What are the limitations of automating review disposition into markdown plans?

Automating review disposition requires structured disposition tables to parse and validate; without proper markdown formatting, the validation may fail. It is limited to updating docs/plans and the test harness, cleaning up review files after integration.