pi update

This commit is contained in:
Jonas H
2026-04-10 09:01:25 +02:00
parent 7106db51b5
commit 4666776bda
16 changed files with 3042 additions and 35 deletions

View File

@@ -1,5 +1,5 @@
---
description: "Maximum quality pipeline — deep scout, Max planning, Opus plan review, approval gate, Sonnet coding, Opus code review"
description: "Maximum quality pipeline — deep scout, thorough planning, plan review, approval gate, coding, code review"
---
Use the subagent tool to implement with maximum quality. This is for high-risk or architecturally significant changes.
@@ -30,7 +30,7 @@ If the user requests changes, revise the plan (re-run planner with the feedback)
- For each coder run, include the approved plan verbatim: "Implement the following plan step(s). Do NOT deviate.\n\n<plan>\n{the approved plan steps}\n</plan>"
- For multiple independent steps, run them in parallel using separate coder-claude tasks, each assigned to specific files/plan steps to avoid conflicts
## Step 4: Opus review
## Step 4: Code review
Run the "reviewer" agent on all changes with this task: "Review all changes made for: $@\n\nCheck for correctness, edge cases, error handling, type safety, and consistency with the approved plan."
## Step 5: Fix