Files
claude-engineering-plugin/plugins/compounding-engineering/CHANGELOG.md
Kieran Klaassen 77de729c0b Initial commit: Every Marketplace for Claude Code
Official plugin marketplace featuring the Compounding Engineering plugin with 15 specialized agents, 6 commands, and 2 automated hooks. This marketplace embodies the compounding engineering philosophy where each unit of work makes future work easier.

Key features:
- Compounding Engineering plugin with AI-powered development tools
- Complete marketplace infrastructure with CLAUDE.md documentation
- Simplified structure following official Claude Code specifications

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-09 13:37:38 -07:00

4.2 KiB

Changelog

All notable changes to the Compounding Engineering will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

1.0.0 - 2025-10-09

Added

Agents (21 total)

  • Code Reviewers

    • kieran-rails-reviewer - Super senior Rails reviewer with exceptionally high quality bar
    • dhh-rails-reviewer - Rails reviewer following DHH's principles
    • cora-test-reviewer - Test quality reviewer for minitest
    • code-simplicity-reviewer - Simplicity and maintainability reviewer
  • Quality Agents

    • security-sentinel - Security-focused code reviewer
    • performance-oracle - Performance optimization expert
    • lint - Automated linting and style enforcement
  • Architecture Agents

    • architecture-strategist - High-level architecture reviewer
    • pattern-recognition-specialist - Design pattern identifier
    • data-integrity-guardian - Database integrity reviewer
  • Workflow Agents

    • pr-comment-resolver - PR feedback resolver
    • git-history-analyzer - Git history analyst
    • bug-reproduction-validator - Bug reproduction validator
  • Research Agents

    • repo-research-analyst - Repository research expert
    • best-practices-researcher - Best practices researcher
    • framework-docs-researcher - Framework documentation searcher
  • Specialized Agents

    • every-style-editor - Writing style guide enforcer
    • assistant-component-creator - UI component creator
    • feedback-codifier - Feedback task converter
    • ahoy-tracking-expert - Analytics implementation expert
    • appsignal-log-investigator - Log investigation specialist

Commands (24 total)

  • Review Commands

    • /code-review - Comprehensive code review
    • /review_relevant - Review relevant changes only
  • Testing Commands

    • /test - Run tests with guidance
    • /reproduce-bug - Create bug reproduction tests
  • Workflow Commands

    • /prepare_pr - Prepare pull request
    • /resolve_pr_parallel - Resolve PR comments in parallel
    • /resolve_todo_parallel - Resolve code TODOs in parallel
    • /triage - Interactive triage workflow
    • /cleanup - Code cleanup automation
  • Documentation Commands

    • /create-developer-doc - Create developer documentation
    • /update-help-center - Update help center
    • /changelog - Generate changelog
    • /best_practice - Document best practices
    • /study - Study codebase patterns
    • /teach - Create educational content
  • Business Commands

    • /create-pitch - Create product pitches
    • /help-me-market - Marketing assistance
    • /call-transcript - Process call transcripts
    • /featurebase_triage - Triage user feedback
  • Utility Commands

    • /fix-critical - Fix critical issues
    • /issues - Manage GitHub issues
    • /proofread - Proofread copy

Workflows (5 total)

  • /workflows/generate_command - Generate custom commands
  • /workflows/plan - Plan feature implementation
  • /workflows/review - Comprehensive review workflow
  • /workflows/watch - Monitor changes
  • /workflows/work - Guided development workflow

Hooks (2 total)

  • block-main-push.rb - Prevents accidental main branch pushes
  • run-linter.rb - Automated linter execution

Plugin Infrastructure

  • Complete plugin.json manifest with metadata
  • Comprehensive README with usage examples
  • Installation instructions for every-env
  • Documentation for all agents and commands

Notes

  • Initial release extracted from the compounding engineering principles
  • Fully compatible with Claude Code v1.0.0+
  • Optimized for Rails 7.0+ projects
  • Includes permission configurations for safe operation

Future Releases

Planned for v1.1.0

  • Additional Rails 8 specific agents
  • Hotwire/Turbo specialized reviewers
  • Enhanced test coverage analysis
  • Integration with more CI/CD platforms

Planned for v2.0.0

  • Plugin marketplace integration
  • Auto-update capabilities
  • Plugin dependency management
  • Custom agent templates
  • Team collaboration features