task-decomposition

Decompose verification rules into atomic sub-tasks with cost-aware methods.

13|4|Updated Apr 27, 2026
One-click install
npx skills add https://github.com/memect/kc --skill task-decomposition-memect
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-decomposition
Source: https://github.com/memect/kc/tree/main/template/skills/zh/task-decomposition
Command: npx skills add https://github.com/memect/kc --skill task-decomposition-memect

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured approach to break down verification rules into independent, testable sub-tasks and assign the most cost-effective method to each, enabling transparent testing and scalable rule verification pipelines.

Core Features & Use Cases

  • MECE-driven decomposition ensures non-overlapping, complete coverage of a rule.
  • Supports linear, convergent, and fan-out pipeline topologies for diverse verification scenarios.
  • Uses a four-dimension decision matrix to allocate regex, code, LLM, or manual steps with clear outputs for workflows.

Quick Start

Outline a decomposition plan for a given rule, breaking it into atomic sub-tasks and assigning initial methods (regex, code, llm, or manual) to each sub-task.

Frequently Asked Questions about task-decomposition

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

FAQPage Schema
How do I break down complex verification rules into testable sub-tasks?

Use MECE-driven decomposition to split complex verification rules into independent, non-overlapping atomic sub-tasks. This ensures complete coverage and enables transparent testing across your compliance pipelines.

What is the best way to assign methods like regex or LLM to verification workflows?

Use a four-dimension decision matrix to allocate regex, python_calc, llm_tier1, llm_tier2, template, or manual_review to each sub-task. This cost-aware allocation ensures structured outputs suitable for workflow integration.

Can I use MECE decomposition for convergent and fan-out document verification pipelines?

Yes, MECE decomposition supports linear, convergent, and fan-out pipeline topologies for diverse document-verification scenarios. It generates explicit structured outputs for each sub-task to guide skill-to-workflow integration.

When do I need manual review instead of LLM in a rule verification pipeline?

Apply manual review when the four-dimension decision matrix determines that automated methods like regex, python_calc, or LLM tiers are not cost-effective or lack the required accuracy for a specific verification sub-task.

Does this method support rule extraction and plan design for compliance workflows?

Yes, this method applies to rule extraction, plan design, and workflow integration across compliance and document-verification pipelines. It handles MECE decomposition and outputs structured data to guide downstream actions.