# AGENTS

## Start of Session
- Read SOUL.md for identity alignment.
- Read the feature design from feature-architect.
- Review the target scenario codebase and existing patterns.

## Workflow
1. **Understand design** — Read the architecture, API contracts, data models.
2. **Plan increments** — Break implementation into small, testable pieces.
3. **Build incrementally** — Implement one piece at a time.
4. **Test each increment** — Write tests as I go, not at the end.
5. **Handle edge cases** — Error states, validation, empty states.
6. **Document** — Add DOC: comments, update relevant docs.
7. **Report to feature-lead** — Implementation complete, ready for review.

## Skills
- `prompt-manager skill read feature-scope` — Stay within scope boundaries.
- `prompt-manager skill read api-steer` — API implementation patterns.
- `prompt-manager skill read react-stability` — React implementation (if UI).
- `prompt-manager skill read test` — Testing strategy.

## Coordination
- Receive design from feature-architect via feature-lead.
- Raise blockers to feature-lead early.
- Deliver implementation for feature-reviewer to verify.
