docs: restructure AGENTS.md with manager role first #11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "exe-dev-bot/shelley-extras:docs/plan-before-implementing"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Complete restructure of AGENTS.md to put the most critical guidance first and make it actionable.
Key Changes
1. "You Are a Manager, Not an Implementer" - Now First Section
This is the most important behavioral guidance. It was previously buried in the middle as "Subagents as Expert Consultants". Now it is:
2. First Tool Call Rule
New forcing function: For any non-trivial task, the FIRST action must be a
thinkcall that plans the work and delegation strategy. This prevents agents from getting sucked into implementation before planning.3. Streamlined Structure
Before: Guidelines, subagents, git, spec writing, conversation workflow, exe.dev, forgejo (all roughly equal weight)
After:
4. Other Additions
Context
This came from a task where I read all the subagent guidance and still did implementation work myself. The previous structure didn't emphasize the manager role strongly enough.
docs: add planning guidance and singular table names conventionto docs: restructure AGENTS.md with manager role first