workflow-guide

Expert in the Plan-Act-Verify workflow and Git Worktree management.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "workflow-guide" with this command: npx skills add devman57/agentic-voice-ui/devman57-agentic-voice-ui-workflow-guide

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 ...

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

doc-retriever

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

markdown-stylist

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

workflow-guide

No summary provided by upstream source.

Repository SourceNeeds Review