Help us improve
Share bugs, ideas, or general feedback.
From coach
Approves a pending learning candidate by ID, applies it via script to project/global CLAUDE.md, updates status in candidates.json, and confirms the added rule details. Lists candidates if ID invalid.
npx claudepluginhub netresearch/claude-code-marketplace --plugin coachHow this command is triggered — by the user, by Claude, or both
Slash command
/coach:approveThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Coach Approve Approve a pending learning candidate and apply it to CLAUDE.md. ## Arguments - `<id>` - The candidate ID to approve (e.g., "a1b2c3d4") ## Steps 1. Read `~/.claude-coach/candidates.json` and find the candidate by ID 2. Determine target location based on candidate scope: - Project scope → `<repo>/.claude/CLAUDE.md` - Global scope → `~/.claude/CLAUDE.md` 3. Apply the proposal using the apply script: 4. Update the candidate status to "approved" in candidates.json 5. Confirm to user: - What rule was added - Where it was added (project/global) - The tri...
/learnDisplays Claude Code best practices guide on sessions, context, memory, modes, CLI shortcuts, worktrees, and prompting. Also supports specific topics and saving session lessons to persistent memory.
/promotePromotes a Tasuku learning by ID to permanent project documentation like CLAUDE.md, auto-detecting target file or via --to FILE. Supports --keep to retain original.
/reviewInteractively reviews and curates low-confidence project lessons from .autocontext/lessons.json in batches of 3-4, supporting approve, edit, delete, supersede, and skip actions.
/revise-claude-mdReflects on session learnings, finds CLAUDE.md files, proposes concise updates as diffs, and applies user-approved changes.
/approveApproves the current PRD and starts parallel story execution: analyzes dependencies, creates batches, launches background task agents, and monitors progress.
/approveApproves current workflow phase after validation, updates state with timestamp and approver, advances to next phase, auto-executes it, and shows new approval gate.
Share bugs, ideas, or general feedback.
Approve a pending learning candidate and apply it to CLAUDE.md.
<id> - The candidate ID to approve (e.g., "a1b2c3d4")Read ~/.claude-coach/candidates.json and find the candidate by ID
Determine target location based on candidate scope:
<repo>/.claude/CLAUDE.md~/.claude/CLAUDE.mdApply the proposal using the apply script:
python3 ${CLAUDE_PLUGIN_ROOT}/scripts/apply.py <id>
Update the candidate status to "approved" in candidates.json
Confirm to user:
If the candidate ID is not found, list available pending candidates.