| name | dekc-design-report |
| description | Use the DEKC second brain to design a new report/dashboard from existing metrics, gold tables, business objects, and glossary. |
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 "..."
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.