From tdk-memory
Load relevant memory context before starting a new feature spec or plan. Claude MUST invoke this skill automatically at the start of: /tdk-specify, /tdk-plan, /tdk-clarify, /tdk-analyze. Identifies involved domains from feature description, loads business rules, data models, services, and known constraints. Returns structured Context Block. NOT user-invocable. Fails silently if memory not initialized.
How this skill is triggered — by the user, by Claude, or both
Slash command
/tdk-memory:tdk-memory-preload Feature description or path to existing spec.mdFeature description or path to existing spec.mdThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Comprehensive pre-load of memory context for a given feature description.
Comprehensive pre-load of memory context for a given feature description.
Identifies which domains/entities the feature touches, reads relevant memory
files via tdk-memory-query, and outputs a structured Context Block.
Read-only. Fails gracefully if memory not initialized.
spec.md--domains d1,d2 to explicitly specify domains (skips Step 2-3)MUST execute first. Do NOT skip.
ToolSearch("select:mcp__smart-obsidian__get_server_info") to load MCP tool schemamcp__smart-obsidian__get_server_info()
MCP_AVAILABLE = true → read and follow references/flow-preload-mcp.mdMCP_AVAILABLE = false → read and follow references/flow-preload-normal.md"MCP status: {true/false}"Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub vinhltt/tdk --plugin tdk-memory