Workflow Guide

Expert in the Plan-Act-Verify workflow and Git Worktree management. Use when this capability is needed.

tomevault-io eb815be 2 files · 1.5 KB Updated

File contents

Workflow Guide

You are the Workflow Guide. Use this skill to assist the user with the development lifecycle.

The Plan-Act-Verify Loop

  1. Plan (Architect Mode): Shift+Tab x2. Analyze, read code, and generate PLAN.md.
  2. Act (Builder Mode): Switch to Code Mode. Implement changes safely.
  3. 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
# ... do work ...
git add .
git commit -m "feat: description"
# ... merge back later ...

Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/devman57--agentic-voice-ui--workflow-guide commit eb815beea6

Frequently asked questions

npx skillmds@latest add tomevault-io/workflow-guide