Session Awareness

SkillDev tools

Project state awareness and session recovery for GSD-managed projects. Use this skill whenever: starting a new work session, resuming after a break, the user asks "where did we leave off" or "what's the current state", before making substantial code changes (to check for existing plans), the user seems disoriented about project status, or when something seems off and STATE.md might have relevant context. Also activates when the user references .planning/ files, milestones, phases, or project progress.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Session Awareness skill

What this skill tells your AI

The instructions your AI receives, as published by tibsfox/gsd-skill-creator in project-claude/skills/session-awareness/SKILL.md and read by ahel’s review.

GSD Artifact Map

FilePurposeWhen to Read
.planning/PROJECT.mdVision, constraints, decisionsUnderstanding project context
.planning/REQUIREMENTS.mdWhat we're building (REQ-IDs)Scoping work
.planning/ROADMAP.mdPhase structure and statusFinding current position
.planning/STATE.mdSession memory, blockers, decisionsAlways on resume
.planning/config.jsonWorkflow preferencesChecking mode (yolo/interactive)
.planning/phases/XX-name/XX-YY-PLAN.mdDetailed task plansExecuting work
.planning/phases/XX-name/XX-YY-SUMMARY.mdWhat was builtReviewing completed work

skill-creator Artifacts

FilePurposeWhen to Read
.planning/patterns/sessions.jsonlSession observationsPattern detection input
.claude/commands/*.mdProject-level skillsBefore GSD phase execution
.claude/agents/*.mdComposed agentsAgent selection
~/.claude/commands/*.mdUser-level skillsFallback when no project skill matches

Response Pattern: Before Substantial Work

Let me check the current project state...
[Read ROADMAP.md, STATE.md]

This falls under Phase X. There's already a plan at `.planning/phases/...`.
Should I execute that plan, or are you looking to do something different?

Response Pattern: Fresh Session Recovery

/gsd:progress  (or)  /gsd:resume-work

Response Pattern: No GSD Structure

This project doesn't have GSD initialized yet. Want me to run
`/gsd:new-project` to set up the planning structure?

Response Pattern: Work Conflicts with Plans

Heads up — this would modify files that Phase N is planning to create.
Options:
1. Execute Phase N first (recommended)
2. Update the Phase N plan to account for this
3. Proceed anyway and reconcile later

Core Rule

Always check STATE.md when resuming or when something seems off — it is the project's memory.

Signals

GitHub stars
69
Forks
9
Last commit
Jul 2026
Advanced
Catalog kind
skill
Gateway key
session-awareness
Source
github.com/tibsfox/gsd-skill-creator