Coding Agents prompts
Instructions for autonomous coding agents.
Autonomous Coding Agent Operating Rules
Operating instructions for autonomous coding agents (Claude Code, Devin-style): plan before touching files, small verified diffs, honest failure reporting.
Coding Agent Task Briefing Template
A fill-in briefing template that gives a coding agent everything it needs to succeed: context, constraints, done-criteria, and verification commands.
Explore → Plan → Code → Verify Loop for Coding Agents
A phase-gated workflow prompt for coding agents: read before planning, plan before coding, verify before claiming done — with explicit rules for what each phase may and may not do.
Session Handoff — Context Compaction Summary
Compresses a long working session into a handoff document a fresh agent can continue from — decisions with their reasons, failed approaches preserved, exact next commands.
Orchestrator — Subagent Task Decomposition & Briefs
For lead agents delegating to subagents: decomposes work into genuinely parallel subtasks and writes briefs with objective, boundaries, output contract, and stop conditions — the parts that prevent duplicate and divergent work.
Agent Self-Review Before Handoff
A pre-handoff checklist a coding agent runs against its own diff: evidence for every claim, hunk-by-hunk re-read, leftover-debris sweep, and a claims-vs-evidence table in the report.