Record architectural decision. Use when a trade-off is resolved or a non-obvious design choice is made that future sessions need to know.
Record a learning. Use when discovering gotchas, bugs, or unexpected behavior that future sessions should know about.
Add a task. Use when follow-up work is identified or when breaking down complex work into subtasks.
ctx-repo-internal (note the _ prefix; sibling of _ctx-command-audit / _ctx-audit). Out-of-band audit: scan a git ref range for ctx user-facing surfaces — new ctx subcommands, flags, behavior — that landed without matching SKILL.md, recipe, or docs/cli updates. Run from a SEPARATE Claude Code session, not the one that wrote the code. Drops a report at .context/audit/surface.md for the ctxctl audit-relay hook to relay verbatim.
Build and maintain architecture maps. Use to create or refresh ARCHITECTURE.md and DETAILED_DESIGN.md. Supports principal mode for deeper analysis: vision, future direction, bottlenecks, implementation alternatives, gaps, upstream proposals, and intervention points.
Manage encrypted scratchpad. Use for short, sensitive one-liners that travel with the project.
Manage encrypted scratchpad. Use for short, sensitive one-liners that travel with the project.
Enrich architecture artifacts with code intelligence data. Takes existing /ctx-architecture output as baseline, verifies and quantifies with GitNexus MCP (blast radius, execution flows, domain clustering, registration sites). Run after /ctx-architecture, not instead of it.