Analyze Template System Gaps
template-check-use-casecommandsetup L1★143
Yesterday-AI/paperclip-plugin-company-wizard ↗What it does
Audit Clipper template system against use case for gaps and improvements
Best for
Template design audit when a use case must drive new module/role creation and composition must be validated as gracefully-optimistic.
Inputs
- · Use case description (from $ARGUMENTS or user input)
- · Existing presets, modules, roles, skills, docs
Outputs
- · Covered: what templates handle well
- · Gaps: module/role/skill/goal/preset/task missing items
- · Recommendations: prioritized improvements ordered by impact
Requires
- · Read (template.meta.json files, CLAUDE.md)
- · Grep (find reusable skills and modules)
Preconditions
- · Clipper template structure (presets/, modules/, roles/, templates/docs/)
- · Use case is well-specified (roles, workflows, outputs clear)
- · CLAUDE.md exists with composition rules
Failure modes
- · Use case too broad = too many gaps identified, prioritization unclear
- · Template files missing = incomplete audit surface
- · No gracefully-optimistic path = recommendations require all roles (not modular)
- · Duplicate capabilities in multiple modules = reuse not detected
Trust signals
- · Checks for graceful-optimism (works with minimal roles, improves with optional roles)
- · Identifies module-vs-role-vs-skill gaps with precision
- · Proposes preset only when it would be one-click value
- · Enforces markdown-first skills (not code)