Recover project state across sessions
session-awarenessskillsetup L1★64
Tibsfox/gsd-skill-creator ↗What it does
Restore project awareness and session state from planning files
Best for
Resuming work after interruption when project state matters more than fresh context.
Inputs
- · .planning/STATE.md
- · .planning/ROADMAP.md
- · .planning/PROJECT.md
Outputs
- · Current phase
- · Active blockers
- · Previous decisions
- · Next execution plan
Preconditions
- · GSD planning structure initialized
- · .planning/ directory present
Failure modes
- · Missing STATE.md leaves session context lost
- · Outdated ROADMAP.md points to wrong phase
- · User disorientation if structure not read before coding
Trust signals
- · Explicitly designed for GSD-managed projects
- · Maps file purposes to reading triggers
- · Includes response patterns for common scenarios