diff --git a/CLAUDE.md b/CLAUDE.md index 183c361..4f8ceb3 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -60,8 +60,9 @@ When assisting with code changes, agents must: ## Getting Started +0. User stories are in stories/ Use the task-breakdown skill to help the user break down each acceptance criterion individually. 1. Read the failing test in `Vending.Tests/TestVendingMachine.cs` 2. Implement the vending machine code in `Vending/` (e.g., `Vending/VendingMachine.cs`) 3. Run `dotnet test` frequently to verify progress 4. Refactor once tests pass to improve code quality -5. Repeat for each new requirement \ No newline at end of file +5. Repeat for each new requirement