memory-checkpoint
Save the current pipeline state to the Memory Bank as a checkpoint. Use when the user wants to save progress or before closing a session. Triggers: 'checkpoint', 'save', 'save progress', 'record'.
memory-updater
Update Memory Bank files when significant changes occur. Triggers: "update memory", "update memory bank", "sync memory", "sync".
session-start
Session start initialization. Reads the Memory Bank and restores the pipeline context. Triggers: session start, start, hello, continue, resume.
session-end
End-of-session cleanup and checkpoint. Use when the user says goodbye or the session is ending. Triggers: end, bye, session end, see you next time, that's it for now, I'm done.
report-generator
Phase 8 report assembly and export workflow. Use when user wants to generate, review, or export the EDA report. Triggers: , report, assemble, export
EDA workflow
Orchestration of an 11-phase auditable EDA pipeline. Use when the user wants to explore data, run analyses, or asks about the pipeline. Triggers: EDA, data exploration, analyze data, pipeline, 11-phase, analyze, explore.
git-precommit
Pre-commit orchestration workflow for RDE. Ensures pipeline integrity, PII scanning, and Memory Bank sync before git commit. Triggers: commit, push, git commit, pre-commit, prepare commit.
data-profiling
Data profiling and schema analysis workflow. Use when the user wants to understand data structure, quality, and distributions. Triggers: profiling, schema, data quality, describe, inspect data, overview, summary.