pm-context-loaderlisted
Install: claude install-skill kalyvask/pm-evaluation-framework
# PM context loader
Loads the user's PM state from `pm-state/` so subsequent work has the right context. This is a utility skill, not a workflow skill — its job is to prepare the agent for whatever workflow comes next.
Without this loader, every PM session starts cold. The agent has frameworks (the rest of this repo) but no knowledge of the user's actual projects, stakeholders, or open commitments. With it, every session boots with the user's current state in scope.
## When to use
Use this as the first step when:
- The user asks for help with a PM workflow that needs personal context (any of the operate-stage skills)
- The user says "what's my morning look like" or "what should I be working on"
- The user mentions a project by name and you don't have its state in scope
- A different skill (`pm-prd-drafter`, `pm-decision-coach`, `pm-evaluator`) is about to run on a real artifact and would benefit from project context
Don't use this when:
- The user is asking a generic framework question that doesn't need personal context
- The user is running a critique on a hypothetical example
- The pm-state folder doesn't exist yet — surface that and ask the user to set it up
## How to apply
### 1. Locate the pm-state folder
Default location: `C:/Users/alexa/OneDrive/Documents/GSB/pm-state/` (user's installation).
If the folder doesn't exist or is empty:
- Surface this to the user: *"I can't find your pm-state folder at the expected location. Have you set it up? If not, I can scaf