Files
Kieran Klaassen 4b0f058f2c refactor: Reduce core to 4 commands, extract workflow-automation and plugin-dev plugins
Based on PR feedback that 14 commands in core was too many:

- **compound-engineering-core** (14 agents, 4 commands, 5 skills)
  - Only 4 workflow commands: /workflows:plan, /workflows:review, /workflows:work, /workflows:compound
  - All code review agents stay in core (referenced by /workflows:review)

- **workflow-automation** (3 agents, 7 commands, 1 skill) - NEW
  - /resolve_pr_parallel, /plan_review, /resolve_parallel, /resolve_todo_parallel
  - /reproduce-bug, /triage, /changelog
  - bug-reproduction-validator, pr-comment-resolver, every-style-editor agents

- **plugin-dev** (3 commands, 2 skills) - NEW
  - /generate_command, /heal-skill, /create-agent-skill
  - skill-creator, create-agent-skills skills

All READMEs updated with "Works Best With" philosophy emphasizing that
core provides the foundation but real power comes from combining plugins.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-15 17:15:12 -08:00

1.3 KiB

workflow-automation

Automation helpers for batch operations, PR resolution, and utility tasks.

Installation

# Install with core (recommended)
claude /plugin install compound-engineering-core workflow-automation

What's Included

Commands (7)

  • /resolve_pr_parallel - Resolve PR comments in parallel
  • /plan_review - Review plans with multiple agents
  • /resolve_parallel - Resolve TODOs in parallel
  • /resolve_todo_parallel - Resolve CLI todos in parallel
  • /reproduce-bug - Reproduce and validate bugs
  • /triage - Triage findings by severity
  • /changelog - Generate changelogs from commits

Agents (3)

  • bug-reproduction-validator - Validate bug reports
  • pr-comment-resolver - Resolve PR comments
  • every-style-editor - Style editing

Skills (1)

  • every-style-editor - Every style guide for writing

Usage

# After /workflows:review finds issues, resolve them in parallel
claude /resolve_pr_parallel 123

# Review a plan with multiple specialized agents
claude /plan_review plans/my-feature.md

# Generate a weekly changelog
claude /changelog weekly

# Triage findings by severity
claude /triage

Works Best With

Plugin Why
compound-engineering-core Required - provides the base workflow
rails-dev / python-dev / typescript-dev Framework-specific reviewers