work-item-decompose

Break intents into executable work items with acceptance criteria and dependencies.

3|1|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/4tikhonov/the-minority-report --skill work-item-decompose
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: work-item-decompose
Source: https://github.com/4tikhonov/the-minority-report/tree/main/ontologies/.specsmd/fire/agents/planner/skills/work-item-decompose
Command: npx skills add https://github.com/4tikhonov/the-minority-report --skill work-item-decompose

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Breaks an intent into discrete, executable work items, enabling structured planning and reliable execution.

Core Features & Use Cases

  • Breaks high-level goals into independent deliverables with explicit acceptance criteria.
  • Validates dependencies and sequences to ensure safe, incremental progress.
  • Applies an autonomy-bias workflow to determine planning and execution modes based on risk and context.
  • Supports saving generated work items to a reusable plan for traceability and audit.

Quick Start

Prepare an intent brief at .specs-fire/intents/{intent-id}/brief.md. Then run the planner to generate and review work items, and save them to .specs-fire/intents/{intent-id}/work-items/.

Frequently Asked Questions about work-item-decompose

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

FAQPage Schema
How do I break high-level project goals into actionable work items?

To break high-level goals into actionable work items, you provide an intent brief, and the planner translates it into discrete deliverables with explicit dependencies, acceptance criteria, and defined complexity levels.

How does autonomy bias affect work item decomposition and planning?

Autonomy bias affects work item decomposition by driving a mode selection mechanism that determines planning and execution workflows based on risk and context, ensuring reliable and structured progress.

How do I define acceptance criteria and dependencies for independent work items?

Defining acceptance criteria and dependencies for independent work items happens automatically during decomposition, validating sequences and translating high-level goals into safe, incremental deliverables.

What is the best way to structure an intent brief for work item decomposition?

The best way to structure an intent brief for work item decomposition is placing it at .specs-fire/intents/{intent-id}/brief.md, enabling the planner to generate, review, and save items to the work-items directory.

Can I save generated work items into a reusable plan for traceability?

Yes, you can save generated work items into a reusable plan for traceability and audit, storing the translated deliverables directly within the .specs-fire/intents/{intent-id}/work-items/ directory.

Why validate dependencies and sequences when decomposing work items?

Validating dependencies and sequences when decomposing work items ensures safe, incremental progress by confirming that each independently valuable deliverable correctly maps its explicit dependencies before execution.