How this command is triggered — by the user, by Claude, or both
Slash command
/coach:promoteThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Coach Promote Move an approved project-scope rule to global scope. ## Arguments - `<id>` - The candidate ID to promote ## Steps 1. Read `~/.claude-coach/candidates.json` and find the candidate 2. Verify it's currently project-scoped and approved 3. Read the rule from `<repo>/.claude/CLAUDE.md` 4. Add the rule to `~/.claude/CLAUDE.md` under appropriate section 5. Optionally remove from project CLAUDE.md (ask user) 6. Update candidate scope to "global" in candidates.json 7. Confirm promotion to user This is useful when a pattern learned in one project should apply everywhere.
Move an approved project-scope rule to global scope.
<id> - The candidate ID to promoteRead ~/.claude-coach/candidates.json and find the candidate
Verify it's currently project-scoped and approved
Read the rule from <repo>/.claude/CLAUDE.md
Add the rule to ~/.claude/CLAUDE.md under appropriate section
Optionally remove from project CLAUDE.md (ask user)
Update candidate scope to "global" in candidates.json
Confirm promotion to user
This is useful when a pattern learned in one project should apply everywhere.
npx claudepluginhub netzkontrast/claude-coach-plugin/promotePromotes project-scoped instincts to global scope, auto-detecting cross-project candidates or promoting a specific instinct by ID. Supports --dry-run and --force flags.
/promoteGenerates promotion content for academic papers across multiple platforms (Twitter/X, LinkedIn, blog, news) using an automated script and example references.
/promotePromotes project-level instincts to global scope, making learned patterns reusable across projects. Auto-detects candidates or targets a specific instinct, with dry-run and force options.
/promotePromotes a reviewed finding to auto-fixable by recording human confirmation, patching the artifact, re-rendering, and re-publishing to the PR.
/promotePromotes a verified learning from temporary context into permanent project documentation, appending to an auto-detected or specified context file.
/promotePromotes a shipped POC to MVP or production by running full audits (ARCH document, threat model, security review) that POC mode skipped.