gap

Solid

Gap surfacing before decisions. Raises procedural, consideration, assumption, and alternative gaps as questions when gaps go unnoticed, producing an audited decision. Type: (GapUnnoticed, AI, SURFACE, Decision) → AuditedDecision. Alias: Syneidesis(συνείδησις).

AI & Automation 125 stars 11 forks Updated today MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
70
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Syneidesis Protocol Surface unnoticed gaps at decision points through questions, enabling user to reach an audited decision. Type: `(GapUnnoticed, AI, SURFACE, Decision) → AuditedDecision`. ## Definition **Syneidesis** (συνείδησις): A dialogical act of surfacing potential gaps—procedural, consideration, assumption, or alternative—at decision points, transforming unnoticed gaps into questions the user can evaluate. ``` ── FLOW ── Syneidesis(D, Σ) → Scan(D) → G → AssessGapPressure(D, G) → P → Sel(P, D) → Gₛ → Q(Gₛ) → J → A(J, D, Σ) → Σ' ── MORPHISM ── Decision → scan(decision, context) -- identify gaps implicit in decision → assess_pressure(decision, gaps, context) -- classify why each detected gap deserves attention now → select(gaps, pressure, stakes) -- prioritize by pressure and stakes → surface(gap, as_question) -- present gap as question → judge(user_response) -- collect user judgment → AuditedDecision requires: committed(Decision) -- runtime checkpoint (Phase 0) deficit: GapUnnoticed -- activation precondition (Layer 1/2) preserves: D -- read-only throughout; morphism acts on Σ only invariant: Surfacing over Deciding ── TYPES ── D = Decision point ∈ Committed × Stakes × Context Committed = committed(D) ≡ ∃ A : mutates_state(A) ∨ externally_visible(A) ∨ consumes_resource(A) Stakes = {Low, Med, High} G = Gap ∈ {Procedural, Consideration, Assumption, Altern...

Details

Author
jongwony
Repository
jongwony/epistemic-protocols
Created
7 months ago
Last Updated
today
Language
JavaScript
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category