What problem does it solve?
It prevents teams from shipping features without a disciplined, reusable compound-engineering scaffold that includes decision gating, brownfield migration, and integrity checks.
Core Features & Use Cases
- Install scaffold: Creates the compound-engineering templates, decision-gate assets, and required supporting scripts in the target project.
- Check existing notes: Validates compound notes against the expected canonical schema, with an optional strict mode that fails on missing required links/sections.
- Decision gate capture: Detects the active execution plan, collects “lessons learned” capture inputs, and records the result into the plan and compound notes.
- Migrate legacy schema: Detects and rewrites only the legacy example schema in docs/compound/README.md while generating a non-destructive migration report for inconsistent notes.
Quick Start
Use the compound-engineering skill to install the scaffold into the current project by running: "install compound engineering scaffold" (or equivalently "anti-vibe-coding:compound-engineering install").