mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-13 02:41:50 +08:00
refactor: Rename verify command to plan-verify
Rename /workflow:verify to /workflow:plan-verify to better reflect its role in the workflow lifecycle between planning and execution phases. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -1,14 +1,14 @@
|
|||||||
---
|
---
|
||||||
name: verify
|
name: plan-verify
|
||||||
description: Cross-validate action plans using gemini and codex analysis before execution
|
description: Cross-validate action plans using gemini and codex analysis before execution
|
||||||
usage: /workflow:verify
|
usage: /workflow:plan-verify
|
||||||
argument-hint: none
|
argument-hint: none
|
||||||
examples:
|
examples:
|
||||||
- /workflow:verify
|
- /workflow:plan-verify
|
||||||
allowed-tools: Task(*), TodoWrite(*), Read(*), Write(*), Edit(*), Bash(*), Glob(*)
|
allowed-tools: Task(*), TodoWrite(*), Read(*), Write(*), Edit(*), Bash(*), Glob(*)
|
||||||
---
|
---
|
||||||
|
|
||||||
# Workflow Verify Command
|
# Workflow Plan Verify Command
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
Cross-validates existing workflow plans using gemini and codex analysis to ensure plan quality, feasibility, and completeness before execution. **Works between `/workflow:plan` and `/workflow:execute`** to catch potential issues early and suggest improvements.
|
Cross-validates existing workflow plans using gemini and codex analysis to ensure plan quality, feasibility, and completeness before execution. **Works between `/workflow:plan` and `/workflow:execute`** to catch potential issues early and suggest improvements.
|
||||||
Reference in New Issue
Block a user