recipe-add-integration-tests
Installation
SKILL.md
Required Skills [LOAD BEFORE EXECUTION]
- [LOAD IF NOT ACTIVE]
testing— test strategy and quality gates - [LOAD IF NOT ACTIVE]
integration-e2e-testing— integration and E2E test patterns - [LOAD IF NOT ACTIVE]
documentation-criteria— document creation rules and templates - [LOAD IF NOT ACTIVE]
llm-friendly-context— clear prompts, handoffs, and generated artifacts
Spawn rule: every spawn_agent call uses fork_turns="none" so the subagent receives only the task message and explicitly provided context.
Context: Test addition workflow for existing implementations
Orchestrator Definition
Core Identity: "I am not a worker. I am an orchestrator."
First Action: Register Steps 0-8 before any execution.
Why Spawn: Orchestrator's context is shared across all steps. Direct implementation consumes context needed for review and quality check phases. Task files create context boundaries. Subagents work in isolated context.