What problem does it solve?
This Skill captures recurring project-specific Unity development patterns that static architecture rules cannot cover, reducing repeated mistakes and making local conventions easier to apply.
Core Features & Use Cases
- Observation Capture: Records tool-use events and hook warnings for later analysis.
- Pattern Distillation: Converts recurring path, tool-sequence, and hook-specific behaviors into confidence-scored instincts without requiring LLM calls.
- Project and Global Scope: Keeps instincts project-local by default and supports promotion across projects after validation.
- Reviewable Evolution: Produces draft skill knowledge while allowing static rules to take precedence when conflicts occur.
- Use Case: Detect that editing View files frequently follows Model reads and repeatedly triggers quality warnings, then surface that pattern during future workflow planning.
Quick Start
Use the unity-instincts skill to inspect current project instincts, review recurring patterns, and evolve strong candidates into a draft SKILL.md for approval.