plan-review

Drafts, reviews, resolves, and audits software planning workflows in a single Markdown file with phase-based tasks and handoffs.

52|4|Updated Oct 23, 2025
One-click install
npx skills add https://github.com/vaayne/agent-kit --skill plan-review-vaayne
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-review
Source: https://github.com/vaayne/agent-kit/tree/main/skills/plan-review
Command: npx skills add https://github.com/vaayne/agent-kit --skill plan-review-vaayne

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Drafting, reviewing, and auditing implementation plans is error-prone when scattered across conversations and documents. This skill centralizes planning in a single, versioned markdown file, preserving decisions and rationale for future maintainers.

Core Features & Use Cases

  • Draft plans that document reasoning, decisions, and tradeoffs.
  • Inline review comments live in the plan file, enabling efficient critique and resolution.
  • Phase-based tasks and handoffs provide a clear workflow from drafting to auditing.

Quick Start

Create a new plan at ./agents/sessions/{date}-{feature}/plan.md and start drafting.

Frequently Asked Questions about plan-review

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

FAQPage Schema
How do I document software implementation plans in a single markdown file for team review?

Documenting software implementation plans in a single markdown file involves structuring sections for problems, decisions, changes, tasks, and handoffs. This approach centralizes planning, preserves rationale, and enables inline review comments directly within the file.

What is the best way to track phase-based tasks and handoffs during a software project workflow?

The best way to track phase-based tasks and handoffs is using a phase-driven task system within a versioned markdown file. This provides a clear workflow from drafting to auditing, ensuring progress tracking and completed phase handoffs are auditable.

Can I add inline review comments directly in a markdown planning document?

Yes, you can add inline review comments directly in a markdown planning document. This enables efficient critique and resolution of feedback without scattering conversations across separate documents, keeping the audit trail intact.

How do I resolve review feedback and audit the decision history for software plans?

To resolve review feedback and audit decision history, you draft, review, and resolve comments sequentially in a versioned markdown file. This preserves tradeoffs and rationale for future maintainers in a single auditable location.

Does this markdown plan review workflow require any external dependencies or specific platforms?

No, this markdown plan review workflow requires no external dependencies or specific platforms. It operates entirely by enforcing a structured markdown format with sections for problem, decisions, changes, tasks, and handoffs.