discover

Solid

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.

Code & Development 40 stars 6 forks Updated 2 days ago MIT

Install

View on GitHub

Quality Score: 80/100

Stars 20%
54
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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...

Details

Author
drafthq
Repository
drafthq/draft
Created
7 months ago
Last Updated
2 days ago
Language
HTML
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category