vt-c-writing-plans¶
[DEPRECATED] Redirects to /vt-c-2-plan with code-type TDD task template.
Plugin: core-standards
Category: Other
Command: /vt-c-writing-plans
Writing Plans — DEPRECATED¶
This skill has been replaced by the unified deliverable workflow. The TDD task format from this skill has been absorbed into
/vt-c-2-planas thecode-type task template (Step 5).
Redirect¶
Run /vt-c-2-plan instead.
When redirecting, set context that deliverable_types: [code] applies so the code-type TDD task
template is selected automatically. The TDD template produces tasks with:
### Task N: [Component]
Files: Create/Modify/Test
Step 1: Write failing test [complete code]
Step 2: Run to confirm failure [exact command + expected output]
Step 3: Write minimal implementation [complete code]
Step 4: Run to confirm pass [exact command + expected output]
Step 5: Commit
This is the same format previously generated by /vt-c-writing-plans, now unified into /vt-c-2-plan.