goosetown-worker

Execute assigned tasks autonomously within the Goosetown agent framework.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the execution of assigned tasks within the Goosetown framework, ensuring immediate action without requiring human confirmation or coordination with other agents.

Core Features & Use Cases

  • Autonomous Execution: Immediately performs assigned tasks upon spawning.
  • Isolated Operation: Works independently, without inter-worker communication.
  • Task Reporting: Clearly communicates completion status, deliverables, and any blockers.
  • Use Case: A developer needs a specific Rust module updated. The orchestrator spawns this worker with the exact file and code changes. The worker implements the changes, reports success, and exits.

Quick Start

Use the goosetown-worker skill to create the file src/auth/mod.rs with the CsvParser class.

Frequently Asked Questions about goosetown-worker

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

FAQPage Schema
How do I execute assigned automation tasks autonomously without human confirmation?

Autonomous task execution is handled by immediately performing assigned tasks upon spawning, reading existing files, running shell commands, and creating new files within an assigned scope without requiring human confirmation.

How does isolated operation work for autonomous agents in a multi-worker framework?

Isolated operation means the worker works independently without inter-worker communication, executing its assigned task immediately and reporting completion status, deliverables, and blockers directly upon finishing.

Can an autonomous worker run shell commands and install dependencies during task execution?

Yes, the autonomous worker supports running shell commands and installing dependencies during task execution, alongside reading existing files and creating new files within its assigned scope to complete the task.

What is the best way to report task completion status and blockers for autonomous agents?

The best way to report task completion is through clear communication of completion status, deliverables, and any blockers encountered, which the worker provides automatically after executing the assigned task.

When do I need an autonomous worker for immediate task execution?

You need an autonomous worker when a specific task requires immediate action without human confirmation or coordination with other agents, such as updating a specific Rust module with exact code changes.

Why does the autonomous worker not coordinate with other agents during task execution?

The worker does not coordinate with other agents because it is designed for isolated operation, ensuring immediate action and independent execution without the overhead or delays of inter-worker communication.