一键导入
playbook-ops
Generate task playbooks and explain patterns using learned strategies from episodic memory
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate task playbooks and explain patterns using learned strategies from episodic memory
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Checkpoint episodes and create handoff packs for multi-agent session continuity
Configure, test, benchmark, and manage embedding providers for semantic search and vector operations
Create and traverse typed relationships between episodes for dependency tracking and knowledge graphs
Manage episode tags for organization, filtering, and retrieval across the memory system
Record and analyze recommendation sessions and feedback to drive the self-learning loop
Use and troubleshoot the Memory MCP server for episodic memory retrieval and pattern analysis. Use when working with MCP server tools, validating the MCP implementation, or debugging MCP server issues.
| name | playbook-ops |
| description | Generate task playbooks and explain patterns using learned strategies from episodic memory |
| Command | Purpose |
|---|---|
do-memory-cli playbook recommend [TASK] | Generate playbook for a task |
do-memory-cli playbook explain <PATTERN_ID> | Explain a pattern |
| Tool | Parameters | Purpose |
|---|---|---|
recommend_playbook | task, domain, task_type, max_steps, language, framework, tags | Generate actionable playbook |
explain_pattern | pattern_id | Human-readable pattern explanation |
search_patterns | query, domain, limit | Find relevant patterns |
recommend_patterns | task_type, domain, context | Get pattern recommendations |
# Basic recommendation
do-memory-cli playbook recommend "implement rate limiting middleware"
# With context
do-memory-cli playbook recommend "add caching layer" \
--domain "rust-backend" \
--task-type "code_generation" \
--language "rust" \
--framework "axum" \
--max-steps 7
do-memory-cli playbook explain "pat-uuid-here"
Returns a natural-language explanation of:
Valid --task-type values:
code_generation — Building new featuresdebugging — Finding and fixing bugsrefactoring — Restructuring codetesting — Writing or fixing testsanalysis — Code review and analysisdocumentation — Writing docsPlaybooks work best when the memory system has episodes:
recommend_playbook uses patterns to generate actionable stepsrecommendation-feedback skill) improves recommendations