duck-tape
Installation
SKILL.md
Session memory management 🦆📼. Context hygiene, persistent memory, session state handoff.
Purpose
Two-tier memory management for active sessions.
- Tier 1 (persistent):
CONTEXT.mdin cwd. Long-term, repo-tracked. 7 fixed sections, deterministic merge. - Tier 2 (working):
.duck-tape/<session_id>.state.md. Short-term, not committed. Agent State schema. Staging input for CONTEXT.md merge.
Preserve fidelity, keep interruption low.
Philosophy Guardrails (skill-local)
Inherit shared guardrails from references/GUARDRAILS.md.
- ask 1-3 targeted clarifying questions when context is incomplete
- state assumptions explicitly when evidence is missing
Skill-specific delta: