Context Course documentation
Quiz 1: Subagent Concepts
0. Welcome to the Context Course
1. Skills: Portable Knowledge for Code Agents
2. MCP: The Model Context Protocol
3. Plugins: Bundling Tools for Distribution
4. Subagents: Orchestrating Multi-Agent Workflows
Unit 4: SubagentsSubagent PatternsUsing SubagentsQuiz 1: Subagent ConceptsHands-On: Multi-Agent WorkflowQuiz 2: Multi-Agent Workflows
5. Hooks: Observing and Guarding the Agent Lifecycle
6. Bonus: Nano Harness — Build Your Own Agent
Quiz 1: Subagent Concepts
Test your understanding of subagent patterns, architectures, and when to use them.
Question 1: What is a subagent?
Question 2: What is the fan-out / fan-in pattern?
Question 3: What is the pipeline pattern?
Question 4: When should you reach for subagents?
Question 5: What is the supervisor pattern?
Summary
If you got 4-5 correct, the core subagent patterns are in place. If not, revisit the patterns lesson before moving into the hands-on workflow.
Key Takeaways
- Subagents are isolated child agents, not separate platforms or background skills
- Fan-out / fan-in is parallel; pipeline is sequential; supervisor coordinates specialists
- The best signal for subagents is independent or clearly staged work that justifies the coordination overhead
Next Steps
Next, put these patterns to work in the hands-on multi-agent workflow.
Update on GitHub