Make Prompt Plan

Draft a detailed, step-by-step blueprint for building this project. Then, once you have a solid plan, break it down into small, i…

sesigl updated 1y ago
Claude CodeGeneric
View source ↗
Draft a detailed, step-by-step blueprint for building this project. Then, once you have a solid plan, break it down into small, iterative chunks that build on each other. Look at these chunks and then go another round to break it into small steps. review the results and make sure that the steps are small enough to be implemented safely, but big enough to move the project forward. Iterate until you feel that the steps are right sized for this project.

From here you should have the foundation to provide a series of prompts for a code-generation LLM that will implement each step. Add a verification step for each step to ensure it works as intended. Prioritize best practices, and incremental progress, ensuring no big jumps in complexity at any stage. Make sure that each prompt builds on the previous prompts, and ends with wiring things together. There should be no hanging or orphaned code that isn't integrated into a previous step.

Make sure and separate each prompt section. Use markdown. Each prompt should be tagged as text using code tags. The goal is to output prompts, but context, etc is important as well. For each step, create a github issue.

Store the plan in plan.md. Keep the todo state in the plan.md file as well, so that you can track progress and update it as you go.

The spec is in the file called: @spec.md

Maintain Make Prompt Plan?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

[Make Prompt Plan on getagentictools](https://getagentictools.com/loops/sesigl-make-prompt-plan?ref=badge)