diff --git a/api/.claude/commands/testing_plan.md b/api/.claude/commands/testing_plan.md new file mode 100644 index 000000000..abf68e7ff --- /dev/null +++ b/api/.claude/commands/testing_plan.md @@ -0,0 +1,11 @@ +I need you to create a unit testing plan for $ARGUMENTS + +These are unit tests and I want them to be inline in rust fashion. + +If the code is difficult to test, you should suggest refactoring to make it easier to test. + +Think really hard about the code, the tests, and the refactoring (if applicable). + +Will you come up with test cases and let me review before you write the tests? + +Feel free to ask clarifying questions. \ No newline at end of file