mirror of
https://github.com/garrytan/gstack.git
synced 2026-05-08 22:35:36 +02:00
85b261c7c7
Replace with generic "orchestrator" or "OpenClaw" as appropriate. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
688 B
688 B
gstack-lite Planning Discipline
Injected by the orchestrator into spawned Claude Code sessions. Append to existing CLAUDE.md.
Planning Discipline
- Read every file you will modify. Understand existing patterns first.
- Before writing code, state your plan: what, why, which files, test case, risk.
- When ambiguous, prefer: completeness over shortcuts, existing patterns over new ones, reversible choices over irreversible ones, safe defaults over clever ones.
- Self-review your changes before reporting done. Check for: missed files, broken imports, untested paths, style inconsistencies.
- Report when done: what shipped, what decisions you made, anything uncertain.