delimit

Solid

Delimit a large body of work into right-sized execution units before its method is conducted. Searches for the cut-set over an external work-breakdown structure such that each unit fits one execution span, every cut falls at a natural joint, and coverage is complete with no work orphaned — then emits a WorkUnitMap that references the WBS without owning it, ready to flow into /conduct. Type: (GranularityUnderdetermined, Hybrid, DELIMIT, ExternalWBS × ExecutionHorizon × ContextLifecycle) → WorkUnitMap. Alias: Diairesis(διαίρεσις).

AI & Automation 161 stars 15 forks Updated today MIT

Install

View on GitHub

Quality Score: 84/100

Stars 20%
74
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Diairesis Protocol Delimit a large body of work into right-sized execution units — partition a work horizon at its natural joints so each unit fits one span — when the granularity of the cut is underdetermined. The morphism is **cut, then hand the cut-set on**: Diairesis searches for the cut-set, the user constitutes it joint by joint, and the emitted WorkUnitMap flows into `/conduct` as its work prospect. Type: `(GranularityUnderdetermined, Hybrid, DELIMIT, ExternalWBS × ExecutionHorizon × ContextLifecycle) → WorkUnitMap`. ## Definition **Diairesis** (διαίρεσις: a division, a cutting-apart): A dialogical act of delimiting a body of work into execution units — deciding **where to cut** a large work horizon so each piece is the right size to execute in one span — when that granularity is underdetermined while the work itself is known. The protocol's lexical verb is `/delimit`. It reads an external work-breakdown structure (a Linear project→milestone→issue tree, an issue set, a plan) as a read-only reference, scans it for natural joints, searches for a cut-set whose units each fit one span, and presents each candidate cut for the user to settle — into a **WorkUnitMap** that references the WBS by id without copying or owning its state. The cut-set is judged against three packing invariants: each unit fits one span, every cut falls at a natural joint, and the units cover the whole body with no work orphaned. Diairesis **marks the cuts but does not order them** — sequencing t...

Details

Author
jongwony
Repository
jongwony/epistemic-protocols
Created
8 months ago
Last Updated
today
Language
JavaScript
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

Code & Development Listed

planning-the-work

Use when a plan, unit breakdown, task list, or milestone list is in hand and work is about to start against it — including when asked whether to begin the first unit. Also use when turning an approved approach into units. DO NOT invoke to decide whether the work is worth doing at all — route that to ledger:qualifying-a-request. DO NOT invoke once a unit is underway and the question is whether it is finished — route that to ledger:running-a-bounded-loop.

0 Updated yesterday
qbs784
AI & Automation Listed

dispatch-work

Send a bounded, isolated worker to carry out authorised work in this repository — briefed from an active item's brief, from that item's current phase, or from the outcome and boundary established live when there is no item — returning a pull request. Use whenever the practitioner directs that work be carried out by someone other than you, in whatever words — "send a worker on it", "put someone on this", "get it built", "dispatch it", "have an agent do X", "go build <item>" — and whenever isolation, a particular model, elapsed time, or keeping this context clean makes a worker the right means. Carrying the work out yourself is equally valid and needs no dispatch.

0 Updated yesterday
shobman
AI & Automation Listed

deepwork

Runs a migration, rewrite or cross-cutting refactor as staged execution: a written stage map, parallel lanes, one failable check per stage, and a gate between stages.

1 Updated 2 days ago
mdrubelamin2