goosetown-orchestrator

Orchestrate parallel AI agents to decompose, build, and synthesize complex tasks.

142|22|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/block/goosetown --skill goosetown-orchestrator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: goosetown-orchestrator
Source: https://github.com/block/goosetown/tree/main/.claude/skills/goosetown-orchestrator
Command: npx skills add https://github.com/block/goosetown --skill goosetown-orchestrator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the coordination of multiple AI agents (researchers, workers, writers, reviewers) to accomplish complex tasks, managing the entire workflow from research to synthesis and review.

Core Features & Use Cases

  • Task Decomposition: Breaks down large objectives into manageable phases and delegate tasks.
  • Parallel Execution: Manages flocks of agents working concurrently, optimizing for speed and efficiency.
  • Context Management: Ensures critical context is maintained and passed between agents, preventing redundant work and information loss.
  • Use Case: When tasked with building a new software feature, this Skill would first dispatch researchers to gather requirements and best practices, then assign workers to code implementation, followed by reviewers to ensure quality and security, and finally writers to document the process.

Quick Start

Use the goosetown-orchestrator skill to coordinate a research flock to investigate OAuth security patterns.

Frequently Asked Questions about goosetown-orchestrator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I coordinate multiple AI agents for parallel task processing in software development?

Coordinating multiple AI agents for parallel task processing is done by orchestrating delegates like researchers, workers, writers, and reviewers. This skill manages agent coordination via a shared communication channel, decomposing complex objectives into manageable phases while preserving context through structured workflows and logging.

How does multi-agent orchestration handle task decomposition and context management?

Multi-agent orchestration handles task decomposition by breaking large objectives into delegate tasks assigned to specialized agents. Context management is maintained through structured workflows and a shared communication channel called gtwall, preventing redundant work and information loss between concurrent agents.

Can I use AI agent flocks to automate workflows from research to code review?

Yes, you can use AI agent flocks to automate workflows from research to code review. The orchestration dispatches researchers to gather requirements, workers to implement code, reviewers to ensure quality and security, and writers to document the process, synthesizing complex software development tasks end-to-end.

What is the best way to manage information synthesis across concurrent AI delegates?

The best way to manage information synthesis across concurrent AI delegates is using a shared communication channel like gtwall. This ensures context preservation and structured logging, allowing flocks of parallel agents to synthesize research and code generation outputs without information loss.

Does this multi-agent orchestration approach work for researching security patterns?

Yes, this multi-agent orchestration approach works for researching security patterns. You can coordinate a research flock to investigate topics like OAuth security patterns, leveraging parallel execution and structured workflows to gather requirements and synthesize best practices efficiently.

When should I avoid using parallel AI delegates for workflow automation?

You should avoid using parallel AI delegates for workflow automation when tasks are simple enough to handle sequentially without context loss. The orchestration overhead of managing a shared communication channel and multiple agent flocks is best justified for complex tasks requiring research, implementation, and review phases.