Queue a UNIT OF WORK in the plan/todo queue of a documentation-led repo, tracing to an existing ADR — names the owning ADR(s), scope, exit criteria mapped to acceptance criteria, dependencies, and queue position. Use when the user says "add a plan item", "queue this work", "create a todo for ADR X", "new plan", "put this on the backlog", or invokes /new-plan. NOT for recording the decision itself (use /new-adr) and NOT for shipping/completing an item already queued (use /ship-item).
$npx -y skills add evolvehq/docflow --skill new-planInstalls into the current project.
Run `npx skills use "https://github.com/evolvehq/docflow" --skill "evolvehq/docflow/new-plan"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/evolvehq/docflow" that are relevant to the current task. Run `npx skills add "https://github.com/evolvehq/docflow"` and select the relevant skills, then follow their instructions.