# Create A Small Plan

> Create a small Prime Agent plan before implementation. Use for small scoped repo changes needing 1 to 3 planning questions and one criticizer refinement pass; exclude direct implementation-only, factual/explanation, trivial command-only, or explicit no-plan requests.

- Skill: `optim-agent/create-a-small-plan` (Agent Skill)
- Install (CLI): `npx skillmds@latest add optim-agent/create-a-small-plan`
- Raw SKILL.md: https://api.skillmd.com/api/skills/optim-agent/create-a-small-plan/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: Optim-Agent (https://skillmd.com/u/optim-agent)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/optim-agent/create-a-small-plan

---


# Create A Small Plan

Use this skill when the user wants a compact plan before a repository change.

## Prime Agent Setup

Read `../../../../references/prime-planning-workflow.md` and `state-and-config.md` — both normative — and follow their setup, state, `language`, and reviewer/criticizer rules. State lives in `.git/prime_plans/` via `../../../../scripts/prime_plans_state.py init --workdir <target-workdir>`; spawn reviewer/criticizer roles with `await rlm(...)`.

## Depth Contract

- Inspect the target Git repo read-only before the first product question.
- Ask 1 to 3 planning questions, one at a time; standard choice format (recommended first, `Other` second-last, `Auto-complete` last).
- Ask the final scope confirmation, then write `PLAN_v1.md` under the artifact root (normally `docs/prime-plans/YYYY-MM-DD-topic/`) per `../../../../references/plan-artifact-template.md`.
- After each plan version, ask the refinement mode question from the shared workflow — never spawn a reviewer or criticizer unless the user or `Auto-complete` selected it at that question. Default: exactly one round, recommended mode `Criticizer`; afterwards the recommended option is `Accept plan for native Prime Agent execution`, then the goal-based execution handoff from the shared workflow.

## Fit

A few local files, clear ownership, low risk, focused verification. Escalate to `create-a-plan` for external API semantics, dependency behavior, compatibility research, cross-module design, or more than three meaningful decisions.

