Design a report (second brain)
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/dekc_brain.py" "<report topic>" \
--intent design-report --repo . --bundle knowledge --write
Then:
- Prefer gold tables + existing Metric / SemanticModel concepts
- Align language with GlossaryTerm / BusinessObject
- Capture Report/Dashboard:
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/dekc_capture.py" --repo . --bundle knowledge dashboard \
--name "<dashboard>" --description "..."
# link metrics/tables via dekc_link or capture helpers
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/dekc_index.py" --repo . --bundle knowledge build
Never invent tables or measures not in the brain; capture new ones explicitly first.