Two-Agent Harness System Setup This skill installs a complete two-agent development architecture that separates planning from implementation. Based on the research paper "Effective Harnesses for Long-Running Agents", it enables Claude Code to handle complex, multi-session projects with proper progress tracking and state recovery. System Overview The two-agent harness creates a workflow where: - Opus (you) orchestrates and delegates - never implements directly - Initializer Agent (sonnet) breaks down projects into 200+ trackable features - Coding Agent (sonnet) implements features one at a tim…