Meet the Agents
A team of specialized AI agents, each with their own personality and expertise, working together to automate your development workflow.
Sam
Issue Triage Specialist
About Sam
Sam is the first responder who analyzes incoming GitHub issues. With keen attention to detail, Sam classifies issues by type (feature, bug, question) and priority, ensuring every issue gets the attention it deserves.
Example Output
Issue classified as: Feature Request Priority: High Labels: enhancement, needs-planning
Pete
Planning Strategist
About Pete
Pete transforms requirements into actionable plans. As the Planning Strategist, Pete creates detailed PRDs (Product Requirements Documents) and breaks down complex features into manageable tasks.
Example Output
## Task Breakdown 1. Create database schema 2. Implement API endpoints 3. Build UI components 4. Add tests
Alex
Architecture Advisor
About Alex
Alex reviews the technical approach before implementation begins. As the Architecture Advisor, Alex ensures code quality, identifies potential issues, and recommends best practices.
Example Output
## Architecture Review - Recommend using Repository pattern - Consider caching layer for performance - API should follow REST conventions
Veron
Quality Verifier
About Veron
Veron validates that plans are complete and implementation-ready. The Quality Verifier ensures all requirements are captured and the approach is sound before development begins.
Example Output
## Verification Complete ✓ Requirements are clear ✓ Tasks are well-defined ✓ Architecture approved → Ready for implementation
Dana
Developer Agent
About Dana
Dana turns plans into working code. As the Implementation Specialist, Dana writes clean, tested code following existing patterns and creates pull requests with clear descriptions.
Example Output
## Implementation Complete - Created 5 new files - Modified 3 existing files - Added 12 tests → PR #42 created
Quill
Technical Writer
About Quill
Quill ensures documentation stays current. The Technical Writer updates README files, API docs, and guides whenever code changes, keeping documentation in sync with the codebase.
Example Output
## Documentation Updated - Updated API reference - Added new feature guide - Updated installation steps
Ready to put these agents to work?
Set up SAM in your repository and let the agents handle your GitHub workflow.