What problem does it solve?
It solves the problem of unreliable LLM code editing by giving a concrete, repeatable SOP for running Aider as a terminal-based, git-native pair programmer with safe editing boundaries and a reliable workflow for planning, editing, and validating changes.
Core Features & Use Cases
- Aider operating-system mental model: teaches the four primitives (git working tree, tree-sitter repo-map, edit format, and an in-the-loop REPL) and how they interact to reduce edit errors and enable rollback.
- Decision rules for scope and context: provides a disciplined approach to
/add vs /read, /drop to prevent context bloat, and repo-map usage as navigation (not embeddings RAG).
- Production-grade workflow: includes bootstrap, phased execution (
/ask → /code → /architect → /test), context hygiene (/clear / /reset), and handling common edit-format failures (e.g., SEARCH block mismatch), with grounded anti-patterns and boundaries.
Quick Start
Tell your coding agent to install and run the Aider SOP skill agentsop-aider to guide a git-based terminal editing session in an existing repository.