dos-plan-price

Price proposed multi-agent fan-outs to detect file-tree collisions and estimate safe concurrency.

18|4|Updated Jun 10, 2026
One-click install
npx skills add https://github.com/anthony-chaudhary/dos-kernel --skill dos-plan-price
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dos-plan-price
Source: https://github.com/anthony-chaudhary/dos-kernel/tree/main/claude-plugin/skills/dos-plan-price
Command: npx skills add https://github.com/anthony-chaudhary/dos-kernel --skill dos-plan-price

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you evaluate a proposed multi-agent dispatch before execution so you can catch file-tree collisions early and avoid launching workers that will overlap.

Core Features & Use Cases

  • Predicts overlap in proposed agent trees using workspace geometry.
  • Estimates safe concurrency, identifies collisions, and suggests narrower private subtrees.
  • Useful before dos-goal-fleet waves, dos-next-up packets, or any manual N-agent split.

Quick Start

Ask the assistant to price your proposed agent fan-out from the current workspace and recommend whether to launch the safe set, repartition, or stop before starting any agents.

Frequently Asked Questions about dos-plan-price

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

FAQPage Schema
How do I detect file-tree collisions before launching a multi-agent fan-out?

To detect file-tree collisions before a multi-agent fan-out, price the proposed dispatch using workspace geometry and lane-tree disjointness predicates to identify overlapping workers and prevent launching conflicting agents.

What is safe concurrency estimation in N-agent partitioning workflows?

Safe concurrency estimation in N-agent partitioning calculates the maximum non-overlapping agents by analyzing workspace geometry. It identifies a safe set of workers that can execute simultaneously without file tree collisions.

How do I price a DOS dispatch plan to check for workspace geometry conflicts?

Price a DOS dispatch plan by evaluating the proposed fan-out against workspace geometry from dos doctor JSON. The system computes collisions and suggests narrower private subtrees for safe execution.

Can I use this to evaluate goal fleets and next-up packets before execution?

Yes, you can evaluate goal fleets and next-up packets before execution. The collision detection applies to any proposed N-agent split over workspace file trees to estimate safe concurrency and prevent overlap.

Do I need dos doctor JSON to calculate safe concurrency for agent dispatch?

Yes, you need workspace geometry from dos doctor JSON and the lane-tree disjointness predicate to compute collisions, safe sets, and repartition suggestions for agent dispatch.

When should I repartition an agent fan-out instead of launching the safe set?

Repartition an agent fan-out when collision detection identifies overlapping workers. The system suggests narrower private subtrees to eliminate file-tree conflicts before you launch the safe set.