This directory stores research briefs compiled by the Research Assistant skill for jonbeckett.com blog articles.
docs/research/
├── README.md ← this file
└── YYYY/
└── YYYY-MM-DD-topic-slug/ ← one folder per article topic
├── RESEARCH-BRIEF.md ← compiled research brief
└── sources.json ← raw source metadata
Research folders follow the blog post slug pattern: YYYY-MM-DD-topic-slug
RESEARCH-BRIEF.md)All research briefs MUST follow the standard template defined in .cline/skills/research-assistant/SKILL.md:
sources.json)Machine-readable source catalog for each research project:
{
"topic": "Article topic",
"researchDate": "YYYY-MM-DD",
"sources": [
{
"title": "Source title",
"authors": ["Author Name"],
"publication": "Publication Name",
"url": "https://...",
"accessedDate": "YYYY-MM-DD",
"type": "primary|secondary|tertiary"
}
]
}
When the Research Assistant skill is engaged for a new article topic:
docs/research/YYYY/YYYY-MM-DD-topic-slug/ directoryRESEARCH-BRIEF.md using the standard templatesources.jsonNo research briefs stored yet.