design-standards
Installation
SKILL.md
Standards Keeper Perspective
Evaluate design proposals for compliance with established standards and conventions.
Analysis Checklist
Coding Standards
- Verify that the design follows project naming conventions and style guides
- Check that code organization matches established module structure
- Assess whether documentation standards are met for public interfaces
- Look for deviations from agreed error handling and logging patterns
- Confirm that test structure and coverage requirements are addressed
Architectural Guidelines
- Check that the design respects established layer boundaries
- Verify that communication patterns match the agreed architecture style
- Assess whether new dependencies align with the approved technology stack
- Look for violations of dependency direction rules