atomikd by amphare

Plan kit · work-shapes

Split by ownership, not size.

When work outgrows one plan, four shapes cover every split. The choice is ownership and coupling, never headcount or line count. The umbrella sits on top of them, an overlay, not a fifth shape.

the four shapes

One atom, or several. Coupled, or not.

atom
SHAPE A

One atom, one plan

A coherent deliverable that fits one implementation session.

{ATOM_ID}.md
SHAPE B

One atom, multi-session plan

One deliverable across several sessions or PRs. One lifecycle and estimate; each session hands off to the next.

{ATOM_ID}.md (+ -session{N}.md)
SHAPE C

Sibling atoms, separate plans

Separable ownership or release timing, the default for separate frontend and backend devs. A scope boundary and depends_on keep them aligned.

{ATOM_ID}.md each
SHAPE D

Multiple atoms, one combined plan

Tightly coupled: a shared migration or an atomic release that cannot be reviewed or shipped independently.

{ATOM_A}-{ATOM_B}.md (covers_atoms)
OVERLAY · UMBRELLA

Coordinates a cohort, never builds

A coordination plan above several Shape C or D atoms: a shared sequence and a program close gate. Each child atom keeps its own plan; the umbrella never duplicates one. It is delivery coordination, not an Epic (a requirement grouping).

{PROGRAM-ID}-umbrella.md

how to choose

Follow the coupling

One coherent outcome, one owner?
fits one sittingAone atom, one plan
several sittings or PRsBone atom, multi-session
No, separable outcomes?
reviewable and shippable independentlyCsibling atoms, separate plans
shared migration or atomic releaseDmultiple atoms, one plan
A cohort needs a shared sequence or close gate?
coordinate on top, each child keeps its plan+umbrella overlay

The split follows ownership and coupling, not headcount: two devs on one inseparable change is still D; one dev on two independently useful outputs can still be C. Shapes B and D are the pair people conflate: B is one atom over several sessions, D is several atoms in one plan.

AMPHAREgoverned autonomy
the kit · the method · shapes · explorer · review · soak
canonical definition of the four shapes + the decision tree: ../PLAN_FILE_SCHEMA.md §6.2  ·  the entity model behind them: ../PLAN_WORK_HIERARCHY.md
a full worked Shape B plan (one atom, three sessions): ../plan-examples/EXAMPLE-multi-session-feature.md