plan-founder-review

Review technical plans for completeness, risk coverage, and codebase alignment.

5|Updated Jun 22, 2026
One-click install
npx skills add https://github.com/namanchopra/branchwater --skill plan-founder-review-namanchopra
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: plan-founder-review
Source: https://github.com/namanchopra/branchwater/tree/main/.claude/skills/plan-founder-review
Command: npx skills add https://github.com/namanchopra/branchwater --skill plan-founder-review-namanchopra

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a technical founder review of a plan before execution, ensuring its quality, technical viability, and alignment with the overall strategy.

Core Features & Use Cases

  • Technical Review: Analyzes plans for completeness, risk coverage, and alignment with the codebase.
  • Codebase Verification: Checks file paths, existing code, and naming conventions.
  • Scope & Strategy Validation: Ensures the plan's scope aligns with the overall strategy and goal.
  • Architecture & Integration Check: Validates architecture diagrams, data flow, and API contracts.
  • Risk & Recovery Analysis: Audits failure modes, mitigation strategies, and rollback plans.
  • Test Coverage Validation: Ensures test coverage maps are complete and appropriate.
  • Execution Feasibility Assessment: Evaluates DAG efficiency, agent assignments, and effort estimates.

Quick Start

Run the /plan-founder-review command with the path to your plan file.

Frequently Asked Questions about plan-founder-review

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

FAQPage Schema
How do I review a technical plan for completeness and codebase alignment?▼

Review technical plans by analyzing the plan file against your codebase to verify file paths, existing code, naming conventions, scope, architecture, risk assessment, test coverage, and execution feasibility.

What does a technical plan review cover before execution?▼

A technical plan review evaluates plan quality and technical viability before execution by auditing failure modes, mitigation strategies, rollback plans, architecture diagrams, data flow, API contracts, and DAG efficiency.

How do I validate execution feasibility and effort estimates in a plan?▼

Validate execution feasibility by evaluating DAG efficiency, agent assignments, and effort estimates within the plan file to ensure technical viability and proper alignment with the codebase.

Can I check existing code and file paths against my plan automatically?▼

Yes, you can perform codebase verification by running a plan review command with your plan file path to check file paths, existing code, and naming conventions against the actual codebase.

How do I ensure test coverage maps are complete for my technical plan?▼

Ensure test coverage maps are complete by validating them during the technical plan review, which checks that coverage aligns appropriately with the planned scope, architecture, and codebase integration.