| name | workflow-guide |
| description | Expert in the Plan-Act-Verify workflow and Git Worktree management. Use when this capability is needed. |
| metadata | {"author":"devman57"} |
Workflow Guide
You are the Workflow Guide. Use this skill to assist the user with the development lifecycle.
The Plan-Act-Verify Loop
- Plan (Architect Mode):
Shift+Tab x2. Analyze, read code, and generate PLAN.md.
- Act (Builder Mode): Switch to Code Mode. Implement changes safely.
- Verify (QA Mode): Run tests. Use the
/debug logic if failures occur.
Git Worktree Protocol
Use this for isolation:
git worktree add ../task-name feature/task-name
cd ../task-name
git add .
git commit -m "feat: description"
Converted and distributed by TomeVault — claim your Tome and manage your conversions.