router-main
Router: Main
Universal entry point for the shared skill library. Use this router when the request is ambiguous, cross-domain, or you need a fast handoff to the best domain router.
Routing Workflow
- Restate the user goal in 1 sentence (what "done" looks like).
- Choose the primary router.
- If confidence is below
0.8or multiple routers tie, ask 1 clarifying question before routing. - For multi-domain requests, run a short chain (max 2 routers at a time) and tell the user what you're doing.
Router Selection
router-startup: business validation, marketing, product strategy, documents (deck, spreadsheet, report).router-engineering: building or changing software/AI systems (code, architecture, data, APIs, agents).router-qa: testing and quality engineering work (test strategy, automation, flake control, quality gates).router-operations: DevOps, deployment, observability, incident/debug workflows, git operations, docs tooling.
High-Signal Triggers
More from vasilyu1983/ai-agents-public
product-management
Founder-PM toolkit for discovery, roadmaps, prioritization, and PMF measurement. Use when planning product strategy, metrics, or roadmaps.
684software-architecture-design
Designs system structure across monolith/microservices/serverless. Use when structuring systems, scaling, decomposing monoliths, or choosing patterns.
519software-ui-ux-design
Designs and audits UI/UX with WCAG 2.2 accessibility. Use when designing flows, running heuristic reviews, or defining design systems.
383qa-testing-playwright
E2E web testing with Playwright. Use when writing tests, debugging flakes, or setting up CI with selectors, sharding, and network mocking.
371document-pdf
Extract text/tables from PDFs, create formatted PDFs, merge/split/rotate, and handle forms. Use for any PDF generation or parsing task.
320qa-testing-strategy
Risk-based test strategy for software delivery. Use when defining coverage, setting CI gates, managing flaky tests, or establishing release criteria.
316