Meditation Continuity
Use this Scout-native continuity practice only at the end of substantive work,
before a handoff, or after a real reusable insight or failure. Do not use it for
routine execution: a handoff or candidate without new signal creates noise.
Review the Current State
- Identify the current target repository or workspace. Inspect the actual Git
branch, latest commit, working-tree status, current work, recorded decisions,
failures, any repo-root
HANDOFF.md, and relevant local skills, instructions,
prompts, scripts, and automation patterns.
- Separate verified facts (directly observed), assumptions (reasonable
but unconfirmed), and unverified history (reported or inferred without
current evidence). Do not present assumptions or history as facts.
- Never include credentials, private Microsoft 365 content, personal data, or
opaque application state in a handoff, candidate, or postmortem. Do not make
persistent-memory claims, create source scripts or host-specific folders, or
treat session context as a durable record.
Preserve Continuity Deliberately
- Prepare a concise proposed update for repo-root
HANDOFF.md containing the
objective and project state; verified completed work; decisions and approval
boundaries; observed Git branch, latest commit, and working-tree state;
unresolved risks or blocks; and the next safe action.
- If
HANDOFF.md already exists, preserve its valid content and merge or update
only relevant sections. Never blindly overwrite it.
- Preview the exact proposed content and obtain explicit approval before
creating or modifying
HANDOFF.md. Approval to assess continuity is not
approval to write a project file.
Extract Only Demonstrated Reuse
- Retain an automation candidate only when recurrence is demonstrated by at
least two occurrences, or by a concrete repeated failure. Reject one-off,
aspirational, duplicate, or unverified candidates.
- Before proposing an artifact, scan existing project-local skills, guidance,
prompts, scripts, and automation. Prefer reuse or extension over duplication.
- For each retained candidate, describe its trigger, inputs, outputs, failure
modes, placement, validation, owner, and rollback. State the recurrence
evidence and why existing local patterns are insufficient.
- Route an approved project-local artifact to
act-project-capability-authoring. Route a cross-machine reusable candidate
first to act-constellation-curation; package, release, or publication work
needs a separate explicit approval and workflow.
- Do not automatically create a local skill or script, change project files,
write memory, publish a package, change OneDrive, or share across machines.
Learn from Failures
For a real failure, propose a concise postmortem that records the actual root
cause, the generalizable pattern, and prevention. Do not assign blame or claim a
root cause without evidence. Keep it proposed unless its destination and write
are separately approved.
Report
Report the current state; the handoff candidate and required action; retained
and rejected candidates with evidence; any postmortem candidate; and the next
safe action. If no durable signal exists, say so and leave no artifact behind.
1---2name: act-meditation-continuity3description: Consolidates substantive Scout work into a concise, approval-first repository handoff and evidence-based reusable-capability candidates without automatic writes.4---56# Meditation Continuity78Use this Scout-native continuity practice only at the end of substantive work,9before a handoff, or after a real reusable insight or failure. Do not use it for10routine execution: a handoff or candidate without new signal creates noise.1112## Review the Current State13141. Identify the current target repository or workspace. Inspect the actual Git15 branch, latest commit, working-tree status, current work, recorded decisions,16 failures, any repo-root `HANDOFF.md`, and relevant local skills, instructions,17 prompts, scripts, and automation patterns.182. Separate **verified facts** (directly observed), **assumptions** (reasonable19 but unconfirmed), and **unverified history** (reported or inferred without20 current evidence). Do not present assumptions or history as facts.213. Never include credentials, private Microsoft 365 content, personal data, or22 opaque application state in a handoff, candidate, or postmortem. Do not make23 persistent-memory claims, create source scripts or host-specific folders, or24 treat session context as a durable record.2526## Preserve Continuity Deliberately27281. Prepare a concise proposed update for repo-root `HANDOFF.md` containing the29 objective and project state; verified completed work; decisions and approval30 boundaries; observed Git branch, latest commit, and working-tree state;31 unresolved risks or blocks; and the next safe action.322. If `HANDOFF.md` already exists, preserve its valid content and merge or update33 only relevant sections. Never blindly overwrite it.343. Preview the exact proposed content and obtain explicit approval before35 creating or modifying `HANDOFF.md`. Approval to assess continuity is not36 approval to write a project file.3738## Extract Only Demonstrated Reuse39401. Retain an automation candidate only when recurrence is demonstrated by at41 least two occurrences, or by a concrete repeated failure. Reject one-off,42 aspirational, duplicate, or unverified candidates.432. Before proposing an artifact, scan existing project-local skills, guidance,44 prompts, scripts, and automation. Prefer reuse or extension over duplication.453. For each retained candidate, describe its trigger, inputs, outputs, failure46 modes, placement, validation, owner, and rollback. State the recurrence47 evidence and why existing local patterns are insufficient.484. Route an approved project-local artifact to49 `act-project-capability-authoring`. Route a cross-machine reusable candidate50 first to `act-constellation-curation`; package, release, or publication work51 needs a separate explicit approval and workflow.525. Do not automatically create a local skill or script, change project files,53 write memory, publish a package, change OneDrive, or share across machines.5455## Learn from Failures5657For a real failure, propose a concise postmortem that records the actual root58cause, the generalizable pattern, and prevention. Do not assign blame or claim a59root cause without evidence. Keep it proposed unless its destination and write60are separately approved.6162## Report6364Report the current state; the handoff candidate and required action; retained65and rejected candidates with evidence; any postmortem candidate; and the next66safe action. If no durable signal exists, say so and leave no artifact behind.