File contents Workflow Plan Command
Manually enter Stage C (Simple Planning) workflow.
Process
Research (unless skipped):
Quick check of relevant code
Understand current implementation
Create Plan :
Break requirement into steps
Identify files to modify
Define success criteria
Convert to Tasks :
If task-management installed: Create tasks with /task
Otherwise: Use TodoWrite
Link tasks to plan
Track Implementation :
Tasks show in TodoWrite/task-management
Update as you work
Output Location
docs/plans/YYYY-MM-DD-[feature].md
Example Usage
User: /workflow:plan-simple-workflow "Add email validation"
Research phase:
- Reading signup form code...
- Found: No validation currently
Creating plan:
docs/plans/2026-02-05-email-validation.md
Plan:
1. Add email regex validation
2. Add error message display
3. Update tests
4. Test in browser
Converting to tasks:
✓ task-management detected
/task create "Add email regex" --project validation
/task create "Add error display" --project validation
/task create "Update tests" --project validation
Tasks created (3 total)
Ready to implement!
See block-c-simple-planning skill for full workflow details.
1 --- 2 name: plan-simple-workflow 3 description: Create simple plans for straightforward tasks (minimal workflow) 4 --- 5 6 # Workflow Plan Command 7 8 Manually enter Stage C (Simple Planning) workflow. 9 10 ## Process 11 12 1. **Research** (unless skipped): 13 - Quick check of relevant code 14 - Understand current implementation 15 16 2. **Create Plan**: 17 - Break requirement into steps 18 - Identify files to modify 19 - Define success criteria 20 21 3. **Convert to Tasks**: 22 - If task-management installed: Create tasks with `/task` 23 - Otherwise: Use TodoWrite 24 - Link tasks to plan 25 26 4. **Track Implementation**: 27 - Tasks show in TodoWrite/task-management 28 - Update as you work 29 30 ## Output Location 31 32 - `docs/plans/YYYY-MM-DD-[feature].md` 33 34 ## Example Usage 35 36 ``` 37 User: /workflow:plan-simple-workflow "Add email validation" 38 39 Research phase: 40 - Reading signup form code... 41 - Found: No validation currently 42 43 Creating plan: 44 docs/plans/2026-02-05-email-validation.md 45 46 Plan: 47 1. Add email regex validation 48 2. Add error message display 49 3. Update tests 50 4. Test in browser 51 52 Converting to tasks: 53 ✓ task-management detected 54 /task create "Add email regex" --project validation 55 /task create "Add error display" --project validation 56 /task create "Update tests" --project validation 57 58 Tasks created (3 total) 59 Ready to implement! 60 ``` 61 62 See block-c-simple-planning skill for full workflow details.
TomazWang/agent-toolkit/tree/main/plugins/workflow/skills/plan-simple-workflow commit c07b55b2ea
Frequently asked questions How do I install the Plan Simple Workflow skill? Run npx skillmds add tomazwang/plan-simple-workflow in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
What does the Plan Simple Workflow skill do? Create simple plans for straightforward tasks (minimal workflow) It is listed under Productivity on SkillMD.
Is Plan Simple Workflow safe to use? This skill has not completed SkillMD's automated safety review yet. Capability flags: docs only. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
Which AI agents work with Plan Simple Workflow? This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Is Plan Simple Workflow free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published Plan Simple Workflow? TomazWang (@tomazwang) published this skill. Their other Agent Skills are listed on their SkillMD profile.