analyze

Solid

Analyze a collection of documents to build a knowledge map, identify themes, find gaps, duplicates, conflicts, and staleness, then produce an organized analysis with improvement recommendations. Designed for document ecosystems (cross-repo docs, research collections, mixed-format doc repos) where the challenge is understanding the landscape, not auditing against code.

AI & Automation 5 stars 0 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 78/100

Stars 20%
26
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Analyze — Document Landscape Analysis & Knowledge Mapping Map, understand, and evaluate a collection of documents as a body of knowledge. Identify structure, themes, gaps, redundancies, conflicts, and staleness. Produce an actionable analysis with reorganization recommendations. ## Core Principles 1. **Landscape-first**: Build the map before judging — understand what exists before critiquing 2. **Theme-driven**: Group documents by what they're about, not just where they live 3. **Conflict detection**: Find contradictions between documents that may confuse readers 4. **Staleness awareness**: Identify documents that may be outdated based on content signals 5. **Non-destructive**: Only reads and reports — never modifies source documents 6. **Reorganization as suggestion**: Propose better structures, don't impose them ## When to Use Analyze vs. Audit | Situation | Use | |-----------|-----| | Single project with docs/ and source code | `/spec-forge:audit` | | Docs-only repo with mixed content | `/spec-forge:analyze` | | Cross-repo documentation ecosystem | `/spec-forge:analyze` | | Research notes, ideas, decision records | `/spec-forge:analyze` | | API docs need checking against code | `/spec-forge:audit` | | "I have a mess of docs and need to understand them" | `/spec-forge:analyze` | ## Workflow ### Step 1: Determine Scope Parse the arguments to determine what to analyze: 1. If a path argument is provided (e.g., `/spec-forge:analyze ../../aipartnerup-docs`), use that ...

Details

Author
tercel
Repository
tercel/spec-forge
Created
5 months ago
Last Updated
1 weeks ago
Language
Python
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category