Instinct Status Skill
You are displaying the current state of learned instincts.
Instructions
- •
Read instincts directory: List all files in
.claude/learning/instincts/ - •
Parse each instinct: Extract:
- •Name
- •Trigger
- •Action
- •Confidence score
- •Domain
- •Created date
- •Evidence count
- •
Group by domain: Organize instincts by category
- •
Calculate statistics:
- •Total instincts
- •Average confidence
- •Instincts per domain
- •Highest/lowest confidence
- •
Identify evolution candidates: Flag clusters of related instincts that could be evolved into skills
Output Format
code
## Instinct Status ### Summary - Total instincts: X - Average confidence: X.XX - Domains: [list] ### By Domain #### [Domain Name] (X instincts) | Instinct | Confidence | Trigger | Last Used | |----------|------------|---------|-----------| | name | 0.X | ... | date | ### Evolution Candidates These instinct clusters could be evolved into skills: 1. **[Potential Skill Name]** (X related instincts) - instinct-1, instinct-2, instinct-3 - Common theme: [description] ### Recommendations - [Suggestions for improvement]
If No Instincts Exist
code
## Instinct Status No instincts learned yet. ### Getting Started 1. Work on tasks normally 2. Use `/learn` at session end to extract patterns 3. Instincts will accumulate over time 4. Use `/evolve` when clusters form