Refine Superpowers Lite execution workflow
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
# Code Quality Reviewer Prompt Template
|
||||
|
||||
Use this template when dispatching a code quality reviewer subagent.
|
||||
Use this template when dispatching the overall code quality reviewer after all phases are complete.
|
||||
|
||||
**Purpose:** Verify implementation is well-built (clean, tested, maintainable)
|
||||
|
||||
**Only dispatch after phase spec compliance review passes.**
|
||||
**Dispatch after all implementation phases are complete and the task-level verifications have passed.**
|
||||
|
||||
```
|
||||
Task tool (general-purpose):
|
||||
Use template at requesting-code-review/code-reviewer.md
|
||||
|
||||
DESCRIPTION: [phase summary, from implementer's report]
|
||||
PLAN_OR_REQUIREMENTS: Phase N from [plan-file]
|
||||
BASE_SHA: [commit before phase]
|
||||
DESCRIPTION: [overall implementation summary]
|
||||
PLAN_OR_REQUIREMENTS: Full implementation plan from [plan-file]
|
||||
BASE_SHA: [commit before executing the plan]
|
||||
HEAD_SHA: [current commit]
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user