Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
A comprehensive collection of Agent Skills for context engineering, multi-agent architectures, and production agent systems.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
examples/digital-brain-skill/knowledge/research/_template.md
1# Research: [TOPIC]23## Metadata4```yaml5created: "[DATE]"6updated: "[DATE]"7status: "exploring|synthesizing|complete"8related_pillars: ["[pillar1]", "[pillar2]"]9content_potential: "high|medium|low"10```1112---1314## Research Question15<!-- What are you trying to understand? -->16```17[PLACEHOLDER: The core question driving this research]18```1920## Key Findings2122### Finding 1: [Title]23```24[PLACEHOLDER: What you learned]2526Source: [URL or reference]27Confidence: high|medium|low28```2930### Finding 2: [Title]31```32[PLACEHOLDER]3334Source: [URL or reference]35Confidence: high|medium|low36```3738---3940## Synthesis41<!-- Your interpretation and conclusions -->42```43[PLACEHOLDER: What does this all mean? What's your take?]44```4546---4748## Content Ideas49<!-- How can this research become content? -->5051- [ ] **Thread idea**: [PLACEHOLDER]52- [ ] **Post idea**: [PLACEHOLDER]53- [ ] **Deep dive**: [PLACEHOLDER]5455---5657## Related Resources58<!-- Links to bookmarks.jsonl entries or external sources -->5960- [PLACEHOLDER: Resource title](url)61- [PLACEHOLDER: Resource title](url)6263---6465## Open Questions66<!-- What you still don't know -->6768- [PLACEHOLDER]69- [PLACEHOLDER]7071---7273## Action Items74- [ ] [PLACEHOLDER: Next step]75- [ ] [PLACEHOLDER]7677---7879*Research notes are living documents. Update as you learn more.*80