What problem does it solve?
This Skill helps you establish and manage a project constitution, a living document that defines project-wide principles, architectural patterns, coding standards, and quality gates. It ensures consistency across all features and implementations, reducing ambiguity and onboarding time.
Core Features & Use Cases
- Principle Definition: Guides you in documenting architectural decisions, API design standards, error handling approaches, and security requirements.
- Consistency Enforcement: All new specifications are validated against the constitution, ensuring adherence to project-wide rules.
- Decision Log: Provides a structured way to record key project decisions and their rationale.
- Use Case: For a new microservice project, use this skill to define your RESTful API conventions, JWT authentication standards, and common error response formats, ensuring all future services follow the same guidelines.
Quick Start
To create a new project constitution, simply say:
Create a project constitution for the Todo App.