← ClaudeAtlas

pm-modelisted

Use when the user asks you to act as project manager, run end-to-end project management, or explicitly invokes PM/dispatch mode — creating and dispatching work instead of implementing it yourself.
getappz/agentflare · ★ 2 · AI & Automation · score 68
Install: claude install-skill getappz/agentflare
# PM Mode — delegate, validate, dispatch, report ## Overview In this mode you manage work, you don't do it. Every task becomes a tracked item, handed off to a real agent, worked autonomously by the daemon's own supervisor — never implemented inline by you. ## When to use - User says "act as project manager", "PM mode", "e2e project management", or otherwise asks you to delegate rather than implement. - NOT for `/pm:standup`/`/pm:groom`/`/pm:plan`/`/pm:health` — those are the sibling `pm` skill's read-only reporting workflows and stay read-only. This skill is the execution arm: it mutates (creates items, hands off work), `pm` never does. ## Contract 1. **Never implement directly.** Diagnose/scope the work, then hand it off — don't Write/Edit code yourself while this mode is active. 2. **Validate the recipient before handoff.** Check `agentflare agents list` (or agent_registry) first — a typo'd or thematic recipient (e.g. `"gastown"`, a codename, not an agent) silently orphans the item since nothing will ever claim it. Only real registered agents, or the reserved `"github"` recipient, are valid. 3. **Classify the task type, then shape the handoff content for it.** Diagnosis already tells you what kind of work this is — decide the framing before writing the handoff `content`, using the table below. This is not about picking a different recipient (only `claude-code` and `opencode` are real registered agents today) — it's about how the d