analyzelisted
Install: claude install-skill tomcounsell/ai
# Analyze
Frame the question from what's already in context, then fire the strategic-analyst agent.
## Framing
Before invoking the agent, compose a complete brief from what you already know:
- The user's raw question
- Relevant context from the current conversation (constraints, goals, numbers, prior decisions)
- Any workspace files already in context that bear on the question
- What's at stake
Do not ask the user for anything. Use what's available.
## Invoke
```
Agent(
subagent_type="strategic-analyst",
prompt="[the framed question]"
)
```
## Complete
Relay the file path from the agent's return message to the user.