home/productivity/plan-prompt-3

Plan.prompt

GPTClaudeDeepSeek··278 copies·updated 2026-07-14
plan-prompt-3.prompt
---
description: Draft an implementation plan for a data task — a plan file only, no code.
name: plan
---

**Context:** ${selection}

# Workflow: /plan

**Usage:** `/plan <what you want to build>`

Produce a written plan before any implementation. This command writes a plan file and stops —
it does not write code.

## Steps

1. **Understand.** Read the relevant parts of the repo. If a key requirement is genuinely
   ambiguous, ask; otherwise state your assumptions.
2. **Route.** Identify which agent(s) own each part of the work (e.g. `data-engineer` for the
   pipeline, `analytics-engineer` for the model, `powerbi-developer` for the dashboard).
3. **Write the plan** to `docs/PLAN-<slug>.md`, where `<slug>` is 2–3 hyphenated keywords from
   the request. Include:
   - **Goal & scope** (and explicit non-goals).
   - **Task breakdown** with the responsible agent per task.
   - **Dependencies & risks.**
   - **Verification checklist** (how we'll know it works).
4. **Report** the exact file path created and suggest reviewing it before implementing.

fill the variables

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

{selection}
Unlock with Pro →

when to use it

Community prompt sourced from the open-source GitHub repo luccapinto/agentic-data-kit (MIT). A "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

luccapinto/agentic-data-kit · MIT