Refine Superpowers Lite execution workflow

This commit is contained in:
mujing
2026-05-13 15:29:23 +08:00
parent dd2eb8b351
commit 883f225584
8 changed files with 115 additions and 117 deletions

View File

@@ -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]
```