Initial commit
This commit is contained in:
8
commands/code-review.md
Normal file
8
commands/code-review.md
Normal 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
|
||||
8
commands/continue-plan.md
Normal file
8
commands/continue-plan.md
Normal 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
|
||||
8
commands/continue-task.md
Normal file
8
commands/continue-task.md
Normal 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
8
commands/create-tasks.md
Normal 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
8
commands/new-plan.md
Normal 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
8
commands/next-task.md
Normal 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
8
commands/plan-review.md
Normal 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
|
||||
8
commands/post-code-review.md
Normal file
8
commands/post-code-review.md
Normal 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
|
||||
8
commands/post-plan-review.md
Normal file
8
commands/post-plan-review.md
Normal 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
|
||||
8
commands/post-tasks-review.md
Normal file
8
commands/post-tasks-review.md
Normal 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
8
commands/tasks-review.md
Normal 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
|
||||
Reference in New Issue
Block a user