Prompt file imported from luccapinto/agentic-data-kit (
.github/prompts/plan.prompt.md). Fill in{{selection}}before use. Copyright stays with the author.
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
- Understand. Read the relevant parts of the repo. If a key requirement is genuinely ambiguous, ask; otherwise state your assumptions.
- Route. Identify which agent(s) own each part of the work (e.g.
data-engineerfor the pipeline,analytics-engineerfor the model,powerbi-developerfor the dashboard). - 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).
- Report the exact file path created and suggest reviewing it before implementing.