kanbanzai-plan-review

Automate plan-review workflows for scope, completion, conformance, and documentation.

5|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/sambeau/kanbanzai --skill kanbanzai-plan-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kanbanzai-plan-review
Source: https://github.com/sambeau/kanbanzai/tree/main/.agents/skills/kanbanzai-plan-review
Command: npx skills add https://github.com/sambeau/kanbanzai --skill kanbanzai-plan-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a repeatable, auditable plan-review process that verifies plan scope, ensures feature completion, confirms spec conformance, checks documentation currency, and records retrospective insights.

Core Features & Use Cases

  • Plan scope verification: maps goals to delivered features and flags scope additions or removals without documented decisions.
  • Feature completion checks: ensures all features are in terminal states (done, cancelled, superseded) before approval and requires rationales for cancelled/superseded items.
  • Spec conformance: validates that done features have approved specifications and no drafts exist for released work.
  • Documentation currency: confirms agent-facing docs reflect the completed plan and that Plan is referenced in Scope Guard.
  • Cross-cutting checks: captures open issues, deferrals, and decision gaps to ensure traceability.
  • Orchestration: produces retrospective inputs, registers and approves plan review reports, and transitions plan state upon approval.

Quick Start

Run the plan review workflow for a given Plan ID using the plan's documents and feature statuses.

Frequently Asked Questions about kanbanzai-plan-review

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

FAQPage Schema
How do I automate an auditable plan review for a multi-feature project?

Automating an auditable plan review requires validating scope, feature completion, spec conformance, and documentation currency. You provide a Plan ID, plan documents, feature statuses, and decision logs to verify terminal feature states and surface blocking findings before approval.

What is checked during a plan scope verification audit?

Plan scope verification maps project goals to delivered features and flags any scope additions or removals that lack documented decisions in the decision log, ensuring full traceability before plan approval.

How do I ensure all project features are in a terminal state before approval?

Feature completion checks verify that every feature reaches a terminal state—done, cancelled, or superseded—before plan approval. Cancelled or superseded features require documented rationales to pass the review workflow.

Does the plan review workflow validate spec conformance for released work?

Spec conformance validation confirms that done features have approved specifications and ensures no draft specifications exist for released work, guaranteeing that completed features meet documented requirements.

What inputs do I need to run an automated plan review?

Running an automated plan review requires a Plan ID, plan documents, current feature statuses, and decision logs to perform verification, capture open issues, and generate retrospective synthesis with governance actions.

What happens when a plan review surfaces blocking findings?

When blocking findings are surfaced, the plan remains unapproved until issues are resolved. The workflow captures open issues, deferrals, and decision gaps to ensure traceability before transitioning the plan state upon approval.