Deep Suite
Description
Harness layer for Claude Code & Codex: plan-first development, independent review, durable long-running orchestration, and knowledge capture — ten composable plugins.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
**English** | [한국어](./README.ko.md)
Deep Suite
[](LICENSE)  
**AI coding agents are powerful, but they fail in predictable ways** — they skip research, over-edit, drift from the architecture, approve their own work, and lose context between sessions.
Deep Suite is a **harness layer for AI coding agents** that makes agentic coding structured, verifiable, and durable: the agent plans before it codes, an independent evaluator reviews what it wrote, knowledge is captured instead of lost, and long-running work carries across sessions. Claude Code and Codex have native marketplace surfaces; the underlying skill and artifact contracts are designed for compatible AI agent tools in general.
Start here — install one plugin, not ten
| Plugin | What it fixes |
|---|---|
| deep-work | Coding before thinking. Enforces a spec-first, TDD-driven flow: Brainstorm → Research → Spec → Plan → Implement → Test. |
| deep-review | Self-approval bias. A separate evaluator agent reviews AI-written code, so the author never signs off on its own diff. |
| deep-loop | Losing the thread on long tasks. Durable, proposal-only orchestration that keeps multi-session work moving safely. |
Need a different capability? Use the full [problem → plugin decision table](#integrated-workflow).
Before: Agent edits straight away → skips tests → approves its own diff
After: deep-work runs research → spec → plan → TDD → receipt,
then deep-review signs off independently
The remaining seven plugins — **wiki, memory, docs, dashboard, evolve, goal, model router** — extend the suite with knowledge capture, cross-project memory, doc
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11