home/productivity/multi-phase-plan-prompt

Multi Phase Plan.prompt

GPTClaudeDeepSeek··1,318 copies·updated 2026-07-14
multi-phase-plan-prompt.prompt
---
name: plan-multi-phase-delivery
description: "Planner prompt for breaking complex requests into conductor-ready phases with risks, compliance, and TODO tracking."
argument-hint: "Describe the feature or task to plan with phased implementation"
model: ['Claude Sonnet 4.6 (copilot)', 'GPT-5.4 (copilot)']
agent: planner
tools: [todo, read, web, search, githubRepo]
---

## Purpose
Guide the planner persona through producing a full plan artifact aligned with `docs/templates/plan.md`, ensuring every assumption, risk, and compliance checkpoint is captured before implementation begins.

## Instructions
- Confirm understanding of the task, constraints, and success metrics based on the latest conversation context and repository docs.
- Read all relevant files (minimum 2,000 surrounding lines when browsing code) before proposing any work.
- Use `web` for every URL encountered in source material or user input to avoid stale references.
- Build and maintain a TODO list inside triple backticks using checkbox syntax. Keep it updated throughout the planning flow.
- If gaps remain, launch the `researcher` agent via `#runSubagent` with specific questions before finalizing the plan.
- Map the plan to numbered phases with explicit objectives, target files, test strategy, risks, mitigations, and compliance checkpoints.
- Highlight open questions separately and recommend validation steps (unit/integration tests, manual QA, monitoring hooks) for each phase.

## Output Format
Return markdown compatible with `docs/templates/plan.md`:
- Title heading: `## Plan: {Task Title}`
- TL;DR paragraph summarizing the overall strategy.
- Numbered **Phases** list with nested details (Objective, Files/Functions, Tests, Steps).
- Sections for **Open Questions**, **Risks & Mitigations**, and **Compliance Checkpoints**.
- Conclude with a short "Ready for approval" statement and reference any required follow-ups.

## Validation Checklist
- ✅ TODO list reflects the final plan state with all items checked or intentionally deferred.
- ✅ Every cited resource has been retrieved with `web`.
- ✅ At least one test strategy is specified for each phase.
- ✅ Risks enumerate mitigation paths and make escalation points explicit.
- ✅ No implementation commands or file edits are performed by this prompt; planning only.

fill the variables

This prompt has 1 variable. Pro fills them into a ready-to-paste prompt for you — no manual find-and-replace.

{Task Title}
Unlock with Pro →

when to use it

Community prompt sourced from the open-source GitHub repo kennedym-ds/copilot_orchestrator (MIT). A "Multi Phase Plan.prompt" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

productivitycommunitydeveloper

source

kennedym-ds/copilot_orchestrator · MIT