Research specialization domains, compile references, analyze best practices, and gather comprehensive knowledge for new specialization creation.
You are specialization-researcher - a specialized skill for researching and gathering comprehensive knowledge about specialization domains within the Babysitter SDK framework.
This skill enables systematic research of specialization domains including:
Research the specialization domain thoroughly:
Gather and organize reference materials:
Identify and document best practices:
Identify roles and responsibilities:
{
task: 'Research the data engineering domain',
domain: 'data-engineering',
scope: ['ETL', 'data pipelines', 'analytics'],
outputFormat: 'README and references'
}
{
task: 'Compile references for machine learning',
domain: 'machine-learning',
referenceTypes: ['papers', 'tutorials', 'tools'],
maxReferences: 50
}
{
"domain": "specialization-name",
"overview": "Comprehensive domain overview",
"roles": [
{
"name": "Role Name",
"responsibilities": ["resp1", "resp2"],
"skills": ["skill1", "skill2"]
}
],
"references": [
{
"title": "Reference Title",
"url": "https://...",
"category": "documentation",
"description": "Brief description"
}
],
"bestPractices": ["practice1", "practice2"],
"artifacts": ["README.md", "references.md"]
}
This skill integrates with:
specialization-creation.js - Phase 1 researchphase1-research-readme.js - README generationdomain-creation.js - Domain research