mirror of
https://github.com/garrytan/gstack.git
synced 2026-09-11 23:49:01 +02:00
fix(autoplan): skip the scope gate when following loaded review skills
autoplan Step 3 reads plan-eng-review / plan-design-review SKILL.md verbatim, and its section skip list omitted the scope gate — so autoplan ingested a hard-STOP AskUserQuestion that contradicts its every-question-auto-decides contract. One skip-list line fixes it; a static toContain pin in skill-validation keeps the entry load-bearing. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Fable 5
parent
2009f89283
commit
deb80ddecc
@@ -1079,6 +1079,7 @@ Read each file using the Read tool:
|
||||
**Section skip list — when following a loaded skill file, SKIP these sections
|
||||
(they are already handled by /autoplan):**
|
||||
- Preamble (run first)
|
||||
- Scope gate (the plan under review is already the target)
|
||||
- AskUserQuestion Format
|
||||
- Completeness Principle — Boil the Ocean
|
||||
- Search Before Building
|
||||
|
||||
@@ -215,6 +215,7 @@ Read each file using the Read tool:
|
||||
**Section skip list — when following a loaded skill file, SKIP these sections
|
||||
(they are already handled by /autoplan):**
|
||||
- Preamble (run first)
|
||||
- Scope gate (the plan under review is already the target)
|
||||
- AskUserQuestion Format
|
||||
- Completeness Principle — Boil the Ocean
|
||||
- Search Before Building
|
||||
|
||||
Reference in New Issue
Block a user