sina-conscious-recovery

Recovers lost thread links and governance context from transcripts and disk before acting.

Updated Jun 20, 2026
One-click install
npx skills add https://github.com/Noetfield-Systems/SourceA --skill sina-conscious-recovery-noetfield-systems
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sina-conscious-recovery
Source: https://github.com/Noetfield-Systems/SourceA/tree/main/.cursor/skills/sina-conscious-recovery
Command: npx skills add https://github.com/Noetfield-Systems/SourceA --skill sina-conscious-recovery-noetfield-systems

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? After context summarization or session handoff, an AI agent can lose track of canonical file paths, prior decisions, and the big-picture governance context, leading to repeated mistakes and orphaned work. This Skill enforces a structured recovery loop that searches transcripts and disk authority indexes before acting, so lost links and philosophical foundations are restored first. ## Core Features & Use Cases - Mandatory recovery loop: An 8-step checklist (pause, transcript search, disk search, classify, prove, wire, reply, verify) triggered on session start, handoff, or user signals like "big picture" or "lost link". - Truth-tree validation: Down-only checks from thorn (P0) to leaf (P4-6) with proof scripts such as authority coverage audits and law-purity validators. - FOUND reply format: A standardized human-comfort response naming the canonical path, the prior mistake, the proof, and what it enables. - Use Case: After a Cursor session is summarized mid-conversation, run the full recovery loop to relocate a lost LOCKED governance document via transcript anchors and the authority index, then reply with the FOUND format before continuing work. ## Quick Start Ask the agent to run the conscious recovery loop to find the lost thread link and big-picture context before continuing.

Frequently Asked Questions about sina-conscious-recovery

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I recover lost context after a Cursor session handoff?

Run the full recovery loop: pause, search agent transcripts, search the disk authority index for the canonical path, classify the result as FOUND or NOT FOUND, prove it with a row or validator, wire one pointer, and reply in the FOUND format.

When should the conscious recovery loop be triggered?

Trigger it at session start for governance roles, after any context summarization or handoff, when the user mentions big picture or lost links, before creating new LOCKED files on prior-chat topics, and when validators fail.

What is the truth tree down-only check?

It is a validation hierarchy running from THORN P0 down through TRUNK P1, BRANCH P2, BARK P3, LEAF P4-6, to FALLEN P7. Fixes must happen at the thorn level, such as an authority index row, never at the leaf.

Which proof scripts validate the recovery results?

The Skill runs authority_root_coverage_audit.py, validate-law-purity-ssot-v1.sh, validate-no-archive-as-law-v1.sh, validate-governance-propagation-live-v1.sh, and ecosystem_master_catalog_v1.py --json from the SourceA repository.

What are the limitations of transcript-based recovery?

Reasoning-based recovery is limited by context windows and summary loss, so it must be paired with machine comfort mechanisms like LOCKED files, authority rows, and validators. Disk thorn always wins over chat leaf when they conflict.