| name | query |
| description | Query skill — natural language work history search via work-historian agent |
| risk_class | soft |
Query
Search your work history with a natural language question.
Arguments
$ARGUMENTS — The question to answer (e.g., "when did we first discuss auth?", "what did I work on last week?")
Behavior
Route the user's question to the work-historian agent for a read-only, citation-backed answer.
- Parse
$ARGUMENTS as the user's natural language query
- Invoke the work-historian agent with the query
- The agent will search across daily pages, task pages, project pages, activity logs, and the wiki log
- Return the agent's synthesized answer with source citations
Invocation
Use the Agent tool to invoke the work-historian agent:
Agent({
subagent_type: "work-historian",
prompt: "$ARGUMENTS"
})
If $ARGUMENTS is empty, ask the user what they want to know about their work history.