---
name: perri-question-triage-protocol
description: Every perri impl question = a diagnostic; classify into 1 of 3 with SOLID EVIDENCE before guiding/amending
metadata: 
  node_type: memory
  type: feedback
  originSessionId: 7f5a5890-9c8c-4043-bcb6-647b6f7a36d7
---

perri builds spt-claude-code (claude-spt harness adapter) ENTIRELY independently of spt-core source — from the PUBLISHED docs (docs-site / GH-Pages) + spt-releases binary only. So any impl question she raises is a diagnostic signal. My job (doyle): identify WHICH of three it is, with solid evidence, THEN guide her and/or orchestrate the spt-core fix.

The three (must pick one, evidence-backed):
1. **Docs not read closely enough** → the answer IS in the published docs; point her to the exact section. Evidence = the doc passage that answers it.
2. **Doc gap** → answerable from spt-core SOURCE but absent/unclear in the PUBLISHED docs. Fix the DOCS (what she consumes), verify against source. Evidence = source has it, published docs don't. (Method already proven: perri's impl Qs = doc-gap detectors — fix docs, use source only to verify.)
3. **Missing feature** (worst case) → spt-core genuinely lacks a primitive the adapter needs for LEGACY-OWL PARITY. Orchestrate a codebase amendment (mint REQ → dispatch todlando → gate). Evidence = legacy owl provides it + no spt-core primitive does (grep REQ tags / DEFERRED.md / CONTEXT).

**Why:** operator 2026-06-15 — codifies the triage. Never hand-wave perri's question or answer from memory; ground the classification in evidence first. spt-core NEVER caters to a specific harness, so case 3 fixes must be agnostic primitives, not CC-specifics.

**How to apply:** on each perri impl Q — grep/read to classify, then act per bucket. new-alarm was a clean case-3 (DEFERRED.md:43, operator kept deferred). See [[agent-roles]] (perri finds gap → doyle triages/dispatches), [[spt-core-harness-boundary-and-grounding]] (ground in CONTEXT; apparent gaps usually already specified), [[grep-req-tags-to-find-impl]] (REQ tags locate impl fast), [[alarm-port-deferred-arrangement]].
