From 733e59a7a5b3dc4223d0268627d48d3527fe6526 Mon Sep 17 00:00:00 2001 From: Kieran Klaassen Date: Wed, 26 Nov 2025 11:58:29 -0800 Subject: [PATCH] [2.6.0] Remove feedback-codifier agent, update docs theme and style MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Remove feedback-codifier agent from workflow agents (24 → 23 agents) - Update all component counts across plugin.json, README, and docs site - Update docs CSS theme (hue: 243, saturation: 1, contrast: 0.71) - Apply Every style guide fixes (number formatting: "2" → "two", etc.) - Add v2.6.0 changelog entry to docs site 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .claude-plugin/marketplace.json | 4 +- .../.claude-plugin/plugin.json | 4 +- plugins/compounding-engineering/CHANGELOG.md | 6 +++ plugins/compounding-engineering/README.md | 5 +- .../agents/workflow/feedback-codifier.md | 48 ------------------- .../docs/css/style.css | 6 +-- .../compounding-engineering/docs/index.html | 44 +++++++---------- .../docs/pages/agents.html | 31 ++---------- .../docs/pages/changelog.html | 47 ++++++++++++------ .../docs/pages/commands.html | 12 ++--- .../docs/pages/getting-started.html | 14 +++--- .../docs/pages/mcp-servers.html | 12 ++--- .../docs/pages/skills.html | 2 +- 13 files changed, 90 insertions(+), 145 deletions(-) delete mode 100644 plugins/compounding-engineering/agents/workflow/feedback-codifier.md 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.

@@ -81,7 +81,7 @@
-
24
+
23
Specialized Agents
@@ -127,7 +127,7 @@

Before writing a single line of code, gather context. Research agents explore documentation, analyze git history, and find best practices. The /workflows:plan - command orchestrates 3 research agents in parallel to create comprehensive implementation plans. + command orchestrates three research agents in parallel to create comprehensive implementation plans.

framework-docs-researcher @@ -163,7 +163,7 @@

Assess

Multiple perspectives, comprehensive coverage

- The /workflows:review command launches 12+ review agents in parallel: security, + The /workflows:review command launches 12 or more review agents in parallel: security, performance, architecture, data integrity, patterns, and more. Findings are categorized by severity (P1/P2/P3) and stored as actionable todo files.

@@ -183,13 +183,11 @@

Turn solutions into knowledge

Every solved problem should teach the system. The /workflows:codify command - captures solutions as searchable documentation. The feedback-codifier agent - extracts patterns from code reviews to improve future reviews. + captures solutions as searchable documentation with YAML frontmatter for fast lookup.

/workflows:codify codify-docs skill - feedback-codifier file-todos skill
@@ -227,7 +225,7 @@

- 24 Specialized Agents + 23 Specialized Agents

Each agent brings deep expertise in a specific domain. Run them individually or orchestrate @@ -324,7 +322,7 @@

-

Research Agents (4)

+

Research Agents (four)

@@ -363,7 +361,7 @@
-

Design Agents (3)

+

Design Agents (three)

@@ -394,7 +392,7 @@
-

Workflow Agents (6)

+

Workflow Agents (five)

@@ -412,14 +410,6 @@

Address PR comments and implement fixes. Batch process review feedback.

claude agent pr-comment-resolver
-
-
- feedback-codifier - Knowledge -
-

Codify feedback patterns into reviewer agents. Build institutional knowledge.

- claude agent feedback-codifier -
lint @@ -449,7 +439,7 @@
-

Documentation Agent (1)

+

Documentation Agent (one)

@@ -489,7 +479,7 @@
/workflows:review
-

Run exhaustive code reviews using 12+ parallel agents, ultra-thinking, and worktrees.

+

Run exhaustive code reviews using 12 or more parallel agents, ultra-thinking, and worktrees.

@@ -733,7 +723,7 @@

- 2 MCP Servers + Two MCP Servers

Model Context Protocol servers extend Claude Code's capabilities with @@ -765,14 +755,14 @@ Context7

-

Framework documentation lookup for 100+ frameworks.

+

Framework documentation lookup for more than 100 frameworks.

Tools Provided:

  • resolve-library-id - Find library ID
  • get-library-docs - Get documentation
-

Supports: Rails, React, Next.js, Vue, Django, Laravel, and 100+ more

+

Supports: Rails, React, Next.js, Vue, Django, Laravel, and more than 100 others

diff --git a/plugins/compounding-engineering/docs/pages/agents.html b/plugins/compounding-engineering/docs/pages/agents.html index 4687f3a..ea79663 100644 --- a/plugins/compounding-engineering/docs/pages/agents.html +++ b/plugins/compounding-engineering/docs/pages/agents.html @@ -4,7 +4,7 @@ Agent Reference - Compounding Engineering - + @@ -33,7 +33,7 @@
-
-
-

feedback-codifier

- Knowledge -
-

- Analyzes code review feedback to extract patterns and update reviewer configurations. - Uses Opus model for deep analysis. -

-

Capabilities

-
    -
  • Extract core patterns from code reviews
  • -
  • Categorize by type (structure, testing, security, performance)
  • -
  • Formulate actionable guidelines
  • -
  • Update existing reviewer agents with new standards
  • -
-
-
claude agent feedback-codifier
-
-
-

lint

diff --git a/plugins/compounding-engineering/docs/pages/changelog.html b/plugins/compounding-engineering/docs/pages/changelog.html index 72f6c45..b102d63 100644 --- a/plugins/compounding-engineering/docs/pages/changelog.html +++ b/plugins/compounding-engineering/docs/pages/changelog.html @@ -33,10 +33,10 @@