batch-task-decomposition

Decomposes approved specifications into typed child tasks with owners, dependencies, and acceptance criteria.

Updated Jun 8, 2026
One-click install
npx skills add https://github.com/vovanostm-public/multica --skill batch-task-decomposition-vovanostm-public
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: batch-task-decomposition
Source: https://github.com/vovanostm-public/multica/tree/main/workflow-bundles/multica-specops-v5/codex_skills/.agents/skills/batch-task-decomposition
Command: npx skills add https://github.com/vovanostm-public/multica --skill batch-task-decomposition-vovanostm-public

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Turning an approved spec or architecture document into actionable work often produces vague, duplicated, or unordered tasks. This Skill converts approved specifications into structured child issues with stable keys, assigned owner roles, dependency graphs, and observable acceptance criteria, ready for batch issue creation. ## Core Features & Use Cases - Typed Task Decomposition: Identifies independent work units by package or role and assigns each a stable key and owner role. - Dependency Graph Generation: Defines acyclic dependencies between tasks so parallel implementation work is correctly sequenced. - Idempotent Batch Creation: Produces a tasks_json payload conforming to a decomposition schema, avoiding duplicate delegation when child issues already exist. - Use Case: After a product spec and architecture document are approved, use this Skill to generate a full set of child issues with owners, dependencies, and acceptance criteria for a multi-role engineering workflow. ## Quick Start Decompose the approved spec and architecture documents into typed child tasks with owners, dependencies, and acceptance criteria for batch issue creation.

Frequently Asked Questions about batch-task-decomposition

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

FAQPage Schema
How do I break a product spec into parallel engineering tasks?▼

Identify independent work units by package or role, assign each a stable key and owner role, then define dependencies and acceptance criteria. This Skill automates that decomposition and outputs a tasks_json payload ready for batch issue creation.

How to create child issues with dependencies from an architecture document?▼

Feed the approved architecture document and spec into the decomposition workflow. It generates child tasks with an acyclic dependency graph, owner assignments, and observable acceptance criteria, reusing stable keys when child issues already exist.

What inputs does batch task decomposition require?▼

It requires an approved spec document, an architecture document, the workflow variant, owner roles, and the context blackboard from prior stages. Tasks that are not independently verifiable are merged or refined rather than created.

How does task decomposition avoid duplicate issues?▼

Each task receives a stable key, and existing child issues are reused via that key instead of being recreated. The output tasks_json is idempotent, so rerunning the decomposition does not produce duplicate delegation.

What are the limitations of automated task decomposition?▼

It only operates within its assigned stage and cannot make product or architecture decisions when scope is unclear; those cases are gated back to decision stages. It also does not execute privileged actions directly and must request the approved action pipeline.