Team Memory Maintenance
Use this skill only for accepted durable decisions. The current Scribe role does not maintain session logs, orchestration logs, specialist histories, onboarding records, or general team memory.
Scope
- Allowed targets:
.squad/decisions/inbox/and.squad/decisions.md. - Use the active state backend for mutable Squad state.
- Preserve decision authorship, rationale, and accepted scope.
- Use archival-integrity procedures whenever accepted records are moved or compacted.
Procedure
- Resolve the supplied team root and configured state backend.
- List and read every candidate inbox entry before acting.
- Merge only decisions that have explicit acceptance evidence.
- Deduplicate exact decision headings without rewriting unrelated decisions.
- Normalize nested headings while preserving relative hierarchy and fenced code blocks.
- Re-read
.squad/decisions.mdand verify the merged content before deleting an inbox entry. - Refetch after deletion and verify the exact inbox entry is absent.
- Stop on any mismatch and report the incomplete operation.
Stop Conditions
- Stop if the team root, active backend, acceptance evidence, or required read-back capability is unavailable.
- Stop if merged content or deletion cannot be verified exactly.
- Do not manufacture a durable record for a tentative request, onboarding observation, or unaccepted recommendation.
Anti-Patterns
- Writing session logs or specialist histories.
- Bypassing the state backend with branch switching, note-ref pushes, resets, or manual persistence.
- Deleting inbox content before verifying the canonical merge.
- Expanding a decision-only maintenance request into product or repository cleanup.