buster/api/.claude/commands/implement_prd.md

19 lines
898 B
Markdown
Raw Normal View History

ok I need you to implement the prds/active/$ARGUMENTS.md prd following it in
2025-04-02 02:54:11 +08:00
order and accomplishing the tasks while referencing the prd, its notes, and recommendations.
2025-04-03 06:19:34 +08:00
make sure to mark off completed tasks as you go.
2025-04-08 04:51:54 +08:00
you should follow best practices as related in documentation/ for database migrations, testing.mdc, handlers.mdc,
2025-04-08 06:05:24 +08:00
etc. Please analyze them before you modify a file.
Particularly you should always reference: documentation/testing.mdc before writing tests.
2025-04-02 02:54:11 +08:00
please analyze all files before proceeding with any implementations.
2025-04-08 05:37:33 +08:00
feel free to explore the codebase while implementing the prd.
2025-04-08 04:51:54 +08:00
you should think hard about your implementation and then implement carefully.
2025-04-08 05:37:33 +08:00
you are not done until the tests for your specific file are finished and run successfully and a cargo check runs successfully.
You must work as efficiently as possible, our time is more valuable than gold.