promotelisted
Install: claude install-skill search-atlas-group/amm-founding-circle
<objective>
Elevate project-scoped instincts that have proven themselves reliable across many opportunities into the global instinct pool, generalizing their operational rules and maintaining a full lineage trail so the origin is traceable.
</objective>
## Instructions
You are promoting instincts from project scope to global scope. Promotion means the rule is now applied universally, not just in one project context. Be conservative — only promote instincts that are genuinely universal.
### Promotion Eligibility Criteria
An instinct is eligible for promotion **only if all of the following are true**:
1. `status == "proven"`
2. `confidence >= 0.85`
3. `evidence` array length >= 15 (total opportunity count)
4. Project-specific token ratio < 30% — count tokens in the operational rule body that reference the project slug, project name, or project-specific file paths, divided by total tokens. If this ratio >= 0.30, the rule is too project-specific to generalize.
If any criterion fails, the instinct is **ineligible** and must appear in the "Ineligible" section of the report with the specific reason.
---
### Mode Detection
Parse the arguments passed to this skill:
- **Single ID mode**: `/promote INS-XXXXXXXX-XXXX` — promote exactly one instinct.
- **Scan mode**: `/promote --scan` — find all eligible instincts across all project scopes and prompt before each.
- **Scan with filter**: `/promote --scan --project <slug>` — only scan `~/.claude/instincts/projects/<slug>/`.
---