npx claudepluginhub netresearch/claude-code-marketplace --plugin coach/approveApproves the current PRD and starts parallel story execution: analyzes dependencies, creates batches, launches background task agents, and monitors progress.
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.