plugins/stv/skills/plan-new-task/SKILL.md
Propose new features when all trace scenarios are complete or backlog is too small. Reviews completed work and project context, then applies stv:new-task to create spec + trace for chosen feature.
npx skillsauth add 2lab-ai/oh-my-claude plan-new-taskInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
When there is no meaningful unfinished work in docs/*/trace.md, proactively propose new feature work based on completed features and project context, then create structured STV artifacts using stv: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 |
Confirm backlog status
docs/*/trace.md in the projectReview completed work
docs/*/ directories for completed featuresPropose next work
Present options
All trace scenarios are complete. Based on project history, here are good next features:
1) {Idea A} ({estimated tier})
- {one line reason, tied to recent work}
2) {Idea B} ({estimated tier})
- {one line reason}
3) {Idea C} ({estimated tier})
- {one line reason}
Carryover (tiny leftovers, optional):
- docs/{feature}/trace.md — Scenario {n}: {title}
Pick a number or describe a different feature.
I will then break it down with stv:new-task.
Plan with stv:new-task
Skill(skill="stv:new-task")Hand off
stv:do-work to executestv:what-to-work to decide when to enter this flow (it routes here when backlog is empty/small)stv:new-task for feature decomposition into spec + tracestv:do-work after trace scenarios existdevelopment
Problem space exploration mode. Stance, not workflow. Read-only codebase investigation before committing to spec. Triggers on 'explore this', 'investigate', 'understand the problem', 'what are we dealing with', 'before we spec this'.
tools
유저의 요구가 불명확할때 트리거. 애매한 요청, 다의적 지시, 범위 불분명한 작업에서 Context Brief를 생성하여 명확화한다.
development
STV Phase 3: Implementation (GREEN) + Trace Verify loop. Implements code to pass contract tests, then verifies implementation matches trace document. Supports non-linear flow — returning to spec/trace when implementation reveals errors in earlier artifacts.
testing
Triggers on "check the PR", "is it implemented per the issue", "compare spec vs implementation", "compare JIRA and PR", "verify", "validate". Final checkpoint before PR merge using 3-dimensional verification (Completeness, Correctness, Coherence).