一键导入
evolve
Instinct Evolution Dashboard. USE WHEN /evolve, instinct dashboard, review instincts, promote instinct, prune instincts, instinct stats, evolve instincts.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Instinct Evolution Dashboard. USE WHEN /evolve, instinct dashboard, review instincts, promote instinct, prune instincts, instinct stats, evolve instincts.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Personal AI Infrastructure core. The authoritative reference for how PAI works.
Kaizen AI core. The authoritative reference for how PAI works. USE WHEN KAI system, how PAI works, PAI documentation, PAI reference, system architecture, core functionality.
Spec-driven development accelerator for turning ideas into specs, plans, task lists, implementations, and validation loops. USE WHEN speckit, spec kit, specification kit, write a spec, create a plan from a spec, derive tasks, implement from tasks, spec-driven development, clarify requirements, validate a plan against a spec.
Session wrap-up checklist — saves memory, updates knowledge, checks commit/push status, updates PRD phase. USE WHEN end, wrap up, done for now, closing out, finish session.
Extract system improvements from content AND monitor external sources (Anthropic ecosystem, YouTube). USE WHEN upgrade, improve system, system upgrade, analyze for improvements, check Anthropic, Anthropic changes, new Claude features, check YouTube, new videos. SkillSearch('upgrade') for docs.
Query the YourCompany Engineering Wiki for firmware, build system, Jenkins, GitHub, and repository knowledge. USE WHEN wiki, wiki query, check wiki, what do we know about, yourcompany knowledge, firmware knowledge, build knowledge, jenkins knowledge, look up in wiki, wiki search.
| name | Evolve |
| description | Instinct Evolution Dashboard. USE WHEN /evolve, instinct dashboard, review instincts, promote instinct, prune instincts, instinct stats, evolve instincts. |
Purpose: Review, promote, and prune behavioral instincts captured during sessions.
Trigger: User types /evolve (user-invoked only, never auto-run)
/evolve → Show instinct dashboard + cluster candidates
/evolve --promote → Promote a cluster to CLAUDE.md rule or skill
/evolve --prune → Review low-value instincts for manual archival
/evolve --stats → Instinct metrics (count, confidence distribution, age)
MEMORY/LEARNING/INSTINCTS/instincts.jsonlgetClusteredInstincts() from hooks/lib/instinct-store.ts:
/evolve --promote to review."Output format:
## Instinct Dashboard
Active: N | Eligible (surfacing): N | Archive-eligible (decayed): N
### High Confidence (ready for promotion)
• [95%] [kai, hooks, bun] Use bun test --bail for faster feedback ×7
• [82%] [kai, hooks] Never modify hook input schema directly ×4
### Active
• [65%] [testing] Always run tests before reporting done ×3
### Building
• [35%] [git] Check remote before push ×2
### Cluster Candidates
Cluster A: [bun, testing, hooks] — 2 instincts with 85%+ confidence
→ Run /evolve --promote to convert to CLAUDE.md rule
skills/ directoryTarget resolution:
.claude/CLAUDE.md or nearest CLAUDE.md--target global → ~/.claude/CLAUDE.md--target skill → new file in ~/.claude/skills/[ClusterName]/SKILL.mdinstincts-archived.jsonlDisplay metrics:
## Instinct Statistics
Active instincts: N
Eligible for surfacing (≥0.5): N
Eligible for promotion (≥0.8): N
Average confidence: X.XX
Oldest active instinct: X days ago
Sources: correction: N | repetition: N | rating: N
Archived total: N
Decay schedule: -0.1 per 30 days | Archive at 0.0
Cap: 100 active (auto-archive lowest on overflow)
hooks/lib/instinct-store.ts for all read/write operationsgetClusteredInstincts(paiDir) — returns InstinctCluster[] with
instincts, centroidScore, and promotable fieldsMEMORY/STATE/embeddings/instinct-vectors.jsonlMEMORY/LEARNING/INSTINCTS/instincts.jsonl — active instinctsMEMORY/LEARNING/INSTINCTS/instincts-archived.jsonl — archived instinctshooks/InstinctCapture.hook.ts — captures new instincts (patterns 1-4)hooks/WriteTracker.hook.ts — tracks PAI writes for revert detectionhooks/lib/instinct-store.ts — CRUD, decay, clustering, deduphooks/lib/instinct-dedup.ts — semantic dedup via embeddingshooks/lib/instinct-cluster.ts — embedding-based clustering algorithmconfig/settings.json → instincts block — feature flags