What problem does it solve?
Manually verifying that project architecture adheres to defined constraints (e.g., number of agents, skills, commands) is error-prone and time-consuming. This skill automates the validation process, ensuring design compliance.
Core Features & Use Cases
- Component Limits: Validates the count of base agents (3), supplementary agents (max 5), implementation skills (max 10), total skills (max 14), and commands (max 8).
- Structure Validation: Ensures
architecture.md and plugin.json component counts match, maintaining consistency.
- Automated Checks: Provides a clear, JavaScript-like logic for performing validation checks against predefined rules.
- Use Case: After an architect agent proposes a new project structure, use this skill to automatically validate
architecture.md against predefined limits and rules, ensuring design compliance before implementation begins and preventing costly rework.
Quick Start
Use the architecture-validator skill to check if the current project architecture adheres to the defined limits for agents and skills.