10x-plan-review

Review and validate software implementation plans for substance, feasibility, and architectural standards.

Updated Jun 9, 2024
One-click install
npx skills add https://github.com/Kuba312/daily-board --skill 10x-plan-review-kuba312
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 10x-plan-review
Source: https://github.com/Kuba312/daily-board/tree/main/frontend/.agents/skills/10x-plan-review
Command: npx skills add https://github.com/Kuba312/daily-board --skill 10x-plan-review-kuba312

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, pypdf, requests, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill assists in reviewing and validating implementation plans, ensuring they are substance, feasible, and architecturally sound before any code is written, saving time and mitigating risks.

Core Features & Use Cases

  • Plan Review: Analyze plans for substance, feasibility, and architectural fitness.
  • Modes: Fresh review or resume triage with saved reports.
  • Input Resolution: Handles various inputs, including saved review files, change IDs, and direct plan paths.
  • Analysis: Checks for contradictions, promise gaps, contract breaks, progress consistency, grounding, and substance against multiple dimensions.
  • Findings Compilation: Compiles findings with severity, impact, and dimension, offering fix options.
  • Interactive Triage: Allows interactive triage of findings with options for applying fixes, skipping, accepting risk, or disagreeing.

Quick Start

Run the skill with the path to your plan file to initiate a review: /10x-plan-review /path/to/plan.md.

Frequently Asked Questions about 10x-plan-review

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

FAQPage Schema
How do I review an implementation plan for architectural soundness before coding?

You can review an implementation plan for architectural soundness by running this skill against your plan file path. It analyzes substance, feasibility, and architectural fitness, checking for contradictions, promise gaps, and contract breaks to mitigate risks before coding.

What is the best way to triage findings from a software project plan review?

The best way to triage findings from a software project plan review is through interactive triage. This skill compiles findings with severity, impact, and dimension, offering options to apply fixes, skip, accept risk, or disagree, and supports resuming triage via saved reports.

Can I resume a plan review triage if I previously saved the report?

Yes, you can resume a plan review triage using saved review files. The skill supports a resume mode that loads saved reports, allowing you to continue the interactive triage of findings without restarting the entire analysis process.

Does the plan review tool support resolving change IDs and direct plan paths as input?

Yes, the plan review tool supports resolving various inputs including change IDs and direct plan paths. It handles saved review files and related contexts to analyze the plan's progress consistency and grounding effectively.

Do I need Python to run a project plan review and risk assessment?

Yes, you need Python to run a project plan review and risk assessment because the skill applies Python scripts for analysis. You also need the pypdf and requests dependencies to process plan files and related contexts.