From stv
Bundles unfinished scenarios from docs/*/trace.md into 1-3 large/xlarge work chunks using size rubric, presents options with rationale, confirms user pick before invoking do-work.
npx claudepluginhub 2lab-ai/oh-my-claude --plugin stvThis skill uses the workspace's default tool permissions.
Turn unfinished scenarios from `docs/*/trace.md` into up to three clear work bundles and get a fast user selection.
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.
Turn unfinished scenarios from docs/*/trace.md into up to three clear work bundles and get a fast user selection.
| 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 |
Survey trace scenarios
docs/*/trace.md in the projectCheck bundle viability
stv:plan-new-taskBuild bundles
Present options
I found {N} unfinished scenarios across {M} features. Here are the bundles:
1) {Bundle title} ({size tier})
Feature: {feature-name} (docs/{feature}/trace.md)
- Scenario {n}: {title}
- Scenario {m}: {title}
Rationale: {short reason}
2) ...
3) ...
Reply with 1, 2, or 3 and any extra context.
If you want a different bundle, say what to include.
After user selection
Skill(skill="stv:do-work") with the selected trace and scenariosEmpty or tiny backlog
Skill(skill="stv:plan-new-task")stv:what-to-work for routing decisions (it calls this skill)stv:plan-new-task if all scenarios are complete or remaining work is too smallstv:do-work after the user picks a bundle