What problem does it solve? QA engineers onboarding to an unfamiliar repository lack a canonical, business-level understanding of the system under test, making test planning guesswork. This Skill generates and maintains four regenerative context artifacts — a business data map, feature map, API map, and master test plan — so testing strategy is grounded in verified evidence rather than assumptions. ## Core Features & Use Cases - Four routed modes: Generate a business-data-map (entities, flows, state machines), business-feature-map (feature catalog, CRUD matrix), business-api-map (auth tiers, critical journeys), or master-test-plan (risk-ranked test roadmap), each from its own reference workflow. - Safe refresh-all chain: Run all four modes sequentially in dependency order, with per-artifact validation gates and explicit approval before overwriting existing files. - Evidence-grounded output: Every artifact includes a mandatory Discovery Gaps section listing unverified facts instead of invented business claims. - Use Case: Point the Skill at a newly inherited backend repository and run the data mode to produce a business-data-map.md documenting entities, flows, and integrations, then run test-plan mode to derive a risk-ranked testing roadmap from it. ## Quick Start Ask the agent to generate the business data map for the current repository using the project-context skill in data mode.