AI SummaryAutarch Agent System is a multi-agent architecture that orchestrates AI workflows across scoping, research, planning, execution, and review stages, enabling developers to leverage AI for structured, traceable code generation and codebase analysis at scale.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to set up the "Autarch Agent System" agent in my project. Please run this command in my terminal: # Add AGENTS.md to your project root curl --retry 3 --retry-delay 2 --retry-all-errors -o AGENTS.md "https://raw.githubusercontent.com/autarch-dev/autarch/main/docs/agents.md" Then explain what the agent does and how to invoke it.
Description
Vibe Engineering: One developer, ten-person leverage. AI workflows that are structured, traceable, and safe.
Overview
Autarch uses a multi-agent architecture where each workflow stage has a dedicated agent with specific capabilities: | Stage | Agent Role | Purpose | |-------|------------|---------| | Scoping | Scoping Agent | Analyzes user requests, defines scope | | Research | Research Agent | Explores codebase, gathers context | | Planning | Planning Agent | Creates implementation plans | | Execution | Pulsing Agent | Implements code changes | | Review | Review Agent | Reviews changes, provides feedback | Additionally, the Discussion Agent handles channel conversations (Q&A about the codebase).
Base Tools (all agents)
• semantic_search - Search by meaning • read_file - Read file contents • list_directory - List directory contents • glob_search - Find files by pattern • grep - Search file contents • take_note - Store notes for current stage • web_code_search - Search web for code examples
Pulsing Tools (execution agent)
• write_file - Create/overwrite files • edit_file - Exact string replacement • multi_edit - Multiple edits atomically • shell - Execute shell commands
Review Tools (review agent)
• get_diff - Get changes diff • get_scope_card - Get approved scope • add_line_comment - Comment on specific lines • add_file_comment - Comment on file • add_review_comment - General review comment • complete_review - Submit review verdict
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster