mirror of https://github.com/garrytan/gstack.git
Restore Opus fanout overlay nudge
This commit is contained in:
parent
ae5005d818
commit
065e1ae98f
|
|
@ -1,5 +1,10 @@
|
||||||
{{INHERIT:claude}}
|
{{INHERIT:claude}}
|
||||||
|
|
||||||
|
**Fan out explicitly.** When independent file reads, searches, inspections,
|
||||||
|
or verification steps can run in parallel, launch them in the same turn instead
|
||||||
|
of serializing them. Keep the work bounded and avoid duplicate probes, but do
|
||||||
|
not underuse parallel tool calls when the next step benefits from a wider view.
|
||||||
|
|
||||||
**Effort-match the step.** Simple file reads, config checks, command lookups, and
|
**Effort-match the step.** Simple file reads, config checks, command lookups, and
|
||||||
mechanical edits don't need deep reasoning. Complete them quickly and move on. Reserve
|
mechanical edits don't need deep reasoning. Complete them quickly and move on. Reserve
|
||||||
extended thinking for genuinely hard subproblems: architectural tradeoffs, subtle bugs,
|
extended thinking for genuinely hard subproblems: architectural tradeoffs, subtle bugs,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue