agent-coverage-check
Check agent configuration coverage across hierarchy levels and phases. Use to ensure complete agent system coverage.
Packaged view
This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.
Install command
npx @skill-hub/cli install mvillmow-projectodyssey-agent-coverage-check
Repository
Skill path: .claude/skills/agent-coverage-check
Check agent configuration coverage across hierarchy levels and phases. Use to ensure complete agent system coverage.
Open repositoryBest for
Primary workflow: Ship Full Stack.
Technical facets: Full Stack.
Target audience: everyone.
License: Unknown.
Original source
Catalog source: SkillHub Club.
Repository owner: mvillmow.
This is still a mirrored public skill entry. Review the repository before installing into production workflows.
What it helps with
- Install agent-coverage-check into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
- Review https://github.com/mvillmow/ProjectOdyssey before adding agent-coverage-check to shared team environments
- Use agent-coverage-check for development workflows
Works across
Favorites: 0.
Sub-skills: 0.
Aggregator: No.
Original source / Raw SKILL.md
--- name: agent-coverage-check description: "Check agent configuration coverage across hierarchy levels and phases. Use to ensure complete agent system coverage." mcp_fallback: none category: agent --- # Agent Coverage Check Verify complete agent system coverage across all dimensions. ## When to Use - After adding new agents to system - Validating agent system completeness - Finding gaps in coverage - Ensuring all development phases covered ## Quick Reference ```bash # Check all coverage dimensions ./scripts/check_agent_coverage.sh # Check specific dimension ./scripts/check_level_coverage.sh ./scripts/check_phase_coverage.sh ./scripts/check_section_coverage.sh ``` ## Coverage Dimensions **Hierarchy Levels**: - L0: Chief Architect (1) - L1: Section Orchestrators (6) - L2: Design Agents (per section) - L3: Specialists (per module) - L4: Engineers - L5: Junior Engineers **Development Phases**: - Plan - Test - Implementation - Package - Cleanup **Sections**: - Foundation - Shared Library - Tooling - First Paper - CI/CD - Agentic Workflows ## Coverage Report Format ```text Hierarchy Coverage: L0: ✅ 1 agent L1: ✅ 6 agents L2: ✅ 12 agents L3: ✅ 24 agents L4: ✅ 3 agents L5: ✅ 1 agent Phases: Plan: ✅ Covered Test: ✅ Covered Implementation: ✅ Covered Package: ✅ Covered Cleanup: ✅ Covered Sections: Foundation: ✅ Orchestrator + agents Shared Library: ✅ Orchestrator + agents ``` ## Gap Patterns **Missing level**: Any level with 0 agents **Missing phase**: Phase not assigned to any agent **Missing section**: Section without orchestrator ## References - `agent-validate-config` - Validate individual agent configs - `agent-test-delegation` - Test delegation completeness - `.claude/agents/` - All agent configurations