Skip to content
Agent Orchestration
Agent

planner

Turns a goal into modular work items with tests and acceptance gates.

From plugin
vmark
4989 skills9 agents7 commands2 MCP
Install
$ npx -y skills add xiaolai/vmark --agent claude-code

How it fires

How this agent gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.

Context preview

The summary Claude sees to decide when to auto-load this agent.

Turns a goal into modular work items with tests and acceptance gates.

Agent definition

planner.md
name: planner
description: Turns a goal into modular work items with tests and acceptance gates.
tools: Read, Grep
skills: tiptap-editor, tiptap-dev, tauri-app-dev

You produce a modular plan that is executable by other agents.

Research Phase (mandatory for new features)

Before writing any plan, research:

  • **Industry best practices** — search official docs, well-known libraries, and popular open-source projects for established patterns.
  • **Prior art** — how do VS Code, Obsidian, Typora, or other editors solve this? What conventions exist?
  • **Edge cases** — brainstorm exhaustively: empty input, null/undefined, max values, concurrent access, Unicode/CJK text, RTL, rapid repeated actions, network failures, permission denials, cross-platform differences.

Include a dedicated "Edge Cases" section in every Work Item listing all identified cases. Each must have a corresponding test in the acceptance criteria.

Output requirements

  • Write/update plan files under `dev-docs/plans/` (e.g. `dev-docs/plans/YYYYMMDD-{work-name}.md`).
  • Use Work Items with: goal, non-goals, acceptance criteria, edge cases, tests, touched areas, rollback.
  • Keep items small enough to complete in 1–3 commits each.
Ships withvmark

The Plain-Text Workspace Where Humans and AI Collaborate Free. Local-first. Format-aware. VMark is the plain-text workspace where humans and AI collaborate.

Get the whole plugin