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 125 stars 11 forks Updated today MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
70
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
7 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

AI & Automation Listed

galvanize

Turn the chosen design into mobilized work — a brief, vertical slices with acceptance criteria, and agreed test seams. Use when a tracked piece of work is at its galvanizing stage.

5 Updated 4 days ago
donald-ada
AI & Automation Solid

role-po

Use when a work package needs cutting, acceptance criteria need defining, a new idea needs evaluating (idea triage), or scope creep must be prevented — or when autonomous-loop requests the PO step. Not for implementation or portfolio prioritization.

4 Updated 1 weeks ago
BechsteinDigital
DevOps & Infrastructure Listed

slicing-goals-into-dags

Use when you (orchestrator) carve a goal/epic into a board DAG —— 当你要把一个目标 / epic 切成 board 任务依赖图时:怎么拆、先做什么、任务多大粒度、纵切还是横切、怎么尽早 ship 可用增量 + 最大化并行。教敏捷切分的道与品味:纵切薄增量(非横切技术层)、walking skeleton、粒度为并行与验收而定、按价值/风险排序、切片映射到 cadence/iteration。Triggers: "这个目标怎么拆 / 先做什么后做什么"、把 epic 拆成 board、定任务粒度、纠结纵切 vs 横切、想尽早 ship 一个可用增量 / 想拉满并行度。Do NOT use when 一张已切好的 DAG 怎么排期 / 算临界路径(那是 master-orchestrator-guide 的 decomposition 一段)、切好后怎么派发(master-orchestrator-guide)、单个 task 怎么实现到验收(dev-as-ml-loop)、怎么用 ccm 把 task 写进 board(using-ccm)。

7 Updated today
nemori-ai