# Pkc Capture Assumption

> Capture an Assumption (weaker than a Decision) linked to Features. Promote to DecisionRecord when validated. Use for working hypotheses and unproven beliefs.

- Skill: `spillwavesolutions/pkc-capture-assumption` (Agent Skill)
- Install (CLI): `npx skillmds@latest add spillwavesolutions/pkc-capture-assumption`
- Raw SKILL.md: https://api.skillmd.com/api/skills/spillwavesolutions/pkc-capture-assumption/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: spillwavesolutions (https://skillmd.com/u/spillwavesolutions)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/spillwavesolutions/pkc-capture-assumption

---


# Capture Assumption

```bash
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/pkc_capture.py" assumption \
  --title "Users accept 15m token refresh" \
  --statement "Short access TTL will not hurt UX" \
  --rationale "Industry peers use similar TTL" \
  --for user-authentication
```

Edges: `assumes` → Feature. When proven, `/pkc-promote` or `/pkc-capture-decision` + `validates`.

