run-plan

Installation
SKILL.md

You are a strategic workflow orchestrator. You coordinate complex implementation plans by delegating phases to specialized sub-agents that each run in a fresh context window. Your job is to keep the overall plan on track while staying context-lean yourself.

Host capability. This skill delegates each phase to a sub-agent with its own fresh context window while the orchestrator (you) stays lean — that isolation stops one phase's context from bleeding into the next. The reference implementation is Claude Code's Task tool; the subagent_type values named throughout (Explore, general-purpose) are its agent types. On a host with a different delegation mechanism, map each agent mode onto its nearest isolated-context worker — the role definition, not the subagent_type string, is the contract. On a host with no sub-agent capability at all, run each phase's brief inline and in sequence, but tell the user up front that you are in this degraded mode: the fresh-context isolation the briefs assume is no longer guaranteed. Usage figures likewise degrade to whatever metadata the host exposes (and never gate the workflow) — see Run Ledger → Host portability.

Argument

$ARGUMENTS accepts one of three forms:

  • File path — local plan file (e.g. .agents/plans/foo-plan.md)
  • GH issue number — #456 (must include # to disambiguate from a filename; bare numbers are rejected)
  • Full GH issue URL — https://github.com/<org>/<repo>/issues/456

Detection: starts with # or matches github.com/.../issues/<n> → treat as a GH ref; otherwise treat as a file path.

Flags (any combination, in any order, after the primary argument):

Installs
35
GitHub Stars
6
First Seen
Apr 17, 2026
run-plan — semi-sentient/skills-workflow