Patterns for invoking and coordinating Automatasaurus agents. Use when delegating tasks to specialist agents.
Patterns for using Claude Code agent teams (experimental). Load when the orchestrator decides to use teams instead of subagents for a workflow step.
Core implementation logic for working on a single GitHub issue. Used by both /work command and /work-all subagents to ensure consistent behavior.
Defines the autonomous development workflow. Use when orchestrating work between agents, managing issue lifecycles, or understanding the development loop.
Best practices for performing thorough, constructive code reviews. Use when reviewing PRs to ensure quality feedback that improves code and helps developers grow.
Best practices for breaking down work into GitHub issues, proper sizing, and milestone organization. Use during discovery/planning phases.
Best practices for writing clear, effective pull request descriptions. Use when creating PRs to ensure they communicate changes effectively to reviewers.
REST API design conventions, error handling, and versioning. Use when designing new APIs, reviewing endpoints, or documenting API contracts.