What problem does it solve? Onboarding an unfamiliar repository for testing requires manually reconstructing its architecture, business model, and infrastructure. This Skill automates that reverse-engineering through four gated phases, producing structured context files that downstream QA skills consume. ## Core Features & Use Cases - Four-Phase Discovery Pipeline: Runs Constitution (business model, domain glossary), Architecture (PRD + SRS), Infrastructure (backend/frontend/CI-CD mapping), and Specification (backlog access) with completion gates and user confirmation between phases. - Session Resume & Subagent Orchestration: Persists plan and progress state so multi-hour discovery runs can resume after interruption, with per-phase subagent delegation for large codebases. - Fictional User Story Generation: When no issue tracker is available, synthesizes user stories from the feature map so brownfield repos still flow through the test pipeline. - Use Case: Point the Skill at a newly cloned Node.js/React monorepo; it detects the stack, documents the auth flow, database schema, and CI workflows, then hands off to context generation and framework adaptation. ## Quick Start Ask the assistant to onboard this repository by running project discovery against the target codebase path.