Extracted abstract or opening context
--- name: enriched-spawn description: Spawn sub-agents with full context inheritance - skills, governance, memory, and quality gates user-invocable: true command-dispatch: spawn metadata.clawdbot: {"governance": true, "quality_gates": true, "version": "1.0.0"} ---
When using `sessions_spawn`, sub-agents receive only the raw task text. They don't get: - AGENTS.md (behavioral guidelines) - SOUL.md (personality/values) - MEMORY.md (historical context) - Skills (specialized knowledge) - Governance (checklists, standards) - Tool guidance (how to use tools properly)
1. **Core Context** — AGENTS.md, SOUL.md excerpts 2. **Relevant Skills** — Auto-detected from task keywords 3. **Governance Preamble** — Project charter, checklist, standards 4. **Memory Context** — Recent relevant decisions/work 5. **Quality Gates** — Validation requirements before completion 6. **Completion Protocol** — Structured output format
**Quality Gates:** - [x] Build passes - [x] Patterns followed - [x] Governance updated
| Task Keywords | Skills Auto-Added | |---------------|-------------------| | expo, react native, mobile | expo-mobile, expo-preview | | swift, ios, xcode | gam:mfp (if game), governance-framework | | pulse, autonomous | bot:pulse, pulse-v2 | | dream, incubate | bot:dream-weaver | | voice, speak, audio | Speak skill, voice-transcription | | api, backend, server | coding-agent | | creative, design | art:creative, frontend-design |
Why this is not always a full paper yet
Corpus pages are public-safe readers for discovered workspace artifacts. They are not automatically final papers. A corpus item becomes a polished paper only after the editable source, evidence checkpoints, references, figures, render path, and release status are attached through the paper schema.