Reference: documentation coverage
Reference: documentation coverage
Section titled “Reference: documentation coverage”This page is the audit index for the harness’s adoptable surface. Every pack, core skill, command, agent, and script discoverable in the repository appears below with a link to where it is documented. The counts at the end assert that the discovered set equals the documented set.
Coverage summary
Section titled “Coverage summary”| Category | Discovered | Documented | Source of truth |
|---|---|---|---|
| Packs | 29 | 29 | harness.config.json packs[] (17) + packs/ontologies/ (12) |
| Core skills | 10 | 10 | .claude/skills/*/SKILL.md |
| Commands | 7 | 7 | .claude/commands/*.md |
| Agents | 5 | 5 | .claude/agents/*.md |
| Scripts | 29 | 29 | scripts/** (excludes __pycache__) |
| Total | 80 | 80 | — |
Reproduce the discovered counts:
# packs: 17 plugin packs + 12 ontology packs = 29echo $(( $(jq '.packs | length' harness.config.json) + $(ls -d packs/ontologies/*/ | wc -l) ))ls .claude/skills | wc -l # 10 core skillsls .claude/commands/*.md | wc -l # 7 commandsls .claude/agents/*.md | wc -l # 5 agentsfind scripts -type f \( -name '*.sh' -o -name '*.py' -o -name '*.jq' \) \ | grep -v __pycache__ | wc -l # 29 scriptsPacks (29)
Section titled “Packs (29)”Plugin packs (17, registered in harness.config.json):
| Pack | Family | Documented in |
|---|---|---|
| book | channels | packs/channels.md |
| diataxis | channels | packs/channels.md |
| github-discuss | channels | packs/channels.md |
| github-issues | channels | packs/channels.md |
| notebooklm | channels | packs/channels.md |
| channels | packs/channels.md | |
| competitive-analysis | market-research | packs/market-research.md |
| customer-research | market-research | packs/market-research.md |
| financial-analysis | market-research | packs/market-research.md |
| market-sizing | market-research | packs/market-research.md |
| regulatory-review | market-research | packs/market-research.md |
| academic | reports | packs/reports.md |
| briefing | reports | packs/reports.md |
| engineering | reports | packs/reports.md |
| exec-summary | reports | packs/reports.md |
| trend-analysis | reports | packs/reports.md |
| trend-modeling | trend-modeling | packs/trend-modeling.md |
Ontology data packs (12, under packs/ontologies/):
| Pack | Documented in |
|---|---|
| biology-research-lab | packs/ontologies.md |
| data-engineering | packs/ontologies.md |
| market-research | packs/ontologies.md |
| observability | packs/ontologies.md |
| psycholinguistics | packs/ontologies.md |
| regenerative-agriculture | packs/ontologies.md |
| regenerative-agriculture-research | packs/ontologies.md |
| regulatory-legal | packs/ontologies.md |
| scientific | packs/ontologies.md |
| software-engineering | packs/ontologies.md |
| software-security | packs/ontologies.md |
| trend-analysis | packs/ontologies.md |
Core skills (10)
Section titled “Core skills (10)”All documented in core-skills.md: discover, graph, lab,
md-fix, ontology-manager, publish-blog, publish-report, readme,
search, topics.
Commands (7)
Section titled “Commands (7)”All documented in commands.md: /falsify, /goal-writer,
/ontology-review, /resume, /start, /status, /topics.
Agents (5)
Section titled “Agents (5)”All documented in agents.md: orchestrator, dimension-analyst,
falsification-analyst, report-synthesizer, source-chunker.
Scripts (29)
Section titled “Scripts (29)”All documented in scripts.md: assert-graph-mif,
build-concordance, build-graph-viz, build-graph, build-index,
build-topic-readme, check-citation-integrity, check-mermaid.py,
check-pack-docs.py, codegen/bundle_schema.py, codegen/gen-models,
falsify, goal-version,
import-corpus, mif-project, ontology-review, pack-toggle,
reconcile-session, render-artifact, resolve-membership,
resolve-ontology, run-lock, sync-packs,
synthesize-artifact, update, validate-concordance, verify,
wrap-source, write-finding.
Assertion
Section titled “Assertion”Discovered (80) equals documented (80) across all five categories. No pack, skill, command, agent, or script is omitted.