document-analysislisted
Install: claude install-skill jasonmichaelbell78-creator/sonash-v0
<!-- prettier-ignore-start -->
**Document Version:** 2.0
**Last Updated:** 2026-04-15
**Status:** ACTIVE
<!-- prettier-ignore-end -->
**Shared conventions:** See `.claude/skills/shared/CONVENTIONS.md`
**`/analyze` router:** This skill is the document-handler arm of `/analyze` —
direct invocation and router dispatch both supported. Handoff contract: the
router passes `{target, auto_detected_type: "document"}` as if the skill were
invoked directly.
# Document Analysis
Analysis of documents as knowledge artifacts. Mirrors `/repo-analysis` structure
for cohesion with sibling CAS handlers. Handles any text-readable source: PDFs,
GitHub gists, articles, markdown files, arxiv papers, code snippets, meeting
notes.
## Warm-up (shown at invocation)
```
/document-analysis <path-or-url> [--depth=standard|deep]
depth: standard (default) | deep | quick (triage)
phases: PHASE N of M (M = 9 Standard / Deep, 1 Quick)
est. time: Quick ~15s | Standard 2-4m | Deep 5-10m
output: .research/analysis/<slug>/
prior feedback: {replay per CONVENTIONS §18 if prior state file exists}
```
## Routing Guide
| You want to… | Use this |
| ---------------------------------------- | --------------------------- |
| Analyze one PDF / gist / article / paper | `/document-analysis` (here) |
| Let router auto-pick repo vs site vs PDF | `/analyze <target>` |
| Cross-source synthesis across 3+ | `/synthesize`