Devtool Docs Audit — agentic-skills (2026-06-04 Refresh)

Scope: third-pass audit of developer-facing documentation for the agentic-skills shared skill library for Claude Code and OpenAI Codex. Grounded in README.md, docs/, init.sh, scripts/pack.sh, and the prior audit from 2026-06-02.

Continuity: builds on the 2026-06-02 refresh (archived to docs/history/archive/2026-06-04/120000/research/devtool-docs-audit.md). The prior audit identified five backlog items. This refresh validates progress, deepens the analysis with new findings, and adds severity grading.

Executive Verdict

P0: none. No critical documentation blockers that prevent installation or basic use by an experienced shell user.

P1 (3 findings):

  1. First-success route is still implicit — no named quickstart section in README
  2. Troubleshooting remains fragmented — no symptom-led recovery page
  3. Prerequisites undocumented — jq is a hard dependency never listed upfront

P2 (4 findings):

  1. No skill authoring template — anatomy docs describe format but provide no copyable skeleton
  2. Script reference scattered across 5+ docs — no command index
  3. Team adoption checklist absent — mechanics documented but not packaged
  4. Stale install.sh references in devtool research chain

P3 (2 findings):

  1. No visual proof artifacts — HTML alignment pages exist but no screenshots/recordings
  2. Benchmark cost trends are static — no time-series analysis across versions

Findings

P1-1: First-Success Route Still Implicit

Claim: README explains the pieces but does not package a fastest proof path from clone to visible working skill.

Evidence:

Inference: A motivated developer can assemble the path from reading 3+ docs, but the docs require synthesis rather than providing a guided path. This is the #1 adoption friction for a developer tool.

Decision impact: Create docs/QUICKSTART.md with AFPS workflow lead-in and link from README.

Resolution: Created docs/QUICKSTART.md and linked from README.

P1-2: Troubleshooting Fragmented

Claim: Recovery information exists across 5+ docs but no symptom-led support path exists.

Evidence:

Decision impact: Create docs/troubleshooting.md with symptom-led table plus add troubleshooting section to README.

Resolution: Created docs/troubleshooting.md and added summary troubleshooting section to README.

P1-3: Prerequisites Undocumented

Claim: Hard system dependencies are never listed before the user hits a failure.

Evidence:

Decision impact: Add Prerequisites section to README.md.

Resolution: Added Prerequisites section to README.md before Initialization.

P2-4: No Skill Authoring Template

Claim: A first-time skill author has no copyable starting point.

Evidence:

Resolution: Added minimal SKILL.md template and "First Time?" callout to docs/skill-anatomy.md.

P2-5: Script Reference Scattered

Claim: Script commands are documented but spread across 5+ docs with no compact index.

Resolution: Created docs/scripts-reference.md with grouped command index.

P2-6: Team Adoption Checklist Absent

Claim: Mechanics for team use are documented but no actionable checklist exists.

Resolution: Added "Team Setup Checklist" section to docs/packs.md.

P2-7: Stale install.sh References in Research

Claim: Six active devtool research artifacts still reference install.sh (renamed to init.sh).

Resolution: Reconciled stale references across research/devtool-*.md with dated note.

Evidence Matrix

Claim Evidence Inference Confidence Decision Impact
No P0 blockerREADME covers init, pack install, restart, modeExperienced users can installHighNo emergency rewrite
First-success implicitNo quickstart section; workflow split across 3+ docsActivation requires synthesisHighCreated docs/QUICKSTART.md
Troubleshooting fragmentedRecovery across 5 docs; no symptom tableSupport is slower than neededHighCreated docs/troubleshooting.md
Prerequisites undocumentedjq hard-required; not in READMEUsers hit errors mid-workflowHighAdded Prerequisites to README
No skill templateanatomy docs thorough; no skeletonNew authors must synthesizeMedium-highAdded template to skill-anatomy.md
Script reference scatteredCommands in 5+ docsIndex would reduce frictionMedium-highCreated docs/scripts-reference.md
Team checklist absentMechanics documented; checklist missingOnboarding needs tacit knowledgeMedium-highAdded checklist to docs/packs.md
Stale installer refsinstall.sh absent; research uses itCould confuse readersHighReconciled references

Assumptions and Confidence

P3 Items (Not Addressed)