From stv
Scans docs/*/trace.md files for unfinished scenarios, estimates bundle sizes using a rubric, and routes to what-we-have-to-work or plan-new-task skills.
npx claudepluginhub 2lab-ai/oh-my-claude --plugin stvThis skill uses the workspace's default tool permissions.
Provide clear, user-confirmable next work options. Scan `docs/*/trace.md` for unfinished scenarios. If enough work exists, route to `stv:what-we-have-to-work`. If not, route to `stv:plan-new-task`.
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
Provide clear, user-confirmable next work options. Scan docs/*/trace.md for unfinished scenarios. If enough work exists, route to stv:what-we-have-to-work. If not, route to stv:plan-new-task.
| Tier | Lines | Example |
|---|---|---|
| tiny | ~5 | Config values, constants, string literals |
| small | ~20 | One function, one file, local refactor |
| medium | ~50 | Multiple files, interface changes |
| large | ~100 | Cross-cutting concerns, schema migrations |
| xlarge | ~500 | Architecture shift, framework replacement |
Scan trace files
docs/*/trace.md in the projectDecide if work exists
Route
Skill(skill="stv:what-we-have-to-work") to propose 1-3 bundlesSkill(skill="stv:plan-new-task") to propose new featuresPresent next action
Trace scan complete: {N} features found, {M} unfinished scenarios
Total estimated work: {tier}
Route: what-we-have-to-work
Next step: I'll bundle scenarios into up to three options for you to pick.
Trace scan complete: {summary}
No meaningful unfinished work found.
Route: plan-new-task
Next step: I'll propose new features based on completed work and project context.
stv:what-we-have-to-work when unfinished scenarios can form a large/xlarge bundlestv:plan-new-task when all scenarios are complete or remaining work is too smallstv:do-work for execution