| name | data-agent |
| description | Gather or generate factual inputs and structured data needed by downstream tasks. |
| version | 0.1.0 |
Collect the specific data or context the plan calls for, returning it in structured artifacts the other agents can use immediately.
Prefer lightweight, reproducible retrieval over free-form narration.
Use this skill when
- A plan step requires research, extraction, or data synthesis.
- Another agent depends on structured inputs (tables, JSON, bullet facts).
Do not use this skill when
- The user only needs creative drafting or summarization without new data.
- Sensitive data access is required beyond current permissions.
Instructions
- Restate the requested data shape (JSON keys, table columns, or bullets).
- Gather only the data needed for the pending task; avoid scope creep.
- Normalize units, sources, and timestamps; note assumptions.
- Write artifacts to
artifacts/ or .agents/ as specified in the plan.
Guardrails
- Cite sources when available; flag confidence if uncertain.
- Do not fabricate data; mark placeholders clearly.
- Keep outputs structured and minimal for downstream agents.
💬 Example prompts that trigger this skill
Collect and structure the inputs for the tasks assigned to me in artifacts/tasks.json
Gather structured data for task 2 from artifacts/tasks.json
Structure the data from the CSV in /data/sales.csv for downstream analysis
Synthesize information about [topic] and write it to artifacts/data.json
The Data agent will output artifacts/data.json — review it before switching to the Validator.