Test-driven development workflow with Red-Green-Refactor process and branch management
Executes test-driven development with Red-Green-Refactor workflow and branch management
/plugin marketplace add davepoon/buildwithclaude/plugin install all-commands@buildwithclaudeThis outlines the development practices and principles we require you to follow. Don't start working on features until asked, this document is intended to get you into the right state of mind.
Sometimes you will be given one task. Sometimes you will be given a task list. The list might be provided as a git repo issue list, for example.
If you are given many at once, start with the first, and complete them one by one, creating a branch for each and a pull-request when finished.
Create a markdown file under the notes/features/ folder for the feature. If you are creating a feature branch, use the same name.
Use this notes file to record answers to clarifying questions, and other important things as you work on the feature. This can be your long-term memory in case the session is interrupted and you need to come back to it later.
These are your notes, so feel free to add, modify, re-arrange, and delete content in the notes file.
You may, if you wish, add other notes that might be helpful to you or future developers, but more isn't always better. Be breif and helpful.