implementation-planner

Convert build-reviewer findings into sequenced, minimal-change remediation plans.

Updated Jun 5, 2026
One-click install
npx skills add https://github.com/cody-hutson/pmo-platform --skill implementation-planner-cody-hutson
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: implementation-planner
Source: https://github.com/cody-hutson/pmo-platform/tree/main/release/skills/implementation-planner
Command: npx skills add https://github.com/cody-hutson/pmo-platform --skill implementation-planner-cody-hutson

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill converts build-reviewer findings into sequenced, minimal-change remediation plans for any governed document pack, reducing manual effort and ensuring accuracy.

Core Features & Use Cases

  • Automated Planning: Converts findings into detailed remediation plans with minimal change to the original document.
  • Domain-Specific Context: Loads domain-specific planning context from pluggable domain packs.
  • Minimal-Change Bias: Applies the Minimal-Change Remediation Bias to classify findings and minimize changes.
  • Use Case: If you have a findings register from a build-reviewer and need to plan remediations before execution, this Skill can help you create an implementation plan with minimal manual work.

Quick Start

Run the implementation-planner skill with the --pack option followed by the domain-specific pack name (e.g., --pack=pmo-platform) and pass the findings register and document pack as arguments.

Frequently Asked Questions about implementation-planner

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

FAQPage Schema
How do I create a remediation plan from build-reviewer findings for a document pack?▼

To create a remediation plan from build-reviewer findings, use the implementation-planner skill to automatically convert your findings register into sequenced, minimal-change implementation records for governed document packs.

What is minimal-change remediation planning for document packs?▼

Minimal-change remediation planning is a method that classifies findings and generates implementation records designed to minimize alterations to the original document pack while ensuring compliance and accuracy.

Do I need a domain pack to generate implementation records from a findings register?▼

Yes, you need to provide a pluggable domain pack using the --pack option to supply the domain-specific planning context required to normalize severities and sequence the remediation records accurately.

What's the best way to automate remediation planning for multiple document pack types?▼

The best way to automate remediation planning across multiple document pack types is to load pluggable domain packs that provide the specific planning context needed to convert varied build-reviewer findings into sequenced records.

Does implementation planning support severity normalization across different findings?▼

Yes, the planning process supports severity normalization, automatically adjusting and classifying findings from the register to ensure the generated implementation records reflect the correct remediation priority.