what-to-work

Scan docs/*/trace.md for unfinished scenarios and route to next-step skills.

36|3|Updated Jan 6, 2026
One-click install
npx skills add https://github.com/2lab-ai/oh-my-claude --skill what-to-work
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: what-to-work
Source: https://github.com/2lab-ai/oh-my-claude/tree/main/plugins/stv/skills/what-to-work
Command: npx skills add https://github.com/2lab-ai/oh-my-claude --skill what-to-work

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provide a structured approach to decide the next work item by scanning docs/*/trace.md for unfinished scenarios and routing to the appropriate next-step skill.

Core Features & Use Cases

  • Scan docs/*/trace.md to identify unfinished scenarios and compute their status.
  • Route to stv:what-we-have-to-work when bundle-worthy, or to stv:plan-new-task when not.
  • Present a concise set of next-step options for user confirmation and execution.

Quick Start

Scan docs/*/trace.md for unfinished scenarios and route to the appropriate next-task skill.

Frequently Asked Questions about what-to-work

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I identify unfinished scenarios from trace analysis for task planning?

Task planning from trace analysis requires scanning docs/*/trace.md for unfinished scenarios. This skill computes their status and applies a deterministic workflow to identify unfinished work and output routing decisions.

What is the best way to route unfinished work to the right task plan?

Routing unfinished work requires assessing bundle-worthiness of unfinished scenarios. This skill routes bundle-worthy items to stv:what-we-have-to-work, or routes non-bundle-worthy items to stv:plan-new-task.

How does workflow automation decide the next work item in project management?

Workflow automation decides the next work item by scanning trace.md files for unfinished scenarios. It assesses bundle-worthiness and presents concise next-step options for user confirmation and execution.

When do I need to bundle unfinished scenarios versus planning a new task?

You need to bundle unfinished scenarios when they are assessed as bundle-worthy during trace analysis, routing them to stv:what-we-have-to-work. Non-bundle-worthy scenarios route to stv:plan-new-task instead.

Does this task routing require any dependencies to scan trace files?

No dependencies are required to scan trace files for task routing. The workflow operates independently to identify unfinished scenarios, assess bundle-worthiness, and output routing decisions.