Integration Test Worker NOTE: Startup and cleanup are handled by . This skill defines the WORK PROCEDURE. When to Use This Skill Use for features that build integration tests wiring multiple mission engine modules together: - Shared mock infrastructure (mock factories, test pipeline helpers) - Cross-area flow tests (dependency chains, friction loops, milestone gates) - End-to-end pipeline tests (full lifecycle, concurrent dispatch, recovery) - Tests involving external modules (A2A task state machine, queue operations, budget enforcement) Work Procedure 1. Understand the Feature Read the featu…