agentsclimarketplace

Kybernetes loop closeout

Skill pariyar07/kybernetes/skills/kybernetes-loop-closeout

Runtime-adaptive steering layer and portable control contract for hard agentic work: durable goals, proportional control, bounded delegation, verification, and recovery.

Install
npx -y skills add pariyar07/kybernetes --skill kybernetes-loop-closeout

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 12 stars12 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Checkpoint, hand off, or retire bounded loop machinery while preserving canonical state, evidence, and governor authority.

SKILL.md

3.8 KB, as published. Nobody here has run it

Kybernetes Loop Closeout

This helper reconciles a completed or transferring unit and returns retirement evidence. It cannot mutate parent canonical lifecycle state or accept DONE; the governor admits its result and performs the canonical transition.

Modes

  • checkpoint: close a completed unit inside an active parent; preserve the remaining checklist and next activation.
  • handoff: prove a new lead can reconstruct state before superseding the old.
  • workstream: reconcile one child and retire its lease, activation, and temporary permissions without completing the parent.
  • program: verify DONE coverage and retire all bounded machinery.

Default to the narrowest mode. Checkpoint and workstream modes never imply program completion.

Required Inputs

  • Mode, parent control and verification pointers, canonical revision.
  • Scope being closed and measurable completion claim.
  • Acceptance boundary, accountable owner, and recorded or pending verdict when the scope crosses a dependent system or owner-held external decision.
  • Runtime capability snapshot and permission boundary.
  • Worker, goal, thread, scheduler, event, hook, automation, lease, and temporary access inventory.
  • Retention policy, explicitly disposable material, and next activation.

evidence reconciliation

  1. Read canonical state and verification evidence.
  2. Compare the scoped completion claim with its rejection-capable verifier.
  3. Confirm any required accountable-owner verdict and wrongness response in control.md; passing evidence alone is not acceptance.
  4. Identify missing, conflicting, stale, or non-reproducible evidence.
  5. Preserve admitted and unresolved evidence; archive canonical records by default.
  6. Delete only material explicitly marked disposable and reproducible, within current permission.

If verification or required acceptance is incomplete, return not_ready and the gaps. Keep a missing owner verdict recoverable as waiting_human; do not disguise cleanup as completion.

retirement inventory

For each bounded object record identity, owner, purpose, inspect operation, intended stop/delete/revoke transition, capability observed, attempt, result, and residual risk. Cover active workers, peer tasks, native goals, schedules, events, hooks, automations, leases, credentials, temporary access, and files.

Retirement is idempotent: already-retired is a successful no-op. A missing stop or delete capability is recorded for intervention; it does not justify mutating canonical state to match stale runtime state.

Handoff Protocol

The incoming lead must read control.md, verification.md, and a valid manifest; confirm canonical revision, permissions, capability, current checklist, and next activation; and pass a reconstruction check. Only then may the governor mark the old lead or binding superseded and rebind activations.

Output

closeout_status: ready | not_ready | partial
mode: checkpoint | handoff | workstream | program
canonical_revision: <observed>
verification: <coverage and gaps>
acceptance: <not required, pending, or recorded owner verdict>
retirement_inventory: <per-object results>
retained: <canonical and evidence artifacts>
deleted: <explicitly disposable artifacts and reasons>
handoff_reconstruction: <pass, fail, or not_applicable>
proposed_transition: <none, superseded, or completed>
next_activation: <trigger or none>
intervention: <unretired objects or none>

Return To Governor

Return the packet and evidence pointers. The governor checks revision and scope, admits or rejects the proposal, owns any lifecycle transition, and records failures to retire. Repeated invocation against unchanged state must return the same effective result.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.