decompose-task

Decomposes phase plans into atomic beads and sub-beads with a manifest.

Updated Dec 12, 2025
One-click install
npx skills add https://github.com/eaasxt/Farmhand --skill decompose-task
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: decompose-task
Source: https://github.com/eaasxt/Farmhand/tree/main/config/skills/decompose-task
Command: npx skills add https://github.com/eaasxt/Farmhand --skill decompose-task

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Breaks down large phase plans into atomic beads and sub-beads to enable deterministic execution, clear traceability, and scalable handoffs.

Core Features & Use Cases

  • Lossless phase decomposition into beads (epics, tasks, tests) with explicit dependencies
  • Generates a centralized manifest and bead wiring for reliable execution and auditing
  • Supports North Star mapping and cross-agent coordination for parallel workflows

Quick Start

Provide a phase plan and North Star document to decompose it into a beads structure ready for execution.

Frequently Asked Questions about decompose-task

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

FAQPage Schema
How do I decompose a phase plan into actionable units for parallel execution?

To decompose a phase plan into actionable units, you break it down into atomic beads and sub-beads with explicit dependencies. This enforces lossless content and generates a manifest with bead wiring for deterministic execution and clear handoffs.

What is a bead in phase plan decomposition and orchestration?

A bead in phase plan decomposition is an atomic unit, such as an epic, task, or test, extracted from a larger plan. Beads are wired together with explicit dependencies to enable scalable handoffs, cross-agent coordination, and reliable parallel workflows.

How do I generate a manifest and bead wiring for phase orchestration?

You generate a manifest and bead wiring by providing a phase plan and North Star document to a decomposition process. This validates dependencies before execution and produces a centralized manifest for reliable execution and auditing.

Does phase decomposition support cross-agent coordination for parallel workflows?

Yes, phase decomposition supports cross-agent coordination for parallel workflows by breaking plans into atomic beads with explicit dependencies. This enables multiple agents to work in parallel while maintaining clear traceability and scalable handoffs.

What do I need to break down a phase into beads for deterministic execution?

To break down a phase into beads for deterministic execution, you need to provide a phase plan and a North Star document. This input allows the process to map dependencies, generate a manifest, and create bead wiring for reliable execution.