Harmonist is a portable multi-agent orchestration framework for AI coding assistants such as Cursor, Claude Code, Copilot, Windsurf, and Aider. It is designed to make agent workflows more reliable by enforcing protocol rules mechanically instead of trusting prompts alone. The framework includes a catalog of specialized agents, validated memory behavior, supply-chain checks, and hooks that gate code-changing turns. If required reviewers do not run, memory is not updated, or shipped files fail integrity checks, Harmonist can block the workflow from completing. The project uses Python, has no runtime dependencies beyond the standard library, and is positioned as a drop-in agent coordination pack. Its purpose is to bring structure, review discipline, and repeatable process control to AI-assisted development.
Features
- Portable multi-agent orchestration framework
- Support for popular AI coding assistants
- Mechanical protocol enforcement through hooks
- Catalog of 186 specialized agents
- Structured validated memory workflow
- Supply-chain integrity checks for shipped files