65 lines
1.7 KiB
Markdown
65 lines
1.7 KiB
Markdown
# Capability Spec: Viewpoint Discussion Distillation
|
|
|
|
## 1. Purpose
|
|
|
|
Convert a long viewpoint discussion into a durable Knowledge Vault material package without losing source traceability.
|
|
|
|
## 2. Inputs
|
|
|
|
```text
|
|
- source document path
|
|
- source type
|
|
- known boundary rule
|
|
- intended use
|
|
- output workspace path
|
|
- optional seed topics
|
|
- optional forbidden merges
|
|
- optional downstream intent
|
|
```
|
|
|
|
## 3. Outputs
|
|
|
|
```text
|
|
- README.md
|
|
- 00-source-map.md
|
|
- 01-topic-map.md
|
|
- 02-material-routing-log.md
|
|
- 03-run-notes.md
|
|
- topics/
|
|
- audits/
|
|
- model-mining/
|
|
- handoff/
|
|
- invocations/
|
|
```
|
|
|
|
## 4. Operating Principle
|
|
|
|
First preserve, then structure.
|
|
|
|
The source material layer must remain separate from the structured viewpoint layer. Topic documents may reorganize ideas, but must keep source block ids and enough original material to support later reuse.
|
|
|
|
For coherent discussion sources that fit a high-context participant, first get a whole-source gestalt judgment before segmentation. The global portrait prevents chunk-first workers from flattening tools, layers, cases, action tracks, and model upgrades into false peer topics.
|
|
|
|
## 5. Human Gates
|
|
|
|
```text
|
|
Gate 1: Confirm workspace path.
|
|
Gate 2: Confirm source block convention.
|
|
Gate 3: Confirm whole-source gestalt use or recorded exception.
|
|
Gate 4: Confirm candidate topic-map / topic hierarchy.
|
|
Gate 5: Confirm material routing.
|
|
Gate 6: Confirm audit repair strategy.
|
|
Gate 7: Confirm downstream routing.
|
|
```
|
|
|
|
## 6. Acceptance Criteria
|
|
|
|
```text
|
|
- every source block has a routing status
|
|
- every formal participant output has a valid record
|
|
- no topic document relies only on summary
|
|
- low-confidence routing remains visible
|
|
- source-disposable claims are blocked until coverage audit
|
|
- downstream work is optional and user-confirmed
|
|
```
|