-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Open
Description
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-hoursinside 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 🏆 ❤️
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels