agency-workflow-patterns
Agency Workflow Patterns
Master the art of orchestrating 51+ specialized agents to automate your complete software development lifecycle. This skill teaches you when to use the orchestrator, how to coordinate multiple agents, and patterns for maximum efficiency.
Core Orchestration Principles
When to Use the Orchestrator
Use orchestrator for:
- Multi-step workflows spanning multiple domains
- Complex tasks requiring different specialist expertise
- Tasks where parallel execution provides value
- Workflows needing strategic planning before execution
Use specialist agents directly for:
- Single-domain tasks with clear scope
- Quick focused work (< 30 minutes)
- Tasks where you know exactly which specialist to use
More from squirrelsoft-dev/agency
jira-integration
Master Jira integration using acli CLI, Jira REST API, issue management, sprint operations, JQL queries, and ADF comment formatting. Essential for Jira-based project management automation.
3testing-strategy
Comprehensive testing strategy covering test pyramids, framework selection, coverage standards, test organization, mocking patterns, and CI/CD integration. Activate when planning testing approaches, setting quality gates, or establishing test standards.
2code-review-standards
Comprehensive code review standards covering security, quality, performance, testing, and documentation. Includes checklists, common issues, and best practices for thorough code reviews.
2github-integration
Master GitHub integration using gh CLI, GitHub API, issue/PR management, GitHub Actions, sprint planning with Projects, and automated workflows. Essential for GitHub-based development automation.
2github-workflow-best-practices
Master GitHub workflows including branching strategies, commit standards, PR processes, issue triage, sprint management, and git worktree usage. Activate when planning GitHub workflows, managing sprints, or establishing team conventions.
2