# Orchestrate a feature with Pantheon agents

Use this workflow to orchestrate a full feature implementation.

1. Start by understanding the feature requirements
2. Delegate to @zeus for full orchestration, or invoke specific agents:
   - @athena for planning
   - @apollo for codebase research
   - @hermes for backend implementation
   - @aphrodite for frontend implementation
   - @demeter for database changes
    - @themis for code review and security audit
    - @prometheus for infrastructure changes
3. Review results and iterate as needed
4. Run tests to verify: `npm test`
