Prompt file imported from megazear7/spinder (
.github/prompts/plan.prompt.md). Fill in{{instructions}}before use. Copyright stays with the author.
User Instructions
{{instructions}}
Steps
- Create a new directory named
.work/some-example.plan/with files:instructions.md- This file should contain the instructions that I gave.plan.md- This file should be empty.details.md- This file should be empty.
- Ask me to add my plan to the
plan.mdfile. - Once I confirm that I have added my plan, read the contents of the
plan.mdfile. - Based on the contents of the
plan.mdfile, create a detailed work plan in thedetails.mdfile. - Once the
details.mdfile is complete, ask me to review it. - After I confirm that the work plan is approved, inform me that I can begin the implementation
- Do not proceed with any implementation until I confirm that the work plan is approved.
- I may ask for changes to the
details.mdfile before approving it. If so, make the updates todetails.mdand ask me to review it again. Keep repeating this step until I approve the work plan. - After completing these steps, run
npm run fixto automatically fix any linting or formatting issues. - Try running
npm run buildto ensure there are no compilation errors. - Keep iterating until all lint and build issues are resolved.
- Do NOT try to run the development server with
npm startas I will handle that myself. - Do not commit the changes as I will handle that myself.