What problem does it solve?
This Skill acts as the ultimate gatekeeper, ensuring all development work strictly adheres to the project's Product Requirements Document (PRD) and architectural guidelines, preventing non-compliant code from entering the codebase.
Core Features & Use Cases
- Orchestrates Sub-Skills: Delegates specific checks to specialized skills (domain rules, architecture, compliance, etc.) for comprehensive validation.
- Enforces Scope: Immediately rejects features or changes that fall outside the defined project scope (MVP and post-MVP).
- Validates Architecture & Design: Ensures adherence to import boundaries, endpoint security, and frontend design principles.
- Automated Pre-PR Checks: Runs essential build, type-checking, and linting commands to catch errors early.
- Use Case: Before implementing a new API endpoint, you would trigger this Skill to ensure it complies with all domain rules, architectural patterns, and security best practices defined for the "Political Authority Highlighter" project.
Quick Start
Use the project-guardian skill to validate a new feature implementation against all project requirements.