implement

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese
实现用户在 PRD 或 issues 中描述的工作。
尽可能在预先认可的 seams 上使用
/tdd
定期运行 typechecking,定期运行单个测试文件,并在最后运行完整测试套件。
完成后,使用
/code-review
审查这次工作。
把工作提交到当前 branch。
Implement the work described by the user in PRD or issues.
Use
/tdd
on pre-approved seams whenever possible.
Run typechecking regularly, run individual test files periodically, and run the full test suite at the end.
After completion, use
/code-review
to review this work.
Commit the work to the current branch.