review-plan

Extract plan context and launch six parallel sub-agents to review implementation plans.

1|Updated May 6, 2023
One-click install
npx skills add https://github.com/TobiasLaross/dotfiles --skill review-plan-tobiaslaross
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-plan
Source: https://github.com/TobiasLaross/dotfiles/tree/main/agentic/skills/review-plan
Command: npx skills add https://github.com/TobiasLaross/dotfiles --skill review-plan-tobiaslaross

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reviews and strengthens implementation plans by systematically evaluating technical feasibility, security, performance, maintainability, architecture, test coverage, and design consistency, reducing risk and rework.

Core Features & Use Cases

  • Parallel, multi-perspective plan reviews across six dimensions (technical feasibility, security, performance & scalability, maintainability & architecture, test coverage, and design pattern consistency).
  • Actionable findings with severity labels and concrete recommendations to update the plan.
  • Generates an updated plan with a detailed changelog aligned to existing project patterns.

Quick Start

Provide a structured review of the current implementation plan and output an updated plan with a changelog.

Frequently Asked Questions about review-plan

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

FAQPage Schema
How do I systematically review an implementation plan for security and architecture risks?

To review an implementation plan, extract the tech stack and project structure from the repository, then launch parallel assessments across six dimensions: feasibility, security, performance, maintainability, test coverage, and design-pattern consistency.

What is the best way to assess technical feasibility and maintainability before coding starts?

Assessing technical feasibility and maintainability involves evaluating the implementation plan against existing project patterns and architecture, identifying potential risks early to reduce rework and ensure long-term code maintainability.

How do I generate an updated project plan with a changelog after a design review?

Generate an updated project plan by synthesizing review findings with severity labels into actionable recommendations, then output a revised plan and a detailed changelog aligned to existing project structure and conventions.

Can I evaluate test coverage and performance scalability directly from a project plan?

Yes, evaluating test coverage and performance scalability from a project plan is possible by analyzing the proposed implementation steps and tech stack context to identify gaps and propose concrete updates before development begins.

Does code review of implementation plans require specific dependencies or components?

No specific dependencies or components are required to review implementation plans, as the process gathers necessary context directly from the repository, including the base branch, tech stack, and project structure.

When should I not use automated plan reviews for project management?

Automated plan reviews may not be suitable when the repository lacks a structured implementation plan, tech stack documentation, or clear project structure, as the assessment relies on extracting this context to evaluate feasibility and design consistency.