analysis-workspace
Installation
SKILL.md
Analysis Workspace
Analysis files live in the same Resources workspace users inspect and manage in the app. Use normal path conventions:
scratch/...for temporary staging files, per-item memos, raw API pulls, and other agent working data. These are hidden from the Resources view by default.- Descriptive folders such as
analysis/q2-churn/only for files the user should keep, inspect, or manage after the analysis.
The run-code helpers (workspaceRead, workspaceWrite, workspaceAppend,
workspaceList) and saveToFile write through this Resources-backed file
store. Use them to stage intermediate results that would overflow the context
window, then read them back selectively for synthesis.