ALWAYS activate this skill before implementing EVERY feature, plan, or fix.
Installation
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Default (non-auto): Stops at [Review] gates for human approval before each major step.
Auto mode (--auto): Skips human review gates, implements all phases continuously.
Claude Tasks: Utilize all these tools TaskCreate, TaskUpdate, TaskGet and TaskList during implementation step.
Mode
Research
Testing
Review Gates
Phase Progression
interactive
✓
✓
User approval at each step
One at a time
auto
✓
✓
Auto if score≥9.5
All at once (no stops)
fast
✗
✓
User approval at each step
One at a time
parallel
Optional
✓
User approval at each step
Parallel groups
no-test
✓
✗
User approval at each step
One at a time
code
✗
✓
User approval at each step
Per plan
Step Output Format
✓ Step [N]: [Brief status] - [Key metrics]
Blocking Gates (Non-Auto Mode)
Human review required at these checkpoints (skipped with --auto):
Post-Research: Review findings before planning
Post-Plan: Approve plan before implementation
Post-Implementation: Approve code before testing
Post-Testing: 100% pass + approve before finalize
Always enforced (all modes):
Testing: 100% pass required (unless no-test mode)
Code Review: User approval OR auto-approve (score≥9.5, 0 critical)
Finalize (MANDATORY - never skip):
project-manager subagent → update plan/phase status to complete
docs-manager subagent → update ./docs if changes warrant
TaskUpdate → mark all Claude Tasks complete
Ask user if they want to commit via git-manager subagent
Required Subagents (MANDATORY)
Phase
Subagent
Requirement
Research
researcher
Optional in fast/code
Scout
scout
Optional in code
Plan
planner
Optional in code
UI Work
ui-ux-designer
If frontend work
Testing
tester, debugger
MUST spawn
Review
code-reviewer
MUST spawn
Finalize
project-manager, docs-manager, git-manager
MUST spawn all 3
CRITICAL ENFORCEMENT:
Steps 4, 5, 6 MUST use Task tool to spawn subagents
DO NOT implement testing, review, or finalization yourself - DELEGATE
If workflow ends with 0 Task tool calls, it is INCOMPLETE