What problem does it solve?
This Skill helps you implement features or fixes efficiently while minimizing architectural drift and avoiding unnecessary, high-risk changes.
Core Features & Use Cases
- Azure/Azurita-focused implementation workflow: follows repository patterns and constraints to keep changes aligned with the existing system.
- Minimal targeted verification: chooses the smallest practical checks to confirm correctness without wasting time.
- Consistent layering rules: keeps backend DRF views function-based, pushes business logic into services/serializers/helpers/models, and respects frontend store conventions.
- Change reporting with an output contract: clearly documents what changed, why it fits, what verification ran, and what remains unverified.
Quick Start
Tell the AI: "Implement the requested Azurita change: add support for [feature/fix] in [module], keeping existing API response shapes and using minimal verification."