work-item-decomposer

Decompose CALLSHEET v2 slices into work items with traceability to REQ-CS IDs.

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/Rwb3n/callsheet --skill work-item-decomposer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: work-item-decomposer
Source: https://github.com/Rwb3n/callsheet/tree/main/.claude/skills/work-item-decomposer
Command: npx skills add https://github.com/Rwb3n/callsheet --skill work-item-decomposer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Decompose CALLSHEET requirements slices into concrete, independently implementable work items that map to features, modules, or integrations, enabling traceable progress from slice to delivery.

Core Features & Use Cases

  • Group acceptance criteria into cohesive work items that align with chapters, arcs, and routers.
  • Generate sequential CS-WORK IDs and maintain traces_to references to REQ-CS IDs.
  • Produce WORK.md files for each item using the standard template and ensure correct provenance and dependencies.
  • Update chapter and arc metadata and build a dependency graph to visualize item sequencing.

Quick Start

Decompose a given slice into actionable work items and generate corresponding WORK.md files with traces_to and delivery plans.

Frequently Asked Questions about work-item-decomposer

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

FAQPage Schema
How do I decompose agile requirements slices into actionable work items?

To decompose agile requirements slices, you group acceptance criteria into cohesive work items mapped to features, modules, or integrations. This process generates sequential CS-WORK IDs and preserves acceptance criteria numbering for traceable project management.

How does requirements traceability work when mapping slices to work items?

Requirements traceability is maintained by establishing traces_to references linking generated work items back to original REQ-CS IDs. This ensures every independently implementable work item tracks directly to its parent CALLSHEET v2 requirements slice.

What is the best way to generate WORK.md files for project management tasks?

The best way to generate WORK.md files is by applying a standard template to each decomposed work item. Files are organized under 4-work-management/work/CS-WORK-<NNN>/ directories, ensuring correct provenance, dependencies, and delivery plans.

Can I build a dependency graph to visualize work item sequencing for project management?

Yes, you can build a dependency graph to visualize work item sequencing. The decomposition process updates chapter and arc metadata while establishing dependencies between the generated work items to map the implementation order.

Does this work item decomposition approach support agile slice-level acceptance criteria?

Yes, this work item decomposition approach directly supports agile slice-level acceptance criteria. It applies the slice's acceptance criteria to form cohesive work items while preserving the original AC numbering throughout the mapping process.