一键导入
markplane
Structured task-oriented memory via Markplane. Use when working with tasks, project state, or when you need to capture decisions and action items.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Structured task-oriented memory via Markplane. Use when working with tasks, project state, or when you need to capture decisions and action items.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | markplane |
| description | Structured task-oriented memory via Markplane. Use when working with tasks, project state, or when you need to capture decisions and action items. |
This workspace uses Markplane for structured, task-oriented memory.
Markplane stores tasks, epics, plans, and notes as markdown files in
.markplane/ with compressed AI-readable summaries in .context/.
The compressed summary is already in your system prompt (injected automatically). For deeper detail:
.markplane/.context/summary.md for current project overview.markplane/.context/active-work.md for in-progress items.markplane/.context/blocked-items.md for blocked items.markplane/backlog/INDEX.md to browse all tasks.markplane/backlog/items/TASK-xxxxx.mdMarkplane items are markdown files with YAML frontmatter. You can read and write these files directly — especially the free-form markdown body below the frontmatter, which is where detailed context, notes, and implementation details belong.
Use MCP tools for structural operations:
markplane_add — create a new item (generates ID, scaffolds template)markplane_update — change frontmatter fields (status, priority, assignee, etc.)markplane_link — manage cross-references (depends_on, blocks, related) and sync them in frontmattermarkplane_query — find items by status, priority, type, tagsmarkplane_show — read full item details by IDmarkplane_sync — regenerate INDEX.md and .context/ summariesRead and edit files directly for content:
After creating an item with markplane_add, edit the markdown body
directly to add context, notes, acceptance criteria, or any free-form
detail. The MCP tools manage structure (IDs, frontmatter, cross-refs);
you manage content.
Always run markplane_sync after creating or updating items so the
context summaries reflect the latest state.
Use judgment about what deserves a structured item vs. what belongs in the daily log or conversation. Some examples:
Not everything needs to be an item. If it's actionable, trackable, or a decision worth referencing later, it's a good candidate. If it's ephemeral context or a quick answer, let it live in the conversation.
| Prefix | Type | Directory | Use for |
|---|---|---|---|
| EPIC | Epic | roadmap/ | Long-term goals and themes |
| TASK | Task | backlog/ | Action items, to-dos, bugs |
| PLAN | Plan | plans/ | Multi-step implementation approaches |
| NOTE | Note | notes/ | Decisions, research, reference info |
Use [[TASK-xxxxx]] wiki-style links to connect related items.
Use depends_on and blocks in frontmatter for dependency tracking
(managed via markplane_link).
Markplane complements, not replaces, OpenClaw's existing memory:
MEMORY.md — identity, preferences, curated long-term context (keep using)memory/YYYY-MM-DD.md — daily logs, session transcripts (keep using).markplane/ — structured tasks, decisions, project state (Markplane)Daily logs capture what happened. Markplane captures what needs to happen.