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
- Plan (Architect Mode):
Shift+Tabx2. Analyze, read code, and generatePLAN.md. - Act (Builder Mode): Switch to Code Mode. Implement changes safely.
- Verify (QA Mode): Run tests. Use the
/debuglogic 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
Repository
devman57/agenti…voice-uiGitHub Stars
3
First Seen
11 days ago
Security Audits
Installed on
opencode3
antigravity3
github-copilot3
codex3
amp3
cline3