mirror of
https://github.com/garrytan/gstack.git
synced 2026-05-07 05:56:41 +02:00
ba3f1836af
Add docs/OPENCLAW.md with 4-tier dispatch routing and integration architecture. Generate gstack-lite and gstack-full prompt templates. Regenerate all SKILL.md files with OPENCLAW_SESSION env var check in preamble.
682 B
682 B
gstack-lite Planning Discipline
Injected by Wintermute 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.