prepare-worker-goal

Prepares bounded delegation goal files for persistent worker agents before dispatch.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/amitkarpe/agent-skills --skill prepare-worker-goal-amitkarpe
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: prepare-worker-goal
Source: https://github.com/amitkarpe/agent-skills/tree/main/skills/prepare-worker-goal
Command: npx skills add https://github.com/amitkarpe/agent-skills --skill prepare-worker-goal-amitkarpe

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Delegating work to a persistent worker agent without a well-scoped goal file leads to duplicated work, conflicting lanes, and uncontrolled mutations. This Skill structures the preparation of one bounded worker goal so the worker receives exact scope, approvals, and stop conditions before any dispatch happens. ## Core Features & Use Cases - Goal File Preparation: Produces a goal file with one bounded objective, explicit repo and lane, read-first files, allowed mutations, no-go boundaries, stop conditions, and success criteria. - Worker Status Gate: Checks CONTEXT.md, marker files, and RESULT.md before writing or refreshing a goal, preventing overwrites of active or blocked goals. - Approval Enforcement: Requires citing exact existing approvals for AWS, IAM, networking, or production-like state, and never dispatches the worker itself. - Use Case: A controller needs a worker to update a service configuration. Use this Skill to reconcile the current goal state, draft the goal file with exact paths and approvals, and hand it off for approval before running run-worker-goal. ## Quick Start Ask the agent to prepare a worker goal for a specific lane and goal ID, providing the exact repo, lane path, and applicable approval reference.

Frequently Asked Questions about prepare-worker-goal

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

FAQPage Schema
How do I prepare a worker goal file for a delegated agent task?▼

Provide the exact goal ID, repo, lane path, and applicable approval reference. The Skill reads AGENTS.md and CONTEXT.md, checks the current marker state, then drafts a goal file with objective, allowed mutations, no-go boundaries, and success criteria.

What is the difference between prepare-worker-goal and run-worker-goal?▼

prepare-worker-goal only drafts or revises the goal file and never dispatches work. run-worker-goal handles the approved dispatch step, so preparation and execution stay as separate, explicitly authorized actions.

When should I not use worker goal preparation?▼

Skip it for generic planning, tiny direct tasks, status checks, or executing an already approved goal. It only applies when the user explicitly requests a delegation plan or goal file for a bounded worker task.

What happens if a worker goal is already active or blocked?▼

The Skill refuses to overwrite or duplicate an active or uncertain goal. For a blocked marker, it prepares a follow-up goal only after the blocker is understood and the needed approval or Ops ask is explicit.

Does preparing a worker goal require approvals for AWS changes?▼

Yes. Any goal touching AWS, stable services, IAM, networking, or production-like state must cite the exact existing approval. If approval is missing or ambiguous, the Skill stops and asks rather than proceeding.