Problem
When running /office-hours inside Claude Code's plan mode, two files get created:
.gstack/projects/<project>/<user>-<branch>-design-<timestamp>.md — written by gstack
.claude/plans/<random-name>.md — written by Claude Code's plan mode
They start identical, but any edits made after the fact (e.g. refining the design doc interactively) only go to the .claude/plans/ file. The .gstack/ file becomes stale.
This matters because downstream skills (/plan-ceo-review, /plan-eng-review, etc.) read from .gstack/, so they silently consume an outdated version of the design doc.
Steps to reproduce
- Run
/office-hours inside Claude Code with plan mode active
- Edit the resulting plan interactively
- Run
/plan-ceo-review — it reads the stale .gstack/ file, not the updated one
Expected behavior
Either edits sync back to the .gstack/ file, or gstack skills are aware of and prefer the .claude/plans/ file if it's newer.
Workaround
Manually copy the latest content from .claude/plans/<random-name>.md back into the .gstack/ file before running downstream skills.
gstack 🏆 ❤️
Problem
When running
/office-hoursinside Claude Code's plan mode, two files get created:.gstack/projects/<project>/<user>-<branch>-design-<timestamp>.md— written by gstack.claude/plans/<random-name>.md— written by Claude Code's plan modeThey start identical, but any edits made after the fact (e.g. refining the design doc interactively) only go to the
.claude/plans/file. The.gstack/file becomes stale.This matters because downstream skills (
/plan-ceo-review,/plan-eng-review, etc.) read from.gstack/, so they silently consume an outdated version of the design doc.Steps to reproduce
/office-hoursinside Claude Code with plan mode active/plan-ceo-review— it reads the stale.gstack/file, not the updated oneExpected behavior
Either edits sync back to the
.gstack/file, or gstack skills are aware of and prefer the.claude/plans/file if it's newer.Workaround
Manually copy the latest content from
.claude/plans/<random-name>.mdback into the.gstack/file before running downstream skills.gstack 🏆 ❤️