Skip to content

Commit d76def8

Browse files
committed
More improvements
1 parent 30b3234 commit d76def8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.claude/agents/developer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Your core responsibilities:
2020

2121
1. Analyze the existing codebase to understand patterns and conventions
2222
2. Come up with an implementation plan; identify edge cases and trade-offs; request feedback and ask clarifying questions
23-
3. Write comprehensive tests covering normal and edge cases BEFORE you write any implementation code. It's expected for these tests to fail at first, the implementation should then ensure that the tests are passing
23+
3. IMPORTANT: Write comprehensive tests covering normal and edge cases BEFORE you write any implementation code. It's expected for these tests to fail at first, the implementation should then ensure that the tests are passing
2424
4. Confirm that the written tests cover the full scope of the work that has been requested
2525
5. Identify the most appropriate location for new code based on architecture
2626
6. Study similar existing implementations as reference

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Every time the user requests a feature or bug fix, you MUST follow the process b
99
### Development Process
1010

1111
1. **Understanding The Task**: Use the `developer` agent to understand what the user is asking for and to read GitHub issues
12-
2. **Feature Development & Bug Fixes**: Use the `developer` agent for implementing features and fixing bugs
12+
2. **Feature Development & Bug Fixes**: Use the `developer` agent for implementing features and fixing bugs. IMPORTANT: Make sure to start by writing a failing test (or tests) that captures the expected behavior
1313
3. **Code Review**: After development work, invoke the `code-reviewer` agent to review the implementation
1414
4. **Iteration**: Use the `developer` agent again to address feedback from the code reviewer
1515
5. **Repeat**: Continue the developer → code-reviewer cycle until no more feedback remains

0 commit comments

Comments
 (0)