| name | plan |
| description | Write and save a self-contained implementation plan for a fresh agent. Use for plan requests, medium changes, or implementation planning before code. |
Plan
Use this host-neutral workflow, not a slash-command interface.
- Read
../../references/codex-writing-plans.md completely.
- Read
../../workflow-skills/dod-contract/SKILL.md.
- For medium work, create a version
1.1, single-file IR from
../../schemas/plan-artifact.schema.json and target the required dated path.
- For genuinely large or multi-phase work, follow
../../references/workflows/command-adapter.md,
../../commands/meta-planner.md, and its version 1.0 shared contract.
- Resolve the plugin root from this file and the project root with
<plugin-root>/scripts/lib/repo-topology.py --root.
- Validate and render with
../../scripts/plan-artifact-render.py, replacing
the relative path with its resolved absolute plugin path. Use --validate
first, then --project-root <project-root>.
Do not write plan Markdown directly. Do not implement the plan. Finish by
reporting the saved path and waiting for an explicit go.