Kimmy's Skills

Prune — Rationale

A short explanation of why prune is designed the way it is. The executable guidance lives in SKILL.md; read this file to understand the design and where it fits alongside the other skills in this bundle. It is a rationale, not a review: it records the reasoning behind the design so a reader or a future maintainer can tell why a decision was made, and revisit it when the evidence changes.

What it is, and its boundary

prune is a subtraction skill. Across both domains it answers one question — “what can be removed?” — and removes only what clears two gates: the thing is no longer required, and it is not protected (not active guidance, not the current plan, not content the user asked to keep, not still-useful reference or published material). When a candidate is ambiguous it is preserved and the question is put back to the user.

What prune is not is just as important. It does not decide whether a document is currently still meaningful — that requires knowing what the document changed with, which is a classification and reference task handled at the point a document is introduced or updated. It does not rewrite the plan to be better; it only shrinks what has already been drafted. It does not judge quality, give a correctness verdict, or do a broad evidence investigation — those are other skills’ work. prune is deliberately narrow so its trigger stays crisp and its action stays reversible and reviewable.

Why one skill instead of two

prune covers two superficially different activities in a single skill:

These look unrelated at first: one removes files, the other shortens prose. But they are the same operation applied to different objects. Whether the excess lives as bytes on disk or as clauses in a plan, the work is identical: decide what is no longer necessary, keep the smallest set that remains necessary and sufficient, and defend that judgment. Splitting them into two skills would duplicate the shared judgment (“is this still needed?”) and the shared safety rules (never remove what is protected, ask when uncertain), forcing an agent to choose between two overlapping playbooks for one recurring decision.

A single skill also keeps triggering unambiguous. Both activities are invoked at the same kind of moment — before syncing a branch, when forming a plan, when a decision is about to land — where the agent is deciding not to carry something forward. One description, one trigger, one set of gates.

Why less is more

Removing is not a loss of value; it is how value is concentrated. Excess rarely stays inert — a stale file, a dead branch, or an unneeded plan section that is left in place continues to be read, maintained, and mistaken for current guidance. The cheapest—and often the only truthful—way to keep the remaining content useful is to cut the material that is no longer true or no longer needed. Less inventory means less to verify, less to reconcile when knowledge changes, and less risk that an agent follows guidance that is no longer supposed to apply.

prune applies this principle to both files and plans. A working copy is the source of current truth; retaining historical context there invites agents to treat the outdated as current. A plan accumulates scope the same way a disk does. Both need the same habit of trimming.

Why a single source of truth

When a fact, decision, or reference exists in more than one place, the copies drift, and nobody can say which is authoritative. prune therefore keeps one current rendering of each decision or reference and removes duplicate snapshots rather than updating every copy. Historical value is not thrown away — it is moved where it belongs, into the version history, so the live material stays small and consistent. This is subtraction as information hygiene: fewer copies, less drift, one place an agent looks for the truth.

How it works

The mechanism is deliberately spare, and the same in both domains:

Pairing with the other skills

prune is subtraction; the surrounding skills supply restraint, judgment, and learning on the same axis.

The distinction that separates them is when the judgment happens: restraint and align prevent or clarify before removal; prune carries out verified subtraction; distillation makes the pattern reusable. Together they keep work minimal, current, and self-improving.

Design decisions and trade-offs

Sources and evidence

The reasoning above comes from this workspace’s own history rather than external sources. The unified-subtraction conclusion follows from reviewing the skill draft against its sibling playbooks in this bundle and finding the two candidate domains shared the same judgment and safety rules. The “never delete a current or in-flight plan” and “do not drop retrospective or published content without an explicit request” rules were added in direct response to review feedback. The shortened description reflects review feedback that the longer trigger sentence was too verbose to be a reliable trigger. Where this rationale conflicts with future evidence, the design should change; this file should then be updated so the recorded decision does not go stale.