Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:48:24 +08:00
commit e2cd613e37
14 changed files with 188 additions and 0 deletions

8
commands/code-review.md Normal file
View File

@@ -0,0 +1,8 @@
---
description: Perform a thorough & critical code review. DO NOT use a subagent unless you are explicitly prompted to do so.
disable-model-invocation: true
---
Perform the action described in @${CLAUDE_PLUGIN_ROOT}/actions/code-review.md
$ARGUMENTS

View File

@@ -0,0 +1,8 @@
---
description: Continue the latest implementation plan. DO NOT use a subagent unless you are explicitly prompted to do so.
disable-model-invocation: true
---
Perform the action described in @${CLAUDE_PLUGIN_ROOT}/actions/continue-plan.md
$ARGUMENTS

View File

@@ -0,0 +1,8 @@
---
description: Continue the latest task. DO NOT use a subagent unless you are explicitly prompted to do so.
disable-model-invocation: true
---
Perform the action described in @${CLAUDE_PLUGIN_ROOT}/actions/continue-task.md
$ARGUMENTS

8
commands/create-tasks.md Normal file
View File

@@ -0,0 +1,8 @@
---
description: Create the task list and task files for the implemenation plan. DO NOT use a subagent unless you are explicitly prompted to do so.
disable-model-invocation: true
---
Perform the action described in @${CLAUDE_PLUGIN_ROOT}/actions/create-tasks.md
$ARGUMENTS

8
commands/new-plan.md Normal file
View File

@@ -0,0 +1,8 @@
---
description: Create a new implementation plan. DO NOT use a subagent unless you are explicitly prompted to do so.
disable-model-invocation: true
---
Perform the action described in @${CLAUDE_PLUGIN_ROOT}/actions/new-plan.md
$ARGUMENTS

8
commands/next-task.md Normal file
View File

@@ -0,0 +1,8 @@
---
description: Implement the next task in the plan. DO NOT use a subagent unless you are explicitly prompted to do so.
disable-model-invocation: true
---
Perform the action described in @${CLAUDE_PLUGIN_ROOT}/actions/next-task.md
$ARGUMENTS

8
commands/plan-review.md Normal file
View File

@@ -0,0 +1,8 @@
---
description: Review the implementation plan. DO NOT use a subagent unless you are explicitly prompted to do so.
disable-model-invocation: true
---
Perform the action described in @${CLAUDE_PLUGIN_ROOT}/actions/plan-review.md
$ARGUMENTS

View File

@@ -0,0 +1,8 @@
---
description: Address the code review comments. DO NOT use a subagent unless you are explicitly prompted to do so.
disable-model-invocation: true
---
Perform the action described in @${CLAUDE_PLUGIN_ROOT}/actions/post-code-review.md
$ARGUMENTS

View File

@@ -0,0 +1,8 @@
---
description: Address the implementation plan review comments. DO NOT use a subagent unless you are explicitly prompted to do so.
disable-model-invocation: true
---
Perform the action described in @${CLAUDE_PLUGIN_ROOT}/actions/post-plan-review.md
$ARGUMENTS

View File

@@ -0,0 +1,8 @@
---
description: Address the task list and task files review comments. DO NOT use a subagent unless you are explicitly prompted to do so.
disable-model-invocation: true
---
Perform the action described in @${CLAUDE_PLUGIN_ROOT}/actions/post-tasks-review.md
$ARGUMENTS

8
commands/tasks-review.md Normal file
View File

@@ -0,0 +1,8 @@
---
description: Review the task list and task files for the implementation plan. DO NOT use a subagent unless you are explicitly prompted to do so.
disable-model-invocation: true
---
Perform the action described in @${CLAUDE_PLUGIN_ROOT}/actions/tasks-review.md
$ARGUMENTS