Skip to content

Instantly share code, notes, and snippets.

@apgodlike
apgodlike / AGENT.𝗺𝗱
Created March 1, 2026 05:23 — forked from CodeLeom/AGENT.𝗺𝗱
Best practices and workflows to use with an AI agent on any project
## Workflow Orchestration
### 1. Plan Mode Default
- Enter plan mode for ANY non-trivial task (3+ steps or architectural decisions)
- If something goes sideways, STOP and re-plan immediately
- Don't keep pushing.
- Use plan mode for verification steps, not just building
- Write detailed specs upfront to reduce ambiguity
### 2. Subagent Strategy