decomposition-scorer

Quantify conflicts in planned task decompositions for parallel agent workloads.

4|1|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/m2ai-portfolio/m2ai-skills-pack --skill decomposition-scorer
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: decomposition-scorer
Source: https://github.com/m2ai-portfolio/m2ai-skills-pack/tree/main/skills/decomposition-scorer
Command: npx skills add https://github.com/m2ai-portfolio/m2ai-skills-pack --skill decomposition-scorer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Decomposition-scorer identifies and quantifies conflicts in planned task decompositions to ensure safe parallel execution by isolating tasks within boundaries that prevent shared state, file conflicts, or dependency issues.

Core Features & Use Cases

  • Detects conflict dimensions such as file overlap, shared state, import chains, test coupling, and schema drift to assess isolation quality.
  • Guides planning for parallel agent workloads and harness-like systems by producing a structured risk and ordering report.
  • Provides a scored decomposition and actionable recommendations to restructure tasks for safer concurrent execution.

Quick Start

Run a decomposition audit by listing your planned tasks and running them through the scorer to obtain an isolation score and recommended execution order.

Frequently Asked Questions about decomposition-scorer

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

FAQPage Schema
What is task decomposition scoring for parallel agent workloads?▼

Task decomposition scoring identifies and quantifies conflicts in planned task decompositions to ensure safe parallel execution. It evaluates file overlap, shared state, import chains, test coupling, and schema drift to determine isolation quality.

How do I detect file overlap and shared state conflicts before running parallel agents?▼

You can detect file overlap and shared state conflicts by running a decomposition audit through a four-phase workflow: gather the task list, build a conflict matrix, score isolation quality, and generate a structured risk report.

How do I score task isolation quality for concurrent codebase execution?▼

Score task isolation quality by evaluating conflict dimensions like file overlap, import chains, test coupling, and schema drift. The scorer applies a four-phase workflow to generate a quantified isolation score and execution order.

Can I get execution order recommendations for parallel agent task scheduling?▼

Yes, you can get execution order recommendations. The decomposition scorer generates a report that provides a recommended execution order and re-decomposition guidance based on the quantified conflict matrix.

What conflict dimensions should I check for safe parallelism in a codebase?▼

To ensure safe parallelism in a codebase, check conflict dimensions including file overlap, shared state, import chains, test coupling, and schema drift. These dimensions determine the isolation quality of your task decomposition.

When should I re-decompose tasks instead of executing them in parallel?▼

You should re-decompose tasks when the decomposition scorer identifies high conflict levels in file overlap, shared state, or import chains. The generated report provides actionable recommendations to restructure tasks for safer concurrent execution.