← ClaudeAtlas

discoverlisted

Primary router for discovery, debugging, investigation, quality, and exploration workflows. Analyzes user intent and dispatches to debug, bughunt, quick-review, deep-review, coverage, testing-strategy, learn, tour, impact, assist-review. The recommended entry point for any 'find out', 'check', 'review', or 'investigate' request.
drafthq/draft · ★ 40 · Code & Development · score 78
Install: claude install-skill drafthq/draft
# Discover - Investigation & Quality Router `/draft:discover` is the single front door for all investigation, auditing, pattern learning, and quality exploration activities. ## When to Use - Any debugging or root-cause work - Code quality reviews (lightweight to exhaustive to architectural) - Coverage analysis and test strategy design - Discovering and codifying project conventions - Project tours, impact analysis, or reviewer assistance ## Routing Logic Strong keyword and phrase matching with fallback to a menu when intent is broad or compound. Several quality commands auto-chain (e.g. review may call bughunt). | User Intent Keywords | Dispatches To | Purpose | |---------------------------------------------------|--------------------------|---------| | debug, investigate bug, reproduce, isolate, diagnose | `/draft:debug` | Structured 4-phase debugging | | hunt bugs, find bugs, exhaustive sweep, regression hunt | `/draft:bughunt` | 14-dimension bug hunt + regression tests | | quick review, fast review, sanity check, lightweight review | `/draft:quick-review` | 4-dimension review (~2 min) | | deep review, production audit, module audit, ACID compliance | `/draft:deep-review` | Full module lifecycle + architecture audit | | coverage, code coverage, test coverage report | `/draft:coverage` | Coverage measurement and gap report | | test strategy, testing plan, coverage targets, pyramid | `/draft:testing-strategy` | Test approach desig