work-decomposition

Split rulesets into TaskBoard tasks with sequencing and grouping.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

KC 的主代理在 rule_extraction 与 skill_authoring 阶段决定如何把规则集拆分成 TaskBoard 任务,避免错误拆分带来高成本和设计漂移。

Core Features & Use Cases

  • 指导规则集合的分组与排序,确保复杂规则先处理、后续规则复用已有机制。
  • 提供 TaskBoard 的命名约定与阶段边界控制,帮助团队在多文档规则下保持一致性。
  • 维护 PATTERNS.md 作为跨阶段记忆与迭代证据,以避免重复设计并提升可追溯性。

Quick Start

在进入 skill_authoring 阶段时,先阅读 describeState,确定 PATTERNS.md 的初步模式,然后为每个工作单元执行 TaskCreate。

Frequently Asked Questions about work-decomposition

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

FAQPage Schema
How do I split a ruleset into tasks for skill authoring?

Splitting a ruleset into tasks for skill authoring requires dividing the ruleset into TaskBoard tasks while defining sequencing, grouping, and difficulty to prevent design drift and high error costs. It enforces per-stage task creation and phase handling.

What is the best way to group and order rules for a TaskBoard?

Grouping and ordering rules for a TaskBoard involves processing complex rules first so subsequent rules can reuse established mechanisms. This strategy maintains consistency across multi-document rules and anchors decisions in PATTERNS.md for auditability.

Why do I need PATTERNS.md when decomposing rules for governance?

PATTERNS.md is needed when decomposing rules for governance because it serves as cross-phase memory and iteration evidence. It anchors design decisions to avoid duplicate work, maintain traceability, and document milestones for reuse.

How does axis-based difficulty work in task decomposition?

Axis-based difficulty in task decomposition works by evaluating rule complexity to determine task order and grouping strategies during rule extraction. It guides the sequencing of TaskBoard tasks to ensure foundational mechanisms are built before dependent rules are processed.

Can I use rule extraction patterns for multi-document governance?

Yes, you can use rule extraction patterns for multi-document governance by applying consistent TaskBoard naming conventions and phase boundary controls. This ensures team alignment and tracks coverage across complex rule sets.

What are the limitations of manual ruleset splitting in skill authoring?

Manual ruleset splitting in skill authoring risks design drift and high correction costs due to inconsistent task grouping and lack of cross-phase memory. Without anchored decision documentation, tracking milestone coverage and ensuring traceability becomes unreliable.