Update all documentation to show the correct command syntax: - `/plan`, `/review`, `/work`, `/codify` (short form, autocompletes) Previously showed `/workflows:plan` etc. which doesn't work. The `name:` field in frontmatter determines the short command name. Fixes #19 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
8.0 KiB
8.0 KiB
Changelog
All notable changes to the compounding-engineering plugin will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[2.6.0] - 2024-11-26
Removed
feedback-codifieragent - Removed from workflow agents. Agent count reduced from 24 to 23.
[2.5.0] - 2024-11-25
Added
/report-bugcommand - New slash command for reporting bugs in the compounding-engineering plugin. Provides a structured workflow that gathers bug information through guided questions, collects environment details automatically, and creates a GitHub issue in the EveryInc/every-marketplace repository. Designed to be user-friendly for anyone using the plugin.
[2.4.1] - 2024-11-24
Improved
- design-iterator agent - Added focused screenshot guidance: always capture only the target element/area instead of full page screenshots. Includes browser_resize recommendations, element-targeted screenshot workflow using browser_snapshot refs, and explicit instruction to never use fullPage mode. Also added step to load relevant design skills (e.g., Swiss design) before starting iterations.
[2.4.0] - 2024-11-24
Fixed
- MCP Configuration - Moved MCP servers back to
plugin.jsonfollowing working examples from anthropics/life-sciences plugins. Removed.mcp.jsonfile as it's not the correct approach. - Context7 URL - Updated to use HTTP type with correct endpoint URL.
[2.3.0] - 2024-11-24
Changed
- MCP Configuration - Moved MCP servers from inline
plugin.jsonto separate.mcp.jsonfile per Claude Code best practices for plugin MCP integration.
[2.2.1] - 2024-11-24
Fixed
- Playwright MCP Server - Added missing
"type": "stdio"field required for MCP server configuration to load properly.
[2.2.0] - 2024-11-24
Added
- Context7 MCP Server - Bundled Context7 for instant framework documentation lookup. Provides up-to-date docs for Rails, React, Next.js, and 100+ other frameworks.
[2.1.0] - 2024-11-24
Added
- Playwright MCP Server - Bundled
@playwright/mcpfor browser automation across all projects using this plugin. Provides screenshot, navigation, click, fill, and evaluate tools.
Changed
- Replaced all Puppeteer references with Playwright across agents and commands:
bug-reproduction-validatoragentdesign-iteratoragentdesign-implementation-revieweragentfigma-design-syncagentgenerate_commandcommand
[2.0.2] - 2024-11-24
Changed
design-iteratoragent - Updated description to emphasize proactive usage when design work isn't coming together on first attempt. Added examples showing how to suggest 5x or 10x iterations when initial changes don't fully resolve design issues.
[2.0.1] - 2024-11-24
Added
CLAUDE.md- Project instructions with versioning requirements and pre-commit checklistdocs/solutions/plugin-versioning-requirements.md- Detailed workflow documentation for maintaining version, CHANGELOG, and README in sync
[2.0.0] - 2024-11-24
Major reorganization consolidating agents, commands, and skills from multiple sources into a single, well-organized plugin.
Added
New Agents (7)
design-iterator- Iteratively refine UI components through systematic design iterationsdesign-implementation-reviewer- Verify UI implementations match Figma design specificationsfigma-design-sync- Synchronize web implementations with Figma designsbug-reproduction-validator- Systematically reproduce and validate bug reportsspec-flow-analyzer- Analyze user flows and identify gaps in specificationslint- Run linting and code quality checks on Ruby and ERB filesankane-readme-writer- Create READMEs following Ankane-style template for Ruby gems
New Commands (9)
/changelog- Create engaging changelogs for recent merges/plan_review- Multi-agent plan review in parallel/resolve_parallel- Resolve TODO comments in parallel/resolve_pr_parallel- Resolve PR comments in parallel/reproduce-bug- Reproduce bugs using logs and console/prime- Prime/setup command/create-agent-skill- Create or edit Claude Code skills/heal-skill- Fix skill documentation issues/codify- Document solved problems for knowledge base
New Skills (10)
andrew-kane-gem-writer- Write Ruby gems following Andrew Kane's patternscodify-docs- Capture solved problems as categorized documentationcreate-agent-skills- Expert guidance for creating Claude Code skillsdhh-ruby-style- Write Ruby/Rails code in DHH's 37signals styledspy-ruby- Build type-safe LLM applications with DSPy.rbevery-style-editor- Review copy for Every's style guide compliancefile-todos- File-based todo tracking systemfrontend-design- Create production-grade frontend interfacesgit-worktree- Manage Git worktrees for parallel developmentskill-creator- Guide for creating effective Claude Code skills
Changed
Agents Reorganized by Category
review/(10 agents) - Code quality, security, performance reviewersresearch/(4 agents) - Documentation, patterns, history analysisdesign/(3 agents) - UI/design review and iterationworkflow/(6 agents) - PR resolution, bug validation, lintingdocs/(1 agent) - README generation
Commands Restructured
- Workflow commands moved to
commands/workflows/subdirectory /plan,/review,/work,/codifyaccessible via short names (autocomplete) or full path
Summary
| Component | v1.1.0 | v2.0.0 | Change |
|---|---|---|---|
| Agents | 17 | 24 | +7 |
| Commands | 6 | 15 | +9 |
| Skills | 1 | 11 | +10 |
[1.1.0] - 2024-11-22
Added
gemini-imagegen Skill
- Text-to-image generation with Google's Gemini API
- Image editing and manipulation
- Multi-turn refinement via chat interface
- Multiple reference image composition (up to 14 images)
- Model support:
gemini-2.5-flash-imageandgemini-3-pro-image-preview - Python scripts:
generate_image.py,edit_image.py,multi_turn_chat.py,compose_images.py
Fixed
- Corrected component counts in documentation (17 agents, not 15)
Documentation
- Added comprehensive README with all components listed
- Added this changelog
- Added
requirements.txtfor Python dependencies
[1.0.0] - 2024-10-09
Initial release of the compounding-engineering plugin.
Added
17 Specialized Agents
Code Review (5)
kieran-rails-reviewer- Rails code review with strict conventionskieran-python-reviewer- Python code review with quality standardskieran-typescript-reviewer- TypeScript code reviewdhh-rails-reviewer- Rails review from DHH's perspectivecode-simplicity-reviewer- Final pass for simplicity and minimalism
Analysis & Architecture (4)
architecture-strategist- Architectural decisions and compliancepattern-recognition-specialist- Design pattern analysissecurity-sentinel- Security audits and vulnerability assessmentsperformance-oracle- Performance analysis and optimizationdata-integrity-guardian- Database migrations and data integrity
Research (4)
framework-docs-researcher- Framework documentation researchbest-practices-researcher- External best practices gatheringgit-history-analyzer- Git history and code evolution analysisrepo-research-analyst- Repository structure and conventions
Workflow (3)
every-style-editor- Every's style guide compliancepr-comment-resolver- PR comment resolutionfeedback-codifier- Feedback pattern codification
6 Slash Commands
/plan- Create implementation plans/review- Comprehensive code reviews/work- Execute work items systematically/triage- Triage and prioritize issues/resolve_todo_parallel- Resolve TODOs in parallel/generate_command- Generate new slash commands
Infrastructure
- MIT license
- Plugin manifest (
plugin.json) - Pre-configured permissions for Rails development