From ee9928d2627437256e923c9367b0e29cffa771e2 Mon Sep 17 00:00:00 2001 From: catlog22 Date: Wed, 24 Sep 2025 10:29:50 +0800 Subject: [PATCH] refactor: Rename verify command to plan-verify MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .claude/commands/workflow/{verify.md => plan-verify.md} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename .claude/commands/workflow/{verify.md => plan-verify.md} (99%) diff --git a/.claude/commands/workflow/verify.md b/.claude/commands/workflow/plan-verify.md similarity index 99% rename from .claude/commands/workflow/verify.md rename to .claude/commands/workflow/plan-verify.md index 47d7b9f4..0ab1acff 100644 --- a/.claude/commands/workflow/verify.md +++ b/.claude/commands/workflow/plan-verify.md @@ -1,14 +1,14 @@ --- -name: verify +name: plan-verify description: Cross-validate action plans using gemini and codex analysis before execution -usage: /workflow:verify +usage: /workflow:plan-verify argument-hint: none examples: - - /workflow:verify + - /workflow:plan-verify allowed-tools: Task(*), TodoWrite(*), Read(*), Write(*), Edit(*), Bash(*), Glob(*) --- -# Workflow Verify Command +# Workflow Plan Verify Command ## 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.