AgentCrew – a Markdown-first operating system for AI coding agents
FreeAbout AgentCrew – a Markdown-first operating system for AI coding agents
AgentCrew is a Markdown-first methodology and workflow layer for AI coding agents. It turns a single coding agent into a disciplined software team by defining roles, playbooks, skills, templates, policies, and human approval gates. Instead of one chat handling product thinking, planning, implementation, testing, review, documentation, and approval, AgentCrew routes requests to the right role, applies a structured workflow, loads only needed context, and stops where human approval is required. It works with host agents such as Codex, Claude Code, Cursor, OpenClaw, and Hermes Agent. AgentCrew is not a daemon, CI/CD system, autonomous engineer, or replacement for human product judgment—it is a lightweight, conversation-first system that helps coding agents act with clearer roles, safer gates, and better handoffs.
Key Features
Pros & Cons
- Enforces clear role separation to avoid chaotic agent sessions
- Built-in human approval gates keep control with developers
- Lightweight and markdown-first, easy to understand and extend
- Open-source and free under an MIT-like license (LICENSE in repo)
- Compatible with multiple popular coding agents (Claude Code, Cursor, etc.)
- Reduces risk of unwanted edits, lost context, and skipped tests
- Can estimate token cost before execution to prevent surprise spend
- Adds process overhead for trivial or simple requests
- Not an autonomous engineer – requires human supervision and final approval
- Limited community adoption (5 stars, 1 fork at time of writing)
- No dedicated GUI or non-CLI interface; requires GitHub-hosted agents