Memory Bank Status Dashboard
Display a quick overview of memory bank status including objectives and task progress.
Instructions
- •
Get Objectives:
- •Call
mcp__memory-bank__list_objectiveswith status="in_progress" - •Call
mcp__memory-bank__list_objectiveswith status="pending"
- •Call
- •
Get Tasks for Each:
- •For each objective, call
mcp__memory-bank__list_taskswith the objective_slug
- •For each objective, call
- •
Format Dashboard:
code
## Memory Bank Status ### In Progress Objectives - **objective-name** (slug) - Tasks: 3/5 completed - Linked features: auth, api ### Pending Objectives - **other-objective** (other-slug) - Tasks: 0/2 completed ### Summary - 2 objectives (1 in progress, 1 pending) - 5 pending tasks total
- •Handle Empty State:
- •If no objectives exist, display: "No objectives in memory bank. Use /start-objective to create one."