What problem does it solve?
Duplicated automation procedures across agent definitions, lessons learned, and process documents create confusion, maintenance nightmares, and lead to agents ignoring documentation due to conflicting information.
Core Features & Use Cases
- Duplication Detection: Scans agent definitions, lessons learned, and process docs for duplicated bash commands, step-by-step procedures, and hardcoded skill paths.
- Blocking Authority: Acts as a critical enforcement mechanism, blocking workflow completion (e.g., Phase 5 finalization) if any duplication violations are found.
- Proper Reference Guidance: Promotes referencing Skills as the only source of automation, ensuring all other documentation points to the executable truth.
- Use Case: After creating a new skill like
container-restart, run this Skill to ensure its automation is exclusively defined within the skill itself and only referenced by other documents, preventing future confusion.
Quick Start
Validate the 'container-restart' skill for any duplication across documentation.