Synaptic-Labs-AI/PACT-Plugin

69 stars · Last commit 2026-05-31

Claude Code Agentic Harness

README preview

# PACT — Orchestration Harness for Claude Code

> **Stop vibe coding. Start orchestrating.** PACT turns a single Claude Code session into a managed team of specialist AI agents that prepare, design, build, and test your code systematically.

## The Problem

You ask Claude Code to build a feature. It starts coding immediately — no research, no design, no plan. Halfway through, it loses context and starts guessing. You end up with code that sort of works but wasn't thought through.

This is **vibe coding**: one AI trying to do everything at once, with no structure and no memory.

## The Solution

PACT turns one AI into a coordinated dev team. Instead of a single Claude guessing at everything, **12 specialist agents** plus an orchestrator handle what they're best at — research, architecture, implementation, concurrent audit, testing — through a systematic **Prepare, Architect, Code, Test** cycle.

| Without PACT | With PACT |
| --- | --- |
| AI starts coding immediately | Research and planning happen first |
| Context lost mid-task | Each specialist gets a fresh context window |
| One agent guesses at everything | Dedicated researchers, architects, coders, auditors, testers |
| No memory between sessions | Persistent memory system across sessions |

View full repository on GitHub →