pro-analyze

Convert plan.md into analyze.md detailing files, functions, and lines to modify.

7|Updated Jun 19, 2025
One-click install
npx skills add https://github.com/Cassiiopeia/projectops --skill pro-analyze
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pro-analyze
Source: https://github.com/Cassiiopeia/projectops/tree/main/skills/pro-analyze
Command: npx skills add https://github.com/Cassiiopeia/projectops --skill pro-analyze

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the planning and preparation of code analysis by converting a project's 'plan.md' document into a detailed 'analyze.md' document, specifying the exact files, functions, and lines to be modified.

Core Features & Use Cases

  • Analysis Planning: Converts a project's 'plan.md' into a step-by-step 'analyze.md' document, detailing the code changes required.
  • Code Preparation: Identifies all related files, functions, and lines of code affected by the proposed changes.
  • Use Case: Before implementing new features or fixing bugs, this Skill helps in creating a comprehensive plan that outlines the necessary changes to the codebase.

Quick Start

Analyze the current codebase by running '/analyze' with the plan document as a reference.

Frequently Asked Questions about pro-analyze

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

FAQPage Schema
How do I automate code analysis planning from a project markdown file?

Automate code analysis planning by converting a project's plan.md into a detailed analyze.md document. This process specifies the exact files, functions, and lines requiring modification to ensure comprehensive coverage before implementation.

How do I prepare my codebase for refactoring?

Prepare your codebase for refactoring by scanning files and using grep techniques to identify all related functions and lines of code affected by proposed changes. This ensures accurate, comprehensive tracking of necessary modifications.

What is the best way to outline exact code changes before implementing new features?

Outline exact code changes by generating a step-by-step analyze.md document from your initial plan. This document details the required modifications across files and functions, providing a clear blueprint for feature implementation or bug fixes.

Does automated analysis planning work without external dependencies?

Automated analysis planning works without external dependencies, using built-in file scanning and code analysis techniques. It operates directly on your project files to map out the exact lines and functions needing modification.

When do I need to generate a detailed analyze.md file for software development?

Generate a detailed analyze.md file before implementing new features or fixing bugs. It transforms high-level plans into precise code analysis steps, outlining exactly which files and lines need modification to prevent oversights.