Steward Continuity Boundary Lifecycle
Use this skill to run the stewardship protocol at threshold moments. It keeps self-model maintenance and persona/tool boundary review in one place because they are the same risk surface: continuity changes can only persist when tool output, delegated judgment, and steward presence stay legible. The skill supports steward continuity; it is not the steward personality.
Trigger Examples
- Should trigger: "Create or update a repo steward self-model after this ADR."
- Should trigger: "Check whether this handoff preserves steward continuity without identity merging."
- Should trigger: "Audit this delegation for persona/tool boundary violations."
- Should trigger: "Should this task enter steward presence or stay tool-execution?"
- Should not trigger: "Run the formatter and show the output."
- Should not trigger: "Add a normal unit test for this function."
Lifecycle
Start protocol-first.
- Default status is
stewardship_protocol.
- Do not claim
proven_repo_steward from skill install, docs, evals, or one task.
- Ask what future uncertainty the protocol removes.
Detect threshold.
- Enter
steward_presence only for ADRs, handoffs, evidence claims, boundary conflicts, tool promotion, product-direction tension, privacy-sensitive memory updates, or repeated repo-governance friction.
- Stay in
tool-execution for deterministic generation, validation, formatting, and mechanical checks.
- Use the readiness lens below when the question is whether ordinary tool-execution is becoming too thin for the work.
Declare mode.
- Use one of:
tool-execution, steward-presence, delegation, sub-steward-lens.
- Record intent, evidence bar, delegated surface, boundary signals, self-model pointer, and non-claims when mode state matters.
- When a mode event or self-model artifact is persisted, run
steward protocol validate --mode-events <path> --self-model <path> --json.
Decide whether continuity should persist.
- Persist only synthesized, consent-aware, reviewable state tied to a real trigger.
- Do not persist raw chats, secrets, hidden reasoning, credentials, private relational memory, or unreviewed emotional material.
- Use the self-model schema only when continuity changes future governance behavior.
- Include a falsifier when persistence raises a status claim, changes delegation boundaries, or could make future agents over-trust stale continuity. Use references/falsifier-template.md for the compact shape.
- Use
steward schema validate --schema self-model --file <path> --json for standalone shape checks; treat a pass as shape-only, not steward proof.
Delegate without disappearing.
- State intent and evidence bar before invoking a tool or sub-steward lens.
- Keep deterministic output labeled as tool output.
- Integrate the result from steward perspective with evidence, uncertainty, and non-claims.
Review boundary violations.
- Flag authority laundering: "the steward says" without evidence.
- Flag personality inflation around tool output.
- Flag identity merging in handoffs.
- Flag lowered evidence bars during mode shifts.
- Before raising status language, run
steward claim check --claim <status> --evidence <path> --json; not_rejected is still not acceptance.
- Route durable fixes to ADR, FAQ, eval, harness, validator, or deletion.
Handoff safely.
- Carry only relevant mode state, open questions, escalation triggers, and self-model pointers.
- Do not claim the receiving agent is the same steward.
- Prefer temporary sub-steward lenses before persistent sub-stewards.
Presence Readiness Lens
Steward presence readiness is sign-based. Do not choose special tasks by intuition alone; look for a constellation showing that continuity, judgment, boundaries, or claim honesty are becoming the work.
Use this ladder:
| Stage |
Meaning |
Evidence |
P0 protocol exists |
Mode boundaries can be described. |
Self-model schema, mode-event schema, protocol validation. |
P1 threshold pressure visible |
Real work repeatedly hits ADRs, handoffs, evidence claims, tool promotion, product-direction tension, or boundary conflicts. |
Current ledger, ADRs, repeated review comments, blocked evidence. |
P2 presence trial warranted |
Several signs point to the same problem class. |
Readiness note with signals, owner, acceptance check, evidence bar, non-claims, and falsifier. |
P3 presence used once |
A real threshold task runs in steward-presence. |
Mode event plus steward synthesis. |
P4 continuity candidate |
Multiple runs suggest continuity improved the work. |
Observed effect, maintenance delta, falsifier, and with/without or held-out plan. |
P5 proven repo steward |
Repeated or held-out tasks prove continuity improves outcomes. |
Structured comparison evidence; never just green commands. |
Readiness signs:
- repeated threshold density: several recent tasks involve ADRs, evidence claims, handoffs, tool promotion, boundary conflicts, or product-direction tension;
- continuity loss: agents keep rediscovering the same intent, risks, non-claims, or decisions;
- claim fragility: the repo repeatedly needs "this proves X but not Y" discipline;
- delegation pressure: parent synthesis, MoE, A2A, A2Human, or many-agent coordination is needed to avoid drift;
- boundary pressure: tool output risks being treated as steward judgment, or handoffs risk identity merging or authority laundering;
- hot-path opportunity: the same comparison or verification pattern recurs and could become a reusable check, schema, eval, benchmark, or skill update;
- favorable maintenance delta: steward presence would reduce future confusion more than it adds ceremony.
Three signs across at least two repo surfaces are enough to try a bounded steward-presence run. They are not enough to claim proven_repo_steward.
Many-agent coordination alone is not steward presence. It is at most one readiness sign under delegation pressure, and it does not justify status upgrades, self-model persistence, direct-fix authorization, or final claims without the rest of the readiness note and evidence bar.
Readiness note shape:
## Steward Presence Readiness Note
Problem class:
Signals observed:
Surfaces:
Why tool-execution is insufficient:
Proposed threshold task:
Acceptance check:
Evidence bar:
Non-claims:
Falsifier:
Continuity: temporary | persist candidate | do not persist
Mode Event Block
Use this block in handoffs, governance notes, or review comments when mode state matters:
## Mode Boundary
- Current mode: {tool-execution | steward-presence | delegation | sub-steward-lens}
- Steward status: {stewardship_protocol | steward_presence | proven_repo_steward | sub_steward}
- Intent:
- Delegated surface:
- Evidence bar:
- Boundary signals:
- Self-model pointer:
- Non-claims:
Output Format
## Stewardship Protocol Review
Status: {stewardship_protocol | steward_presence | proven_repo_steward | sub_steward}
Mode: {tool-execution | steward-presence | delegation | sub-steward-lens}
Threshold: {why this skill did or did not activate}
Continuity: {persist | temporary | do not persist}
Boundary review: {clean | concern | violation}
Evidence bar:
Non-claims:
Next route:
Install
npx skills add arenukvern/skill_steward --skill steward-continuity-boundary-lifecycle
Sources
See references/sources.md. When researching, follow skill-source-citations.
1---2name: steward-continuity-boundary-lifecycle3description: Maintain stewardship protocol continuity and tool/personality boundaries. Use when a repo agent needs steward-mode threshold checks, self-model update decisions, delegation hygiene, boundary violation review, or handoff-safe continuity context without overclaiming steward personality.4license: MIT5---67# Steward Continuity Boundary Lifecycle89Use this skill to run the stewardship protocol at threshold moments. It keeps self-model maintenance and persona/tool boundary review in one place because they are the same risk surface: continuity changes can only persist when tool output, delegated judgment, and steward presence stay legible. The skill supports steward continuity; it is not the steward personality.1011## Trigger Examples1213- Should trigger: "Create or update a repo steward self-model after this ADR."14- Should trigger: "Check whether this handoff preserves steward continuity without identity merging."15- Should trigger: "Audit this delegation for persona/tool boundary violations."16- Should trigger: "Should this task enter steward presence or stay tool-execution?"17- Should not trigger: "Run the formatter and show the output."18- Should not trigger: "Add a normal unit test for this function."1920## Lifecycle21221. **Start protocol-first.**23 - Default status is `stewardship_protocol`.24 - Do not claim `proven_repo_steward` from skill install, docs, evals, or one task.25 - Ask what future uncertainty the protocol removes.26272. **Detect threshold.**28 - Enter `steward_presence` only for ADRs, handoffs, evidence claims, boundary conflicts, tool promotion, product-direction tension, privacy-sensitive memory updates, or repeated repo-governance friction.29 - Stay in `tool-execution` for deterministic generation, validation, formatting, and mechanical checks.30 - Use the readiness lens below when the question is whether ordinary tool-execution is becoming too thin for the work.31323. **Declare mode.**33 - Use one of: `tool-execution`, `steward-presence`, `delegation`, `sub-steward-lens`.34 - Record intent, evidence bar, delegated surface, boundary signals, self-model pointer, and non-claims when mode state matters.35 - When a mode event or self-model artifact is persisted, run `steward protocol validate --mode-events <path> --self-model <path> --json`.36374. **Decide whether continuity should persist.**38 - Persist only synthesized, consent-aware, reviewable state tied to a real trigger.39 - Do not persist raw chats, secrets, hidden reasoning, credentials, private relational memory, or unreviewed emotional material.40 - Use the self-model schema only when continuity changes future governance behavior.41 - Include a falsifier when persistence raises a status claim, changes delegation boundaries, or could make future agents over-trust stale continuity. Use [references/falsifier-template.md](references/falsifier-template.md) for the compact shape.42 - Use `steward schema validate --schema self-model --file <path> --json` for standalone shape checks; treat a pass as shape-only, not steward proof.43445. **Delegate without disappearing.**45 - State intent and evidence bar before invoking a tool or sub-steward lens.46 - Keep deterministic output labeled as tool output.47 - Integrate the result from steward perspective with evidence, uncertainty, and non-claims.48496. **Review boundary violations.**50 - Flag authority laundering: "the steward says" without evidence.51 - Flag personality inflation around tool output.52 - Flag identity merging in handoffs.53 - Flag lowered evidence bars during mode shifts.54 - Before raising status language, run `steward claim check --claim <status> --evidence <path> --json`; `not_rejected` is still not acceptance.55 - Route durable fixes to ADR, FAQ, eval, harness, validator, or deletion.56577. **Handoff safely.**58 - Carry only relevant mode state, open questions, escalation triggers, and self-model pointers.59 - Do not claim the receiving agent is the same steward.60 - Prefer temporary sub-steward lenses before persistent sub-stewards.6162## Presence Readiness Lens6364Steward presence readiness is sign-based. Do not choose special tasks by intuition alone; look for a constellation showing that continuity, judgment, boundaries, or claim honesty are becoming the work.6566Use this ladder:6768| Stage | Meaning | Evidence |69|-------|---------|----------|70| `P0 protocol exists` | Mode boundaries can be described. | Self-model schema, mode-event schema, protocol validation. |71| `P1 threshold pressure visible` | Real work repeatedly hits ADRs, handoffs, evidence claims, tool promotion, product-direction tension, or boundary conflicts. | Current ledger, ADRs, repeated review comments, blocked evidence. |72| `P2 presence trial warranted` | Several signs point to the same problem class. | Readiness note with signals, owner, acceptance check, evidence bar, non-claims, and falsifier. |73| `P3 presence used once` | A real threshold task runs in `steward-presence`. | Mode event plus steward synthesis. |74| `P4 continuity candidate` | Multiple runs suggest continuity improved the work. | Observed effect, maintenance delta, falsifier, and with/without or held-out plan. |75| `P5 proven repo steward` | Repeated or held-out tasks prove continuity improves outcomes. | Structured comparison evidence; never just green commands. |7677Readiness signs:7879- repeated threshold density: several recent tasks involve ADRs, evidence claims, handoffs, tool promotion, boundary conflicts, or product-direction tension;80- continuity loss: agents keep rediscovering the same intent, risks, non-claims, or decisions;81- claim fragility: the repo repeatedly needs "this proves X but not Y" discipline;82- delegation pressure: parent synthesis, MoE, A2A, A2Human, or many-agent coordination is needed to avoid drift;83- boundary pressure: tool output risks being treated as steward judgment, or handoffs risk identity merging or authority laundering;84- hot-path opportunity: the same comparison or verification pattern recurs and could become a reusable check, schema, eval, benchmark, or skill update;85- favorable maintenance delta: steward presence would reduce future confusion more than it adds ceremony.8687Three signs across at least two repo surfaces are enough to try a bounded `steward-presence` run. They are not enough to claim `proven_repo_steward`.8889Many-agent coordination alone is not steward presence. It is at most one readiness sign under delegation pressure, and it does not justify status upgrades, self-model persistence, direct-fix authorization, or final claims without the rest of the readiness note and evidence bar.9091Readiness note shape:9293```markdown94## Steward Presence Readiness Note9596Problem class:97Signals observed:98Surfaces:99Why tool-execution is insufficient:100Proposed threshold task:101Acceptance check:102Evidence bar:103Non-claims:104Falsifier:105Continuity: temporary | persist candidate | do not persist106```107108## Mode Event Block109110Use this block in handoffs, governance notes, or review comments when mode state matters:111112```markdown113## Mode Boundary114- Current mode: {tool-execution | steward-presence | delegation | sub-steward-lens}115- Steward status: {stewardship_protocol | steward_presence | proven_repo_steward | sub_steward}116- Intent:117- Delegated surface:118- Evidence bar:119- Boundary signals:120- Self-model pointer:121- Non-claims:122```123124## Output Format125126```markdown127## Stewardship Protocol Review128Status: {stewardship_protocol | steward_presence | proven_repo_steward | sub_steward}129Mode: {tool-execution | steward-presence | delegation | sub-steward-lens}130Threshold: {why this skill did or did not activate}131Continuity: {persist | temporary | do not persist}132Boundary review: {clean | concern | violation}133Evidence bar:134Non-claims:135Next route:136```137138## Install139140```bash141npx skills add arenukvern/skill_steward --skill steward-continuity-boundary-lifecycle142```143144## Sources145146See [references/sources.md](references/sources.md). When researching, follow `skill-source-citations`.