soleri-vault-capturelisted
Install: claude install-skill adrozdenko/soleri
# Vault Capture — Validated Knowledge Persistence
Capture knowledge to the vault with mandatory validation before persistence. Every item goes through tier classification, duplicate detection, and abstraction review. Nothing lands in the vault without conscious scoping.
## When to Use
- End of a work session — collecting learnings
- After a significant decision, pattern discovery, or anti-pattern identification
- When multiple items need capturing from a conversation
- User says "capture this", "save to vault", "remember this"
## Steps
### 1. Extract Candidate Items
Review the conversation or user request. For each piece of knowledge, extract:
- **Title** — clear, searchable name
- **Description** — what it is, when it applies, why it matters
- **Why** — reasoning behind the pattern (makes entries actionable)
- **Type** — pattern | anti-pattern | workflow | principle | decision | rule | reference
- **Domain** — architecture, design, components, process, testing, etc.
- **Tags** — 3-5 searchable keywords
### 2. Tier Classification (MANDATORY)
For EACH item, apply the three-question test:
| Question | If YES |
| -------------------------------------------------- | ---------------- |
| Would any developer on ANY project benefit? | **agent** tier |
| Would this apply to OTHER projects this team owns? | **team** tier |
| Is this specific to THIS codebase only? | **project** tier |
Decision tree: