974 B
yaml
| 1 | schema: 1 |
| 2 | name: research-brief |
| 3 | owner: openagents |
| 4 | version: 0.9.0 |
| 5 | kind: skill |
| 6 | title: Research Brief |
| 7 | summary: Turn a question into a sourced brief — search plan, graded sources, claim ledger, and a brief template |
| 8 | license: MIT |
| 9 | tags: [research, sourcing, writing, fact-checking, skill] |
| 10 | runtimes: [claude-code, cursor, codex, openai-agents, generic] |
| 11 | pricing: |
| 12 | model: free |
| 13 | amount_cents: 0 |
| 14 | currency: usd |
| 15 | entry: SKILL.md |
| 16 | files: |
| 17 | - SKILL.md |
| 18 | - templates/brief.md |
| 19 | - source-grading.md |
| 20 | inputs: |
| 21 | - name: question |
| 22 | type: string |
| 23 | required: true |
| 24 | description: The question or claim to research |
| 25 | - name: depth |
| 26 | type: string |
| 27 | required: false |
| 28 | default: standard |
| 29 | description: "quick (3-5 sources) | standard (6-12 sources) | deep (12+, multiple source types)" |
| 30 | - name: audience |
| 31 | type: string |
| 32 | required: false |
| 33 | description: Who the brief is for, to calibrate technical depth and framing (e.g. "engineering leadership", "general readers") |
| 34 | requires: [] |
| 35 |