IRIS Teach
Educational content generation skill. This is the domain-specific skill for creating
learning materials on ANY topic: history, geography, science, mathematics, philosophy,
arts, languages, technology, health, and any other subject. It guides users through
topic definition, learning parameter configuration, and launches an orchestrated
investigation with 6 specialized pedagogical agents.
Workflow Routing
| Workflow |
Trigger |
File |
| Investigate |
"teach", "learn", "aprender", "educate" |
workflows/investigate.md |
| Orchestrate |
(internal — invoked by investigate) |
workflows/orchestrate.md |
| Continue |
"continue", "deepen" |
../research/workflows/continue.md (shared) |
| Status |
"teach status", "check learning" |
../research/workflows/status.md (shared) |
| Archive |
"archive teach material" |
../research/workflows/archive.md (shared) |
User Communication Guide
The teach domain targets non-technical users (students, educators, general public).
All user-facing messages MUST use humanized language. Internal processing, variables,
file paths, and metadata continue to use technical terms.
Why: A student asking "teach me about the French Revolution" should never see words
like "agent", "orchestrate", "spawn", or "workflow". These are implementation details
that would confuse or alienate non-technical users.
Rule: Use humanized terms ONLY in ask_user messages and direct responses to the
user. Variables, YAML keys, file paths, code, and internal logic ALWAYS use technical
terms (agent, spawn, orchestrate, workflow).
| Internal Term |
User-Facing Term |
Example |
| agent |
specialist |
"6 specialists will work on your topic" |
| spawn agents |
put specialists to work |
"I'll put the team to work now" |
| agents completed |
specialists finished |
"4 specialists have finished their work" |
| agents still running |
specialists still working |
"2 specialists are still working" |
| agent failed |
specialist couldn't complete |
"One specialist couldn't finish their task" |
| orchestrate |
coordinate |
Never shown to user directly |
| workflow |
(invisible) |
Never mentioned to user |
| synthesizer |
(part of "the team") |
Never named individually to user |
| wait gate |
waiting for the team |
"Waiting for all specialists to finish" |
| request file |
learning session |
"I found a previous learning session" |
| investigation |
learning session |
"Starting your learning session" |
| research run |
session run |
Internal only |
How It Works
- User requests to learn about a topic
- Investigate workflow activates:
- Checks for existing investigations (offers to continue or start new)
- Gathers topic, education level, target audience, learning style
- Confirms understanding with the user
- Generates a request file in
.requests/ with GUID-based ID
- Creates a UUID run folder in
.research/{uuid}/agents/
- Transitions to the orchestration phase
- Orchestration phase:
- Puts 6 specialists to work in parallel
- Monitors completion (mandatory wait — never skips anyone)
- Triggers the final synthesis
- Status tracked in request file (
researching → synthesizing → completed)
- Results appear in
.research/{uuid}/SUMMARY.md as a complete educational document
Specialist Team (6)
| Agent |
Role |
Specialization |
teacher-researcher |
Investigator |
Gathers information on any topic |
teacher-curriculum-designer |
Curriculum architect |
Structures learning path with prerequisites and progression |
teacher-content-creator |
Content producer |
Creates explanations, analogies, examples, visual aids |
teacher-assessor |
Evaluator |
Designs exercises, quizzes, Socratic questions, rubrics |
teacher-fact-checker |
Credibility guardian |
Validates sources, experts, detects biases, flags misinformation |
teacher-synthesizer |
Synthesizer |
Combines all outputs into the final educational document |
Educational Parameters
| Parameter |
Values |
Description |
education-level |
basic, intermediate, advanced |
Complexity depth |
target-audience |
children, teenagers, adults, professionals |
Tone and vocabulary adaptation |
learning-style |
visual, textual, practical, mixed |
Content presentation style |
include-exercises |
yes, no |
Whether to include assessment materials |
language |
any language |
Language for the final document |
Cumulative Research
Educational investigations support multiple runs for iterative deepening:
- Each run creates a new UUID folder under
.research/
- The request file tracks all runs in
learning-runs
- Use
/iris:research continue to deepen an existing investigation
- The continue workflow reads previous SUMMARY.md and injects context into new agents
Principles
Conversational Refinement
Never assume you understand the topic. Always:
- Restate what you understood
- Ask for confirmation using
ask_user
- Only proceed after explicit user approval
Progressive Disclosure
Start broad, then refine:
- What do you want to learn about?
- What is your current knowledge level?
- Who is the target audience?
- What specific aspects interest you most?
- What language should the material be in?
Educational Quality
- Every factual claim must have an identifiable source
- Controversial topics include multiple perspectives
- Content adapts to the specified education level and audience
- Assessment materials align with learning objectives
Request File Contract
Every investigation produces a request file in .requests/ with:
- Full frontmatter (name, topic, language, status, education-level, target-audience, etc.)
- Detailed body describing the educational scope
- Updated by the orchestrator as the investigation progresses
Context Files
Guardrails
This skill and all agents it triggers are read-only educational tools.
- The ONLY writable directory is
.research/ and .requests/
- No code execution that modifies the system
- No privilege escalation
- No network requests to external APIs on behalf of targets
- No destructive filesystem operations
- Every factual claim requires an identifiable source
- Controversial topics must include multiple perspectives
- Medical/legal/financial topics include appropriate disclaimers
1---2name: teach3description: IRIS Teach skill. USE WHEN the user wants to learn about a topic or generate educational material. Guides users through defining a topic, configuring learning parameters (level, audience, style), and launching 6 specialized pedagogical agents to create adaptive educational content. Independent from the research router.4---56# IRIS Teach78Educational content generation skill. This is the domain-specific skill for creating9learning materials on ANY topic: history, geography, science, mathematics, philosophy,10arts, languages, technology, health, and any other subject. It guides users through11topic definition, learning parameter configuration, and launches an orchestrated12investigation with 6 specialized pedagogical agents.1314## Workflow Routing1516| Workflow | Trigger | File |17|----------|---------|------|18| **Investigate** | "teach", "learn", "aprender", "educate" | `workflows/investigate.md` |19| **Orchestrate** | (internal — invoked by investigate) | `workflows/orchestrate.md` |20| **Continue** | "continue", "deepen" | `../research/workflows/continue.md` (shared) |21| **Status** | "teach status", "check learning" | `../research/workflows/status.md` (shared) |22| **Archive** | "archive teach material" | `../research/workflows/archive.md` (shared) |2324## User Communication Guide2526The teach domain targets non-technical users (students, educators, general public).27All user-facing messages MUST use humanized language. Internal processing, variables,28file paths, and metadata continue to use technical terms.2930**Why:** A student asking "teach me about the French Revolution" should never see words31like "agent", "orchestrate", "spawn", or "workflow". These are implementation details32that would confuse or alienate non-technical users.3334**Rule:** Use humanized terms ONLY in `ask_user` messages and direct responses to the35user. Variables, YAML keys, file paths, code, and internal logic ALWAYS use technical36terms (agent, spawn, orchestrate, workflow).3738| Internal Term | User-Facing Term | Example |39|---------------|-----------------|---------|40| agent | specialist | "6 specialists will work on your topic" |41| spawn agents | put specialists to work | "I'll put the team to work now" |42| agents completed | specialists finished | "4 specialists have finished their work" |43| agents still running | specialists still working | "2 specialists are still working" |44| agent failed | specialist couldn't complete | "One specialist couldn't finish their task" |45| orchestrate | coordinate | Never shown to user directly |46| workflow | (invisible) | Never mentioned to user |47| synthesizer | (part of "the team") | Never named individually to user |48| wait gate | waiting for the team | "Waiting for all specialists to finish" |49| request file | learning session | "I found a previous learning session" |50| investigation | learning session | "Starting your learning session" |51| research run | session run | Internal only |5253## How It Works54551. **User requests to learn about a topic**562. **Investigate workflow** activates:57 - Checks for existing investigations (offers to continue or start new)58 - Gathers topic, education level, target audience, learning style59 - Confirms understanding with the user60 - Generates a request file in `.requests/` with GUID-based ID61 - Creates a UUID run folder in `.research/{uuid}/agents/`62 - Transitions to the orchestration phase633. **Orchestration phase:**64 - Puts 6 specialists to work in parallel65 - Monitors completion (mandatory wait — never skips anyone)66 - Triggers the final synthesis67 - Status tracked in request file (`researching` → `synthesizing` → `completed`)684. **Results appear** in `.research/{uuid}/SUMMARY.md` as a complete educational document6970## Specialist Team (6)7172| Agent | Role | Specialization |73|-------|------|---------------|74| `teacher-researcher` | Investigator | Gathers information on any topic |75| `teacher-curriculum-designer` | Curriculum architect | Structures learning path with prerequisites and progression |76| `teacher-content-creator` | Content producer | Creates explanations, analogies, examples, visual aids |77| `teacher-assessor` | Evaluator | Designs exercises, quizzes, Socratic questions, rubrics |78| `teacher-fact-checker` | Credibility guardian | Validates sources, experts, detects biases, flags misinformation |79| `teacher-synthesizer` | Synthesizer | Combines all outputs into the final educational document |8081## Educational Parameters8283| Parameter | Values | Description |84|-----------|--------|-------------|85| `education-level` | basic, intermediate, advanced | Complexity depth |86| `target-audience` | children, teenagers, adults, professionals | Tone and vocabulary adaptation |87| `learning-style` | visual, textual, practical, mixed | Content presentation style |88| `include-exercises` | yes, no | Whether to include assessment materials |89| `language` | any language | Language for the final document |9091## Cumulative Research9293Educational investigations support multiple runs for iterative deepening:94- Each run creates a new UUID folder under `.research/`95- The request file tracks all runs in `learning-runs`96- Use `/iris:research continue` to deepen an existing investigation97- The continue workflow reads previous SUMMARY.md and injects context into new agents9899## Principles100101### Conversational Refinement102Never assume you understand the topic. Always:1031. Restate what you understood1042. Ask for confirmation using `ask_user`1053. Only proceed after explicit user approval106107### Progressive Disclosure108Start broad, then refine:1091. What do you want to learn about?1102. What is your current knowledge level?1113. Who is the target audience?1124. What specific aspects interest you most?1135. What language should the material be in?114115### Educational Quality116- Every factual claim must have an identifiable source117- Controversial topics include multiple perspectives118- Content adapts to the specified education level and audience119- Assessment materials align with learning objectives120121### Request File Contract122Every investigation produces a request file in `.requests/` with:123- Full frontmatter (name, topic, language, status, education-level, target-audience, etc.)124- Detailed body describing the educational scope125- Updated by the orchestrator as the investigation progresses126127## Context Files128- See [workflows/investigate.md](workflows/investigate.md) for the investigation workflow129- See [workflows/orchestrate.md](workflows/orchestrate.md) for agent orchestration130- See [../research/workflows/continue.md](../research/workflows/continue.md) for deepening investigations131- See [../research/workflows/status.md](../research/workflows/status.md) for checking status132- See [../research/workflows/archive.md](../research/workflows/archive.md) for archival133134## Guardrails135136This skill and all agents it triggers are **read-only educational tools**.137- The ONLY writable directory is `.research/` and `.requests/`138- No code execution that modifies the system139- No privilege escalation140- No network requests to external APIs on behalf of targets141- No destructive filesystem operations142- Every factual claim requires an identifiable source143- Controversial topics must include multiple perspectives144- Medical/legal/financial topics include appropriate disclaimers