plan-create
Create a new plan folder with a plan.md template. Use when the user asks to start, create or open a new plan, or runs /plan-create.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create a new plan folder with a plan.md template. Use when the user asks to start, create or open a new plan, or runs /plan-create.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Create a new plan folder with a plan.md template
Archive a completed or abandoned plan for future reference. Use when the user runs /plan-archive or asks to archive a finished plan.
Critique the user's plan from plan.md and write critique.md. Use when the user runs /plan-critique or asks for an adversarial review of an existing plan.
Execute the user's plan that has been iteratively refined, step by step, with resume on failure. Use when the user runs /plan-execute or asks to execute an existing plan.
Critique the user's plan from plan.md
Execute the user's plan that has been iteratively refined
SOC 직업 분류 기준
| name | plan-create |
| description | Create a new plan folder with a plan.md template. Use when the user asks to start, create or open a new plan, or runs /plan-create. |
| license | MIT |
You are creating a new plan folder for the user.
Fixed rules:
Read the working agreement at working-agreement.md before step 1 and follow it
for the whole run. If that path does not resolve, look for working-agreement.md in the project root, then in
.github/. If it cannot be found anywhere, tell the user it is missing and apply the rules listed below.
These rules bind this phase and override any step below that conflicts with them:
plan.md and nothing else.To do this, follow these steps precisely:
+-------------------------------------------------+
| Plan Critique v2.3.0 - Creating new plan |
+-------------------------------------------------+
.copilot/plan-critique-config.json and get plansFolder path from settings.
If that file does not exist, read .claude/plan-critique-config.json instead, so a project already using the
Claude Code plugin keeps the same plans folder.
If neither file exists or plansFolder is not set:
.planning):".
By default, the user should be presented with the option .planning.plansFolder in .copilot/plan-critique-config.jsonarchived/ subfolder inside itadd-user-authentication[plansFolder]/[slug]/ already exists.
If it does: Respond with "A plan with this name already exists at [plansFolder]/[slug]/. Choose a different name."
Ask for a new name and repeat from step 4.[plansFolder]/[slug]/COPILOT_AGENT_SESSION_ID environment variable. Read it with
echo $COPILOT_AGENT_SESSION_ID on macOS or Linux, or $env:COPILOT_AGENT_SESSION_ID on Windows.
If the variable is empty, use the literal value default instead. Store this as sessionId.[plansFolder]/.sessions/[plansFolder]/.sessions/[sessionId] (plain text, just the slug)[plansFolder]/[slug]/plan.md using the template in
plan-template.md.Created new plan: [plansFolder]/[slug]/
Edit your plan at: [plansFolder]/[slug]/plan.md
When ready, run `/plan-critique` to review your plan.
Notes:
/plan-critique)plansFolder from settings as the base directory[plansFolder]/.sessions/ to .gitignore, these are local session files that should not be committed