Generated by Code IQ · v1.0

compound-engineering-plugin
Knowledge Tutorial

The Compound Engineering Plugin is a comprehensive toolkit for AI-assisted software development that enforces a Plan → Work → Review → Compound cycle to ensure engineering work becomes easier over time. It provides a CLI to transform and sync these AI tools (agents, skills, and commands) from Claude Code into formats compatible with other environments like Cursor, OpenCode, and Gemini, while establishing an Agent-Native Architecture where AI agents operate as first-class citizens alongside developers.

7
Chapters
-
Subsystems
Rabbit Holes
▶ Start Reading ⎇ View on GitHub
System Architecture

How the pieces fit

compound-engineering-plugin is organized as connected concepts and components. Start broad, then drill down chapter by chapter.

⚙️
Compound Engineering Workflow
Compound Engineering Workflow
👥
Agent-Native Architecture
Agent-Native Architecture
👥
Specialized Agents
Specialized Agents
⚙️
Skills (Knowledge Modules)
Skills (Knowledge Modules)
🔧
Command Orchestration
Command Orchestration
⚙️
Multi-Target Conversion
Multi-Target Conversion
⚙️
Configuration Synchronization
Configuration Synchronization
compound-engineering-plugin — bash
open tutorial
◆ Scanning numbered chapters
◆ Building navigation and Mermaid diagrams
◆ Generating chapter and subsystem pages
✓ 7 chapter pages built
✓ Theme toggle enabled
Repository Overview

Intro and Architecture Diagram

The Compound Engineering Plugin is a comprehensive toolkit for AI-assisted software development that enforces a Plan → Work → Review → Compound cycle to ensure engineering work becomes easier over time. It provides a CLI to transform and sync these AI tools (agents, skills, and commands) from Claude Code into formats compatible with other environments like Cursor, OpenCode, and Gemini, while establishing an Agent-Native Architecture where AI agents operate as first-class citizens alongside developers.

Source Repository: https://github.com/EveryInc/compound-engineering-plugin

flowchart TD A0["Specialized Agents"] A1["Skills (Knowledge Modules)"] A2["Multi-Target Conversion"] A3["Agent-Native Architecture"] A4["Compound Engineering Workflow"] A5["Configuration Synchronization"] A6["Command Orchestration"] A6 -->|"Automates steps of"| A4 A6 -->|"Orchestrates execution of"| A0 A0 -->|"Utilizes capabilities of"| A1 A2 -->|"Transpiles for other IDEs"| A0 A2 -->|"Transpiles for other IDEs"| A1 A2 -->|"Adapts syntax of"| A6 A5 -->|"Syncs to local environments"| A1 A3 -->|"Defines design patterns for"| A0
Tutorial Chapters

All 7 chapters

Follow sequentially or jump to any topic. Start with Compound Engineering Workflow.

About This Project

Generated by Code IQ

This tutorial was automatically generated by Code IQ and rendered with the shared tutorial site builder. It can be produced for any repository tutorial folder that follows the numbered markdown chapter layout.

View Code IQ ↗
python build_site.py '/home/runner/work/Code-IQ/Code-IQ/output/compound-engineering-plugin'

// → 7 chapters
// → source: EveryInc/compound-engineering-plugin