Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:00:57 +08:00
commit 8e2bf0df9d
9 changed files with 161 additions and 0 deletions

12
commands/run.md Normal file
View File

@@ -0,0 +1,12 @@
# Run Plan
You will execute the plan laid out in the file $ARGUMENTS. You will follow the plan
step by step. Once you've implemented the plan think critically to see if you achieved the goals laid out in the plan. If the plan appears wrong or something is unclear ask the user for clarification.
# Review your code
After you've run through the plan. Use a subagent to review the code you wrote. Give the subagent the following prompt file ./.claude/commands/review-plan-implementation.md targeting the same plan file you just executed, i.e. $ARGUMENTS.
# Fix Review Feedback
After the review is complete, address any issues you found. Then go BACK to the review phase again, until there are no more issues to address.