What problem does it solve? Test suites often remain usable only by the person who built them: newcomers cannot get from a fresh clone to a green run, tag meanings live in one person's head, and architecture decisions get re-argued every few months because nothing was recorded. ## Core Features & Use Cases - Validated Quickstart Writing: Produces a clone-to-green README section with prerequisites, environment setup, expected run results, and first-run troubleshooting, verified by following it on a clean clone. - Tag Glossary and CI Filter Mapping: Documents every test tag with its meaning, runner, owner, and the CI filters that select it, preventing silent exclusions. - Architecture Decision Records: Captures runner choices, mocking policy, and parallelization strategy with rejected alternatives and revisit conditions. - Use Case: A QA lead inherits a Playwright suite with no documentation. The skill produces a README quickstart, a tag glossary, ADRs for the mocking and sharding decisions, a known-gaps section, and a staged first-week onboarding path for new joiners. ## Quick Start Ask the agent to document the test suite at a given path, including a quickstart, tag glossary, decision records, and known coverage gaps for new team members.