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: "Scout + plan + Opus plan review — no implementation"
description: "Scout + plan + plan review — no implementation"
---
Use the subagent tool with a chain to plan (but NOT implement) the following:
@@ -19,8 +19,5 @@ Present the plan and the review to me. Do NOT proceed to implementation.
If any agent returns empty output or an error (rate limit, credit exhaustion, connection failure):
1. Retry once with the same agent.
2. If still failing, retry with the cross-family fallback using the `model` override:
- scout (zai/glm-4.7-flash fails) → `model: "anthropic/claude-haiku-4-5"`
- planner (zai/glm-5.1 fails) → `model: "anthropic/claude-opus-4-6"`
- plan-reviewer (anthropic/claude-opus-4-6 fails) → `model: "zai/glm-5.1"`
2. If still failing, retry with the cross-family fallback using the `model` override. See the fallback table in the `subagent-plan` SKILL.md for the current mapping.
3. If the fallback also fails, do the work yourself and tell me which agent failed and why.