diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json
index bfb2b57..6c98eb6 100644
--- a/.claude-plugin/marketplace.json
+++ b/.claude-plugin/marketplace.json
@@ -11,8 +11,8 @@
"plugins": [
{
"name": "compounding-engineering",
- "description": "AI-powered development tools that get smarter with every use. Make each unit of engineering work easier than the last. Includes 17 specialized agents, 6 commands, and 1 skill.",
- "version": "1.1.0",
+ "description": "AI-powered development tools that get smarter with every use. Make each unit of engineering work easier than the last. Includes 23 specialized agents, 16 commands, and 11 skills.",
+ "version": "2.6.0",
"author": {
"name": "Kieran Klaassen",
"url": "https://github.com/kieranklaassen",
diff --git a/plugins/compounding-engineering/.claude-plugin/plugin.json b/plugins/compounding-engineering/.claude-plugin/plugin.json
index 7b50cd0..ebcf315 100644
--- a/plugins/compounding-engineering/.claude-plugin/plugin.json
+++ b/plugins/compounding-engineering/.claude-plugin/plugin.json
@@ -1,7 +1,7 @@
{
"name": "compounding-engineering",
- "version": "2.5.0",
- "description": "AI-powered development tools. 24 agents, 16 commands, 11 skills, 2 MCP servers for code review, research, design, and workflow automation.",
+ "version": "2.6.0",
+ "description": "AI-powered development tools. 23 agents, 16 commands, 11 skills, 2 MCP servers for code review, research, design, and workflow automation.",
"author": {
"name": "Kieran Klaassen",
"email": "kieran@every.to",
diff --git a/plugins/compounding-engineering/CHANGELOG.md b/plugins/compounding-engineering/CHANGELOG.md
index d749760..b2f2885 100644
--- a/plugins/compounding-engineering/CHANGELOG.md
+++ b/plugins/compounding-engineering/CHANGELOG.md
@@ -5,6 +5,12 @@ All notable changes to the compounding-engineering plugin will be documented in
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [2.6.0] - 2024-11-26
+
+### Removed
+
+- **`feedback-codifier` agent** - Removed from workflow agents. Agent count reduced from 24 to 23.
+
## [2.5.0] - 2024-11-25
### Added
diff --git a/plugins/compounding-engineering/README.md b/plugins/compounding-engineering/README.md
index 9e7e323..d53b110 100644
--- a/plugins/compounding-engineering/README.md
+++ b/plugins/compounding-engineering/README.md
@@ -6,7 +6,7 @@ AI-powered development tools that get smarter with every use. Make each unit of
| Component | Count |
|-----------|-------|
-| Agents | 24 |
+| Agents | 23 |
| Commands | 16 |
| Skills | 11 |
| MCP Servers | 2 |
@@ -47,13 +47,12 @@ Agents are organized into categories for easier discovery.
| `design-iterator` | Iteratively refine UI through systematic design iterations |
| `figma-design-sync` | Synchronize web implementations with Figma designs |
-### Workflow (6)
+### Workflow (5)
| Agent | Description |
|-------|-------------|
| `bug-reproduction-validator` | Systematically reproduce and validate bug reports |
| `every-style-editor` | Edit content to conform to Every's style guide |
-| `feedback-codifier` | Codify feedback patterns into reviewer agents |
| `lint` | Run linting and code quality checks on Ruby and ERB files |
| `pr-comment-resolver` | Address PR comments and implement fixes |
| `spec-flow-analyzer` | Analyze user flows and identify gaps in specifications |
diff --git a/plugins/compounding-engineering/agents/workflow/feedback-codifier.md b/plugins/compounding-engineering/agents/workflow/feedback-codifier.md
deleted file mode 100644
index 74e1286..0000000
--- a/plugins/compounding-engineering/agents/workflow/feedback-codifier.md
+++ /dev/null
@@ -1,48 +0,0 @@
----
-name: feedback-codifier
-description: Use this agent when you need to analyze and codify feedback patterns from code reviews or technical discussions to improve existing reviewer agents. Examples: Context: User has provided detailed feedback on a Rails implementation and wants to capture those insights. user: 'I just gave extensive feedback on the authentication system implementation. The developer made several architectural mistakes that I want to make sure we catch in future reviews.' assistant: 'I'll use the feedback-codifier agent to analyze your review comments and update the kieran-rails-reviewer with these new patterns and standards.' Since the user wants to codify their feedback patterns, use the feedback-codifier agent to extract insights and update reviewer configurations. Context: After a thorough code review session with multiple improvement suggestions. user: 'That was a great review session. I provided feedback on service object patterns, test structure, and Rails conventions. Let's capture this knowledge.' assistant: 'I'll launch the feedback-codifier agent to analyze your feedback and integrate those standards into our review processes.' The user wants to preserve and systematize their review insights, so use the feedback-codifier agent.
-model: opus
-color: cyan
----
-
-You are an expert feedback analyst and knowledge codification specialist. Your role is to analyze code review feedback, technical discussions, and improvement suggestions to extract patterns, standards, and best practices that can be systematically applied in future reviews.
-
-When provided with feedback from code reviews or technical discussions, you will:
-
-1. **Extract Core Patterns**: Identify recurring themes, standards, and principles from the feedback. Look for:
- - Architectural preferences and anti-patterns
- - Code style and organization standards
- - Testing approaches and requirements
- - Security and performance considerations
- - Framework-specific best practices
-
-2. **Categorize Insights**: Organize findings into logical categories such as:
- - Code structure and organization
- - Testing and quality assurance
- - Performance and scalability
- - Security considerations
- - Framework conventions
- - Documentation standards
-
-3. **Formulate Actionable Guidelines**: Convert feedback into specific, actionable review criteria that can be consistently applied. Each guideline should:
- - Be specific and measurable
- - Include examples of good and bad practices
- - Explain the reasoning behind the standard
- - Reference relevant documentation or conventions
-
-4. **Update Existing Configurations**: When updating reviewer agents (like kieran-rails-reviewer), you will:
- - Preserve existing valuable guidelines
- - Integrate new insights seamlessly
- - Maintain consistent formatting and structure
- - Ensure guidelines are prioritized appropriately
- - Add specific examples from the analyzed feedback
-
-5. **Quality Assurance**: Ensure that codified guidelines are:
- - Consistent with established project standards
- - Practical and implementable
- - Clear and unambiguous
- - Properly contextualized for the target framework/technology
-
-Your output should focus on practical, implementable standards that will improve code quality and consistency. Always maintain the voice and perspective of the original reviewer while systematizing their expertise into reusable guidelines.
-
-When updating existing reviewer configurations, read the current content carefully and enhance it with new insights rather than replacing valuable existing knowledge.
diff --git a/plugins/compounding-engineering/docs/css/style.css b/plugins/compounding-engineering/docs/css/style.css
index 1d54a46..0dcfccc 100644
--- a/plugins/compounding-engineering/docs/css/style.css
+++ b/plugins/compounding-engineering/docs/css/style.css
@@ -7,9 +7,9 @@
:root {
/* Theme configuration */
- --theme-hue: 250;
- --theme-saturation: 0.3;
- --theme-contrast: 0.85;
+ --theme-hue: 243;
+ --theme-saturation: 1;
+ --theme-contrast: 0.71;
/* Fonts */
--font-text: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
diff --git a/plugins/compounding-engineering/docs/index.html b/plugins/compounding-engineering/docs/index.html
index 3ef5dd0..27e2eb9 100644
--- a/plugins/compounding-engineering/docs/index.html
+++ b/plugins/compounding-engineering/docs/index.html
@@ -4,7 +4,7 @@
Compounding Engineering - AI-Powered Development Tools for Claude Code
-
+
@@ -57,14 +57,14 @@
- Version 2.5.0 released!
+ Version 2.6.0 released!
AI-Powered Development Tools That Get Smarter With Every Use
- Make each unit of engineering work easier than the last. 24 specialized agents, 16 powerful commands,
- 11 intelligent skills, and 2 MCP servers for code review, research, design, and workflow automation.
+ Make each unit of engineering work easier than the last. 23 specialized agents, 16 powerful commands,
+ 11 intelligent skills, and two MCP servers for code review, research, design, and workflow automation.