Skip to content

Instantly share code, notes, and snippets.

View yourpropertyexpert's full-sized avatar

Mark Harrison yourpropertyexpert

  • Mark Harrison ltd
  • United Kingdom
View GitHub Profile
@CodeLeom
CodeLeom / AGENT.𝗺𝗱
Last active February 27, 2026 06:56
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