Hook
Runs when you submit a prompt, before the agent sees it, executing hook-dispatch.sh. From rand/rlm-claude-code.
Hook
Runs when you submit a prompt, before the agent sees it, executing hook-dispatch.sh. From rand/rlm-claude-code.
Hook
Runs when the agent finishes a response, executing hook-dispatch.sh. From rand/rlm-claude-code.
Command Claude Code
Interactive task execution workflow for feature implementation.
Command Claude Code
Resolve ambiguities in feature specs through interactive Q&A.
Command Claude Code
Generate implementation plan from feature specification.
Command Claude Code
Create feature specification with user scenarios and requirements.
Command Claude Code
Break down implementation plan into Beads tasks with dependencies.
Command Claude Code
Validate feature specification quality using DSPy ReviewerModule.
Command Claude Code
Edit context file in ICS with full capabilities (templates, vim mode, semantic analysis).
Command Claude Code
Review and consolidate similar or duplicate memories.
Command Claude Code
Load relevant project context from memories.
Command Claude Code
Export memories to markdown for review and backup.
Command Claude Code
List and browse memories with sorting and filtering.
Command Claude Code
Search memories using hybrid search (keyword + graph).
Command Claude Code
Store a new memory in Mnemosyne with LLM enrichment.
Command Claude Code
Create or update project constitution defining principles and quality gates.
Hook Claude Code
Runs when a session starts, executing session-start.sh. From rand/mnemosyne.
Hook Claude Code
Runs after a tool call finishes for Edit(*), Write(*), Bash(git commit:*) and Bash(mnemosyne remember:*) tool calls, executing post-tool-use.sh, post-commit.sh and post-memory-store.sh (5 commands). From rand/mnemosyne.
Hook Claude Code
Runs before the agent uses a tool for Bash(git push:*) and Bash(gh pr create:*) tool calls, executing pre-destructive.sh (2 commands). From rand/mnemosyne.
Hook Claude Code
Runs before the context is compacted, executing pre-compact.sh. From rand/mnemosyne.
Hook Claude Code
Runs when the agent finishes a response, executing on-stop.sh. From rand/mnemosyne.
Settings file Claude Code
Agent settings declaring 5 hook events (SessionStart, PostToolUse, PreToolUse, PreCompact).
Instructions file
Instructions for rand/mnemosyne, covering claude development guidelines, 1. multi-agent orchestration system, agent 1: orchestrator, agent 2: optimizer and agent 3: reviewer.
rand/disciplined-process-plugin
Plugin Claude Code
Disciplined Process plugin - rigorous AI-assisted development workflows with Go validation binaries and cross-plugin event coordination.