workflow-guide

SKILL.md

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 ...
Weekly Installs
3
GitHub Stars
3
First Seen
11 days ago
Installed on
opencode3
antigravity3
github-copilot3
codex3
amp3
cline3