ワンクリックで
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 職業分類に基づく
| 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 recommendationsCheckpoint 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.