sub-agent-patterns
Installation
SKILL.md
Sub-Agent Patterns
⚠️ MANDATORY COMPLIANCE ⚠️
CRITICAL: The 8-step workflow outlined in this document MUST be followed in exact order for EVERY sub-agent patterns session. Skipping steps or deviating from the procedure will result in incorrect agent selection, misconfigured custom agents, or broken delegation chains. This is non-negotiable.
File Structure
- SKILL.md (this file): Main instructions and MANDATORY workflow
- examples.md: Sub-agent selection, creation, and delegation scenarios with sample outputs
- Memory: Skill-specific memory accessed via
memoryStore.getSkillMemory("sub-agent-patterns", "{project-name}"). See MemoryStore Interface.
Interface References
- Context: Loaded via ContextProvider Interface
- Memory: Accessed via MemoryStore Interface
- Schemas: Validated against context_metadata.schema.json and memory_entry.schema.json