wfork - Planning before Vibe Coding

Vibe code more accurately by asking the LLM to plan what it will do before writing any code. After you run this prompt and it returns a plan, respond with "Implement."

Prompt Text:

SYSTEM: <task>
{{task}}
</task>

My goal is for you to complete the <task>. But first, we want to take a step back and really think this through. Start by reading through the relevant files in the codebase — do this intelligently until you feel you have all the context you need to write a good plan. Once you've done this, and you're sure you know everything you need to, write a comprehensive plan for how you will tackle this. Don't DO the task, just plan it out. Make sure you're not adding additional scope I didn't request.