project-analyzer

Analyzes tracked project data to report progress, blockers, and recommended next steps.

Updated Dec 4, 2025
One-click install
npx skills add https://github.com/christianearle01/claude-config-template --skill project-analyzer-christianearle01
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-analyzer
Source: https://github.com/christianearle01/claude-config-template/tree/main/.claude/skills/project-analyzer
Command: npx skills add https://github.com/christianearle01/claude-config-template --skill project-analyzer-christianearle01

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Zero-config project intelligence by analyzing features.json and progress.md to provide status summaries, blockers, and recommended next actions with confidence scores.

Core Features & Use Cases

  • Status Summary: Reads features.json and progress.md to compute totals, completion, and overall progress.
  • Blocker Identification: Detects blockers, learning dependencies, and gaps, with concrete resolutions and confidence scores.
  • Category Analysis & Recommendation: Evaluates each category’s completion to guide focus and sequencing for faster progress.

Quick Start

Run the project-analyzer on a repository root to generate a concise status report. Typical prompts include “What’s our status?” or “Show blockers and recommended next steps.” Ensure features.json and progress.md exist at the repository root.

Frequently Asked Questions about project-analyzer

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

FAQPage Schema
How do I analyze project status from features.json and progress.md files?

To analyze project status, the Skill reads features.json and progress.md from your repository root to compute totals, completion rates, and overall progress. It outputs a concise status summary suitable for standups and sprint planning.

Can I automatically identify blockers and learning dependencies in my project?

Yes, you can identify blockers automatically. The Skill detects blockers, learning dependencies, and gaps by parsing your project files, then provides concrete resolutions and confidence scores to help you unblock progress.

What is category-level analysis for project completion?

Category-level analysis evaluates each category's completion percentage to guide focus and sequencing. This helps teams prioritize specific areas to accelerate overall project progress and optimize sprint planning.

Do I need any dependencies or components to generate a project status summary?

No dependencies or components are required to generate a project status summary. You only need features.json and progress.md files present at your repository root for the zero-config analysis to run successfully.

How do I get recommended next actions with confidence scores for sprint planning?

To get recommended next actions, run the analyzer on your repository root. It parses progress data and blockers to output actionable guidance with confidence scores, directly supporting sprint planning decisions.