Domain-specific configuration profiles for learning resource creation...
This skill provides domain-specific configurations for learning resource creation.
/init Phase 2 (Research Collection)| Profile | File | Description |
|---|---|---|
| Technology | technology.md | Programming, frameworks, tools, APIs |
| History | history.md | Historical events, periods, civilizations |
| Science | science.md | Physics, chemistry, biology, mathematics |
| Arts | arts.md | Visual arts, music, performing arts |
| General | language.md | General topics, linguistics, language learning |
Note: The "general" domain uses language.md profile, which contains broadly applicable patterns for educational content.
Each profile contains:
Authoritative sources and search query patterns for the domain.
Domain-specific metadata fields to collect and include.
How to handle technical terms, translations, and citations.
Recommended document organization and pedagogical approach.
All agents should load domain profiles using this standardized pattern:
Read("skills/domain-profiles/{domain}.md")
Domain to File Mapping:
| Input Domain | File to Read |
|---|---|
| technology | technology.md |
| history | history.md |
| science | science.md |
| arts | arts.md |
| general | language.md |
IMPORTANT: When domain is "general", agents MUST read language.md, not "general.md" (which doesn't exist).
| Agent | Sections to Extract |
|---|---|
| researcher | Search Strategy, Special Fields, Quality Indicators |
| research-collector | Search Strategy, Special Fields |
| writer | Content Structure, Terminology Policy |
| reviewer | Review Criteria (Critical Checks, Quality Checks, Style Checks) |
# In researcher agent prompt
Read("skills/domain-profiles/technology.md")
# Extract Search Strategy section for domain-appropriate queries
# In writer agent prompt
Read("skills/domain-profiles/technology.md")
# Apply Content Structure and Terminology Policy to document
Domains are determined by the project-interviewer during the interview:
| Domain | Typical Topics |
|---|---|
| technology | Python, React, Docker, API, νλ‘κ·Έλλ° |
| history | μ‘°μ μλ, λ₯΄λ€μμ€, μΈκ³λμ , λ¬Έλͺ |
| science | μμμν, λ―Έμ λΆ, μΈν¬μλ¬Όν, νν |
| arts | μ ν, μ곑, μ‘°κ°, μ°κΈ°, λμμΈ |
| language/general | μΈμ΄ν, κΈμ°κΈ°, μΌλ° κ΅μ |
If domain is unclear or "general", use: