repo-value-analysis
Installation
SKILL.md
Repo Competitive Analysis Pipeline
Overview
This skill conducts systematic 6-phase analysis of external repositories to assess their value for adoption. You dispatch parallel subagents to read and catalog every file in an external repo, inventory your own toolkit in parallel, identify genuine capability gaps, audit those gaps against your actual codebase, and produce a reality-grounded comparison report with adoption recommendations.
The pipeline enforces full file reading (not sampling), parallel execution (up to 8 agent zones simultaneously), and mandatory audit (every recommendation verified before reporting). Optional flags allow local analysis (--local), zone focus (--zone), and quick comparison (--quick skips audit).
Reference Loading Table
| Signal | Load These Files | Why |
|---|---|---|
| errors, error handling | error-handling.md |
Loads detailed guidance from error-handling.md. |
| Phase 2 DEEP-READ: zone agent dispatch | phase2-agent-template.md |
Loads detailed guidance from phase2-agent-template.md. |
| Phase 3 INVENTORY: cataloging our system | phase3-inventory-template.md |
Loads detailed guidance from phase3-inventory-template.md. |
| Phase 5 AUDIT: verifying HIGH/MEDIUM recommendations | phase5-audit-template.md |
Loads detailed guidance from phase5-audit-template.md. |
| Phase 6 REPORT: final report structure | phase6-report-template.md |
Loads detailed guidance from phase6-report-template.md. |