Verify framework documentation is accessible from plugin
Verifies framework documentation (ADRs, standards, governance) is accessible directly from plugin storage without copying to project. Tests reading 4 key documents and validates content to confirm plugin-based distribution strategy works.
/plugin marketplace add Zal4DW/claude-plugin-test/plugin install sdlc-test-plugin@odta-sdlc-marketplace[--verify-all]This command verifies that framework documentation (ADRs, standards, governance) is accessible from the plugin without copying to project.
Critical Framework Question: Can agents/commands read ADRs, standards, and governance docs directly from the plugin?
If YES: ✅ No need to copy framework docs to project .claude/ If NO: ❌ Must copy docs on installation
Attempt to read actual framework documentation from plugin storage:
${CLAUDE_PLUGIN_ROOT}/framework-docs/
Expected location (WSL/Linux):
/home/paul/.claude/plugins/cache/sdlc-test-plugin/framework-docs/
ADR-001: Use Plugin System for Framework Distribution
framework-docs/architecture/ADR-001-use-plugin-system.mdADR-002: Agent Governance Model
framework-docs/architecture/ADR-002-agent-governance-model.mdframework-docs/standards/typescript-standards.mdframework-docs/governance/AGENTS-REFERENCE.mdFor each document:
Attempt Read:
Read tool: /home/paul/.claude/plugins/cache/sdlc-test-plugin/framework-docs/[path]
Verify Content:
Report Results:
To prove docs are readable, answer these from the documents:
From ADR-001:
From TypeScript Standards:
From Agents Reference:
From ADR-002:
Framework Documentation Access Test
====================================
Testing ADR Access:
✅ ADR-001-use-plugin-system.md - Readable
Status: Accepted
Topic: Plugin System for Framework Distribution
✅ ADR-002-agent-governance-model.md - Readable
Flow: business-analyst → software-architect → dev-* → tester-* → lead-code-reviewer
Testing Standards Access:
✅ typescript-standards.md - Readable
Coverage Requirement: 80%
File Naming: kebab-case
Testing Governance Access:
✅ AGENTS-REFERENCE.md - Readable
Framework Agents: 26+
Test Agents: 2
========================================
RESULT: ✅ ALL DOCUMENTATION ACCESSIBLE
========================================
Framework documentation CAN be distributed via plugin!
No need to copy docs to project .claude/ directory.
Agents can reference docs using ${CLAUDE_PLUGIN_ROOT} path.
If ALL documents readable:
If ANY document fails:
This is a GO/NO-GO test for documentation distribution strategy!