| name | dekc-second-brain |
| description | Query the DEKC OKF second brain with design intents (reports, land data, metrics, impact). Uses standard concept schemas under schemas/okf-concepts/. |
DEKC second brain
The knowledge bundle is a schema-typed second brain for data platform design work.
Schemas
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/dekc_schemas.py" list
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/dekc_schemas.py" intents
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/dekc_schemas.py" validate --repo . --bundle knowledge
Intent query
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/dekc_brain.py" "executive revenue" \
--intent design-report --repo . --bundle knowledge
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/dekc_brain.py" "orders event hub" \
--intent land-data --repo . --bundle knowledge
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/dekc_brain.py" "GMV" \
--intent design-metric --repo . --bundle knowledge
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/dekc_brain.py" "gold order_daily" \
--intent impact --repo . --bundle knowledge --write
Workflow
- Retrieve with
dekc_brain.py (intent + query) → checklist + ranked concepts + 2-hop pack
- Design using only evidence from the pack (do not invent lineage)
- Capture new assets with
dekc_capture.py matching schemas/okf-concepts/
- Index
dekc_index.py build
- Optional grade if reverse-engineering
See schemas/README.md and docs/user_guide/user-guide.md.