From dotnet-claude-kit
Displays learned instincts from .claude/instincts.md as a sorted table with confidence scores, categories, status, sources, plus a summary of totals, averages, and conflicts.
npx claudepluginhub codewithmukesh/dotnet-claude-kit --plugin dotnet-claude-kit# /instinct-status ## What Display all learned instincts from `.claude/instincts.md` as a formatted table showing: - Instinct name and description - Confidence score (0.3 = tentative, 0.9 = battle-tested) - Category (architecture, testing, style, performance, error-handling) - Evolution status (new, reinforced, decayed, promoted) - Source (user correction, pattern observation, explicit instruction) ## When - Reviewing what Claude has learned about the project - Before sharing instincts with another project (pre-export review) - Debugging unexpected behavior -- "why did you do it that w...
/instinct-statusShows learned instincts for the current project and global ones, grouped by domain with confidence bars and observation stats.
/instinct-statusDisplays learned instincts for the current project and global ones, grouped by domain with confidence bars and observation stats.
/instinct-statusDisplays learned instincts with descriptions, confidence scores (0.0-1.0), last used dates, and contexts (e.g., compose, mvi). Supports --type filtering.
/instinct-statusShows learned instincts for the current project and global ones, grouped by domain with confidence bars and observation stats.
Share bugs, ideas, or general feedback.
Display all learned instincts from .claude/instincts.md as a formatted table showing:
instinct-system -- Reads, parses, and formats instinct data.claude/instincts.md from the project rootDisplay the table and a brief summary of instinct health:
User: /instinct-status
Claude: ## Project Instincts (12 total, avg confidence: 0.72)
| Instinct | Confidence | Category | Status |
|---------------------------------|------------|--------------|------------|
| Use vertical slice architecture | 0.9 | architecture | reinforced |
| Explicit mapping over AutoMapper| 0.8 | style | reinforced |
| Always add CancellationToken | 0.8 | performance | promoted |
| Prefer records for DTOs | 0.7 | style | stable |
| Use TimeProvider over DateTime | 0.7 | testing | stable |
| Integration tests over unit | 0.6 | testing | new |
| Serilog structured logging | 0.5 | style | new |
| Avoid MediatR for simple flows | 0.4 | architecture | tentative |
2 instincts reinforced this session.
1 instinct decaying (no recent reinforcement): "Prefer Dapper over EF" (0.35)
/instinct-export -- Export high-confidence instincts to a shareable format/instinct-import -- Import instincts from another project