# Dekc Design Report

> Use the DEKC second brain to design a new report/dashboard from existing metrics, gold tables, business objects, and glossary.

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

---


# Design a report (second brain)

```bash
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/dekc_brain.py" "<report topic>" \
  --intent design-report --repo . --bundle knowledge --write
```

Then:

1. Prefer **gold** tables + existing **Metric** / **SemanticModel** concepts  
2. Align language with **GlossaryTerm** / **BusinessObject**  
3. Capture Report/Dashboard:

```bash
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.

