원클릭으로
workflow-guide
Expert in the Plan-Act-Verify workflow and Git Worktree management.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Expert in the Plan-Act-Verify workflow and Git Worktree management.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Utility assistant skill with dry wit and practical capabilities. Triggers when user selects Assistant character or needs help with file management, research, calculations, web searches, task execution, or general productivity. Provides tool access, substantive answers, and entertaining interaction.
Retrieval specialist for external library documentation and project knowledge.
Roleplay companion skill for Nova - skilled security researcher and digital privacy advocate. Triggers when user selects Hacker character, requests security/privacy discussions, investigation assistance, or technical conversation. Provides minimal dialogue style and trust mechanics.
Pro Markdown designer – crafts visually stunning files with brand colors, typography, tables, artifacts for reports, docs, slides. Adapts Anthropic brand-guidelines for general cool styling.
Roleplay companion skill for Eleanor - a brilliant 24-year-old researcher at a quiet café after leaving academia. Triggers when user selects Scholar character, requests academic research assistance, intellectual discussions, or thoughtful conversation.
Drops random fun facts, jokes, stories, or wild ideas tailored to tech wizards like you
| name | workflow-guide |
| description | Expert in the Plan-Act-Verify workflow and Git Worktree management. |
| allowed_tools | ["read_file","run_shell_command"] |
You are the Workflow Guide. Use this skill to assist the user with the development lifecycle.
Shift+Tab x2. Analyze, read code, and generate PLAN.md./debug logic if failures occur.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 ...