x-evaluate-parallelism

Classify file-footprint collisions as hard, regen, or soft for parallel execution.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/edercnj/ia-dev-environment --skill x-evaluate-parallelism
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: x-evaluate-parallelism
Source: https://github.com/edercnj/ia-dev-environment/tree/main/src/main/resources/claude/skills/x-evaluate-parallelism
Command: npx skills add https://github.com/edercnj/ia-dev-environment --skill x-evaluate-parallelism

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Evaluates and prevents file-collision risks when running multiple work units in parallel, helping teams avoid conflicts and rework by analyzing structured footprints.

Core Features & Use Cases

  • Analyzes the structured per-footprint data produced by planning steps to identify potential conflicts across epic, story, and task scopes.
  • Classifies collisions into hard, regen, and soft categories and suggests serialization groups for safe parallel execution.
  • Generates deterministic reports (Markdown or JSON) that can be used for governance, pre-dispatch checks, and post-hoc audits.

Quick Start

Provide the target scope and involved artefacts to obtain a collision report.

Frequently Asked Questions about x-evaluate-parallelism

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

FAQPage Schema
How do I detect file collision risks before dispatching parallel work units?

Classifying parallel work collisions helps avoid conflicts and rework by categorizing risks into hard, regen, or soft groups. This classification uses a parallelism-heuristics knowledge pack to evaluate file footprints and suggests serialization groups for safe concurrent execution.

What format does the file footprint data need to be in for collision risk assessment?

Yes, you can validate an implementation map before parallel dispatch by comparing the file footprints of involved artefacts. This evaluates epic, story, or task scopes to identify and quantify parallel-work collision risks, ensuring safe concurrent execution before work begins.

How do I generate a collision report for parallel task execution?

Generate a collision report by providing the target scope and involved artefacts to the analysis process. It outputs a deterministic Markdown or JSON report detailing hard, regen, and soft collisions, which can be used for governance and pre-dispatch checks.

When should I avoid running work units in parallel?

Avoid running work units in parallel when the collision risk assessment identifies hard collisions in the file footprints. These hard collisions require serialization to prevent conflicts, whereas regen and soft collisions might be managed with suggested serialization groups.