From 920b1794400c1bc4e755e4ee6080a4bb924bb6d0 Mon Sep 17 00:00:00 2001 From: catlog22 Date: Thu, 6 Nov 2025 15:11:31 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=E6=89=80=E6=9C=89?= =?UTF-8?q?=E5=91=BD=E4=BB=A4=E6=8F=8F=E8=BF=B0=E5=B9=B6=E9=87=8D=E6=96=B0?= =?UTF-8?q?=E7=94=9F=E6=88=90=E7=B4=A2=E5=BC=95=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 更新所有69个命令文件的description字段,基于实际功能重新生成详细描述 - 重新生成5个索引文件(all-commands, by-category, by-use-case, essential-commands, command-relationships) - 移动analyze_commands.py到scripts/目录并完善功能 - 移除临时备份文件 命令描述改进示例: - workflow:plan: 增加了工具和代理的详细说明(Gemini, action-planning-agent) - cli:execute: 说明了YOLO权限和多种执行模式 - memory:update-related: 详细说明了批处理策略和工具回退链 索引文件改进: - usage_scenario从2种扩展到10种(更精细分类) - command-relationships覆盖所有69个命令 - 区分built-in(内置调用)和sequential(用户顺序执行)关系 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .claude/commands/cli/analyze.md | 2 +- .claude/commands/cli/chat.md | 2 +- .claude/commands/cli/cli-init.md | 2 +- .claude/commands/cli/codex-execute.md | 2 +- .claude/commands/cli/discuss-plan.md | 2 +- .claude/commands/cli/execute.md | 2 +- .claude/commands/cli/mode/bug-diagnosis.md | 2 +- .claude/commands/cli/mode/code-analysis.md | 2 +- .claude/commands/cli/mode/plan.md | 2 +- .claude/commands/enhance-prompt.md | 2 +- .claude/commands/memory/docs.md | 2 +- .claude/commands/memory/load-skill-memory.md | 2 +- .claude/commands/memory/load.md | 2 +- .claude/commands/memory/skill-memory.md | 2 +- .claude/commands/memory/tech-research.md | 2 +- .claude/commands/memory/update-full.md | 2 +- .claude/commands/memory/update-related.md | 2 +- .../commands/memory/workflow-skill-memory.md | 2 +- .claude/commands/task/breakdown.md | 2 +- .claude/commands/task/create.md | 2 +- .claude/commands/task/execute.md | 2 +- .claude/commands/task/replan.md | 2 +- .claude/commands/version.md | 2 +- .../commands/workflow/action-plan-verify.md | 2 +- .../workflow/brainstorm/api-designer.md | 2 +- .../commands/workflow/brainstorm/artifacts.md | 2 +- .../workflow/brainstorm/auto-parallel.md | 2 +- .../workflow/brainstorm/data-architect.md | 2 +- .../workflow/brainstorm/product-manager.md | 2 +- .../workflow/brainstorm/product-owner.md | 2 +- .../workflow/brainstorm/scrum-master.md | 2 +- .../brainstorm/subject-matter-expert.md | 2 +- .../commands/workflow/brainstorm/synthesis.md | 2 +- .../workflow/brainstorm/system-architect.md | 2 +- .../workflow/brainstorm/ui-designer.md | 2 +- .../commands/workflow/brainstorm/ux-expert.md | 2 +- .claude/commands/workflow/execute.md | 2 +- .claude/commands/workflow/plan.md | 2 +- .claude/commands/workflow/resume.md | 2 +- .claude/commands/workflow/review.md | 2 +- .claude/commands/workflow/session/complete.md | 2 +- .claude/commands/workflow/session/list.md | 2 +- .claude/commands/workflow/session/resume.md | 2 +- .claude/commands/workflow/session/start.md | 2 +- .claude/commands/workflow/status.md | 2 +- .claude/commands/workflow/tdd-plan.md | 2 +- .claude/commands/workflow/tdd-verify.md | 2 +- .../commands/workflow/test-cycle-execute.md | 2 +- .claude/commands/workflow/test-fix-gen.md | 2 +- .claude/commands/workflow/test-gen.md | 2 +- .../workflow/tools/conflict-resolution.md | 2 +- .../commands/workflow/tools/context-gather.md | 2 +- .../workflow/tools/task-generate-agent.md | 2 +- .../workflow/tools/task-generate-tdd.md | 2 +- .../commands/workflow/tools/task-generate.md | 2 +- .../workflow/tools/tdd-coverage-analysis.md | 2 +- .../workflow/tools/test-concept-enhanced.md | 2 +- .../workflow/tools/test-context-gather.md | 2 +- .../workflow/tools/test-task-generate.md | 2 +- .../workflow/ui-design/animation-extract.md | 2 +- .../workflow/ui-design/batch-generate.md | 2 +- .../commands/workflow/ui-design/capture.md | 2 +- .../workflow/ui-design/explore-auto.md | 2 +- .../workflow/ui-design/explore-layers.md | 2 +- .../commands/workflow/ui-design/generate.md | 2 +- .../workflow/ui-design/imitate-auto.md | 2 +- .../workflow/ui-design/layout-extract.md | 2 +- .../workflow/ui-design/style-extract.md | 2 +- .claude/commands/workflow/ui-design/update.md | 2 +- .../command-guide/index/all-commands.json | 1056 ++++++++-------- .../command-guide/index/by-category.json | 994 +++++++-------- .../command-guide/index/by-use-case.json | 1118 +++++++++-------- .../index/command-relationships.json | 1069 +++++++++------- .../index/essential-commands.json | 232 ++-- .../all-commands.json | 692 ---------- .../by-category.json | 722 ----------- .../by-use-case.json | 702 ----------- .../command-relationships.json | 457 ------- .../essential-commands.json | 142 --- .../{ => scripts}/analyze_commands.py | 173 ++- 80 files changed, 2503 insertions(+), 4992 deletions(-) delete mode 100644 .claude/skills/command-guide/index_backup_20251106_125738/all-commands.json delete mode 100644 .claude/skills/command-guide/index_backup_20251106_125738/by-category.json delete mode 100644 .claude/skills/command-guide/index_backup_20251106_125738/by-use-case.json delete mode 100644 .claude/skills/command-guide/index_backup_20251106_125738/command-relationships.json delete mode 100644 .claude/skills/command-guide/index_backup_20251106_125738/essential-commands.json rename .claude/skills/command-guide/{ => scripts}/analyze_commands.py (64%) diff --git a/.claude/commands/cli/analyze.md b/.claude/commands/cli/analyze.md index 700ea6b1..804ef31c 100644 --- a/.claude/commands/cli/analyze.md +++ b/.claude/commands/cli/analyze.md @@ -1,6 +1,6 @@ --- name: analyze -description: Quick codebase analysis using CLI tools (codex/gemini/qwen) +description: Read-only codebase analysis using Gemini (default), Qwen, or Codex with auto-pattern detection and template selection argument-hint: "[--agent] [--tool codex|gemini|qwen] [--enhance] analysis target" allowed-tools: SlashCommand(*), Bash(*), TodoWrite(*), Read(*), Glob(*), Task(*) --- diff --git a/.claude/commands/cli/chat.md b/.claude/commands/cli/chat.md index 71918b49..c3176176 100644 --- a/.claude/commands/cli/chat.md +++ b/.claude/commands/cli/chat.md @@ -1,6 +1,6 @@ --- name: chat -description: Simple CLI interaction command for direct codebase analysis +description: Read-only Q&A interaction with Gemini/Qwen/Codex for codebase questions with automatic context inference argument-hint: "[--agent] [--tool codex|gemini|qwen] [--enhance] inquiry" allowed-tools: SlashCommand(*), Bash(*), Task(*) --- diff --git a/.claude/commands/cli/cli-init.md b/.claude/commands/cli/cli-init.md index a82b6080..51d49920 100644 --- a/.claude/commands/cli/cli-init.md +++ b/.claude/commands/cli/cli-init.md @@ -1,6 +1,6 @@ --- name: cli-init -description: Initialize CLI tool configurations (Gemini and Qwen) based on workspace analysis +description: Generate .gemini/ and .qwen/ config directories with settings.json and ignore files based on workspace technology detection argument-hint: "[--tool gemini|qwen|all] [--output path] [--preview]" allowed-tools: Bash(*), Read(*), Write(*), Glob(*) --- diff --git a/.claude/commands/cli/codex-execute.md b/.claude/commands/cli/codex-execute.md index 8a0495c2..def4ea5d 100644 --- a/.claude/commands/cli/codex-execute.md +++ b/.claude/commands/cli/codex-execute.md @@ -1,6 +1,6 @@ --- name: codex-execute -description: Automated task decomposition and execution with Codex using resume mechanism +description: Multi-stage Codex execution with automatic task decomposition into grouped subtasks using resume mechanism for context continuity argument-hint: "[--verify-git] task description or task-id" allowed-tools: SlashCommand(*), Bash(*), TodoWrite(*), Read(*), Glob(*) --- diff --git a/.claude/commands/cli/discuss-plan.md b/.claude/commands/cli/discuss-plan.md index f92fa02a..4872ab29 100644 --- a/.claude/commands/cli/discuss-plan.md +++ b/.claude/commands/cli/discuss-plan.md @@ -1,6 +1,6 @@ --- name: discuss-plan -description: Orchestrates an iterative, multi-model discussion for planning and analysis without implementation. +description: Multi-round collaborative planning using Gemini, Codex, and Claude synthesis with iterative discussion cycles (read-only, no code changes) argument-hint: "[--topic '...'] [--task-id '...'] [--rounds N]" allowed-tools: SlashCommand(*), Bash(*), TodoWrite(*), Read(*), Glob(*) --- diff --git a/.claude/commands/cli/execute.md b/.claude/commands/cli/execute.md index c19d8907..e4e89ad8 100644 --- a/.claude/commands/cli/execute.md +++ b/.claude/commands/cli/execute.md @@ -1,6 +1,6 @@ --- name: execute -description: Auto-execution of implementation tasks with YOLO permissions and intelligent context inference +description: Autonomous code implementation with YOLO auto-approval using Gemini/Qwen/Codex, supports task ID or description input with automatic file pattern detection argument-hint: "[--agent] [--tool codex|gemini|qwen] [--enhance] description or task-id" allowed-tools: SlashCommand(*), Bash(*), Task(*) --- diff --git a/.claude/commands/cli/mode/bug-diagnosis.md b/.claude/commands/cli/mode/bug-diagnosis.md index 0100779b..e3b66a3c 100644 --- a/.claude/commands/cli/mode/bug-diagnosis.md +++ b/.claude/commands/cli/mode/bug-diagnosis.md @@ -1,6 +1,6 @@ --- name: bug-diagnosis -description: Bug diagnosis and fix suggestions using CLI tools with specialized template +description: Read-only bug root cause analysis using Gemini/Qwen/Codex with systematic diagnosis template for fix suggestions argument-hint: "[--agent] [--tool codex|gemini|qwen] [--enhance] [--cd path] bug description" allowed-tools: SlashCommand(*), Bash(*), Task(*) --- diff --git a/.claude/commands/cli/mode/code-analysis.md b/.claude/commands/cli/mode/code-analysis.md index 38ff2320..e3af5e56 100644 --- a/.claude/commands/cli/mode/code-analysis.md +++ b/.claude/commands/cli/mode/code-analysis.md @@ -1,6 +1,6 @@ --- name: code-analysis -description: Deep code analysis and debugging using CLI tools with specialized template +description: Read-only execution path tracing using Gemini/Qwen/Codex with specialized analysis template for call flow and optimization argument-hint: "[--agent] [--tool codex|gemini|qwen] [--enhance] [--cd path] analysis target" allowed-tools: SlashCommand(*), Bash(*), Task(*) --- diff --git a/.claude/commands/cli/mode/plan.md b/.claude/commands/cli/mode/plan.md index dc1d1540..1bfe7a2f 100644 --- a/.claude/commands/cli/mode/plan.md +++ b/.claude/commands/cli/mode/plan.md @@ -1,6 +1,6 @@ --- name: plan -description: Project planning and architecture analysis using CLI tools +description: Read-only architecture planning using Gemini/Qwen/Codex with strategic planning template for modification plans and impact analysis argument-hint: "[--agent] [--tool codex|gemini|qwen] [--enhance] [--cd path] topic" allowed-tools: SlashCommand(*), Bash(*), Task(*) --- diff --git a/.claude/commands/enhance-prompt.md b/.claude/commands/enhance-prompt.md index 061c0f47..0d4c55fb 100644 --- a/.claude/commands/enhance-prompt.md +++ b/.claude/commands/enhance-prompt.md @@ -1,6 +1,6 @@ --- name: enhance-prompt -description: Context-aware prompt enhancement using session memory and codebase analysis +description: Enhanced prompt transformation using session memory and codebase analysis with --enhance flag detection argument-hint: "user input to enhance" --- diff --git a/.claude/commands/memory/docs.md b/.claude/commands/memory/docs.md index 85846c47..fb2b3008 100644 --- a/.claude/commands/memory/docs.md +++ b/.claude/commands/memory/docs.md @@ -1,6 +1,6 @@ --- name: docs -description: Documentation planning and orchestration - creates structured documentation tasks for execution +description: Plan documentation workflow with dynamic grouping (≤10 docs/task), generates IMPL tasks for parallel module trees, README, ARCHITECTURE, and HTTP API docs argument-hint: "[path] [--tool ] [--mode ] [--cli-execute]" --- diff --git a/.claude/commands/memory/load-skill-memory.md b/.claude/commands/memory/load-skill-memory.md index c94f3f12..5d2e24ce 100644 --- a/.claude/commands/memory/load-skill-memory.md +++ b/.claude/commands/memory/load-skill-memory.md @@ -1,6 +1,6 @@ --- name: load-skill-memory -description: Activate SKILL package (auto-detect or manual) and load documentation based on task intent +description: Activate SKILL package (auto-detect from paths/keywords or manual) and intelligently load documentation based on task intent keywords argument-hint: "[skill_name] \"task intent description\"" allowed-tools: Bash(*), Read(*), Skill(*) --- diff --git a/.claude/commands/memory/load.md b/.claude/commands/memory/load.md index 6badbedb..bf3a46ff 100644 --- a/.claude/commands/memory/load.md +++ b/.claude/commands/memory/load.md @@ -1,6 +1,6 @@ --- name: load -description: Load project memory by delegating to agent, returns structured core content package for subsequent operations +description: Delegate to universal-executor agent to analyze project via Gemini/Qwen CLI and return JSON core content package for task context argument-hint: "[--tool gemini|qwen] \"task context description\"" allowed-tools: Task(*), Bash(*) examples: diff --git a/.claude/commands/memory/skill-memory.md b/.claude/commands/memory/skill-memory.md index 0c8d918d..3fa3cbd5 100644 --- a/.claude/commands/memory/skill-memory.md +++ b/.claude/commands/memory/skill-memory.md @@ -1,6 +1,6 @@ --- name: skill-memory -description: Generate SKILL package index from project documentation +description: 4-phase autonomous orchestrator: check docs → /memory:docs planning → /workflow:execute → generate SKILL.md with progressive loading index (skips phases 2-3 if docs exist) argument-hint: "[path] [--tool ] [--regenerate] [--mode ] [--cli-execute]" allowed-tools: SlashCommand(*), TodoWrite(*), Bash(*), Read(*), Write(*) --- diff --git a/.claude/commands/memory/tech-research.md b/.claude/commands/memory/tech-research.md index 561a276a..4685fc57 100644 --- a/.claude/commands/memory/tech-research.md +++ b/.claude/commands/memory/tech-research.md @@ -1,6 +1,6 @@ --- name: tech-research -description: Generate tech stack SKILL packages using Exa research via agent delegation +description: 3-phase orchestrator: extract tech stack from session/name → delegate to agent for Exa research and module generation → generate SKILL.md index (skips phase 2 if exists) argument-hint: "[session-id | tech-stack-name] [--regenerate] [--tool ]" allowed-tools: SlashCommand(*), TodoWrite(*), Bash(*), Read(*), Write(*), Task(*) --- diff --git a/.claude/commands/memory/update-full.md b/.claude/commands/memory/update-full.md index ef9a03eb..ded70e0c 100644 --- a/.claude/commands/memory/update-full.md +++ b/.claude/commands/memory/update-full.md @@ -1,6 +1,6 @@ --- name: update-full -description: Complete project-wide CLAUDE.md documentation update with agent-based parallel execution and tool fallback +description: Update all CLAUDE.md files using layer-based execution (Layer 3→1) with batched agents (4 modules/agent) and gemini→qwen→codex fallback, <20 modules uses direct parallel argument-hint: "[--tool gemini|qwen|codex] [--path ]" --- diff --git a/.claude/commands/memory/update-related.md b/.claude/commands/memory/update-related.md index f54feafd..64a49dea 100644 --- a/.claude/commands/memory/update-related.md +++ b/.claude/commands/memory/update-related.md @@ -1,6 +1,6 @@ --- name: update-related -description: Context-aware CLAUDE.md documentation updates based on recent changes with agent-based execution and tool fallback +description: Update CLAUDE.md for git-changed modules using batched agent execution (4 modules/agent) with gemini→qwen→codex fallback, <15 modules uses direct execution argument-hint: "[--tool gemini|qwen|codex]" --- diff --git a/.claude/commands/memory/workflow-skill-memory.md b/.claude/commands/memory/workflow-skill-memory.md index b74c5198..c23b7c97 100644 --- a/.claude/commands/memory/workflow-skill-memory.md +++ b/.claude/commands/memory/workflow-skill-memory.md @@ -1,6 +1,6 @@ --- name: workflow-skill-memory -description: Generate SKILL package from archived workflow sessions for progressive context loading +description: Process WFS-* archived sessions using universal-executor agents with Gemini analysis to generate workflow-progress SKILL package (sessions-timeline, lessons, conflicts) argument-hint: "session | all" allowed-tools: Task(*), TodoWrite(*), Bash(*), Read(*), Write(*) --- diff --git a/.claude/commands/task/breakdown.md b/.claude/commands/task/breakdown.md index a68a15ca..d5bb31cf 100644 --- a/.claude/commands/task/breakdown.md +++ b/.claude/commands/task/breakdown.md @@ -1,6 +1,6 @@ --- name: breakdown -description: Intelligent task decomposition with context-aware subtask generation +description: Decompose complex task into subtasks with dependency mapping, creates child task JSONs with parent references and execution order argument-hint: "task-id" --- diff --git a/.claude/commands/task/create.md b/.claude/commands/task/create.md index c8ffd4f8..02b70cd9 100644 --- a/.claude/commands/task/create.md +++ b/.claude/commands/task/create.md @@ -1,6 +1,6 @@ --- name: create -description: Create implementation tasks with automatic context awareness +description: Generate task JSON from natural language description with automatic file pattern detection, scope inference, and dependency analysis argument-hint: "\"task title\"" --- diff --git a/.claude/commands/task/execute.md b/.claude/commands/task/execute.md index a5ccbed9..20b2d255 100644 --- a/.claude/commands/task/execute.md +++ b/.claude/commands/task/execute.md @@ -1,6 +1,6 @@ --- name: execute -description: Execute tasks with appropriate agents and context-aware orchestration +description: Execute task JSON using appropriate agent (@doc-generator/@implementation-agent/@test-agent) with pre-analysis context loading and status tracking argument-hint: "task-id" --- diff --git a/.claude/commands/task/replan.md b/.claude/commands/task/replan.md index 7646fb62..3fb26830 100644 --- a/.claude/commands/task/replan.md +++ b/.claude/commands/task/replan.md @@ -1,6 +1,6 @@ --- name: replan -description: Replan individual tasks with detailed user input and change tracking +description: Update task JSON with new requirements or batch-update multiple tasks from verification report, tracks changes in task-changes.json argument-hint: "task-id [\"text\"|file.md] | --batch [verification-report.md]" allowed-tools: Read(*), Write(*), Edit(*), TodoWrite(*), Glob(*), Bash(*) --- diff --git a/.claude/commands/version.md b/.claude/commands/version.md index 1d7069fd..e6382674 100644 --- a/.claude/commands/version.md +++ b/.claude/commands/version.md @@ -1,6 +1,6 @@ --- name: version -description: Display version information and check for updates +description: Display Claude Code version information and check for updates allowed-tools: Bash(*) --- diff --git a/.claude/commands/workflow/action-plan-verify.md b/.claude/commands/workflow/action-plan-verify.md index 09d0322b..64da47b5 100644 --- a/.claude/commands/workflow/action-plan-verify.md +++ b/.claude/commands/workflow/action-plan-verify.md @@ -1,6 +1,6 @@ --- name: action-plan-verify -description: Perform non-destructive cross-artifact consistency and quality analysis of IMPL_PLAN.md and task.json before execution +description: Perform non-destructive cross-artifact consistency analysis between IMPL_PLAN.md and task JSONs with quality gate validation argument-hint: "[optional: --session session-id]" allowed-tools: Read(*), TodoWrite(*), Glob(*), Bash(*) --- diff --git a/.claude/commands/workflow/brainstorm/api-designer.md b/.claude/commands/workflow/brainstorm/api-designer.md index b747aa9f..51361f6e 100644 --- a/.claude/commands/workflow/brainstorm/api-designer.md +++ b/.claude/commands/workflow/brainstorm/api-designer.md @@ -1,6 +1,6 @@ --- name: api-designer -description: Generate or update api-designer/analysis.md addressing guidance-specification discussion points +description: Generate or update api-designer/analysis.md addressing guidance-specification discussion points for API design perspective argument-hint: "optional topic - uses existing framework if available" allowed-tools: Task(conceptual-planning-agent), TodoWrite(*), Read(*), Write(*) --- diff --git a/.claude/commands/workflow/brainstorm/artifacts.md b/.claude/commands/workflow/brainstorm/artifacts.md index 0ecda456..f1669356 100644 --- a/.claude/commands/workflow/brainstorm/artifacts.md +++ b/.claude/commands/workflow/brainstorm/artifacts.md @@ -1,6 +1,6 @@ --- name: artifacts -description: Interactive clarification generating confirmed guidance specification +description: Interactive clarification generating confirmed guidance specification through role-based analysis and synthesis argument-hint: "topic or challenge description [--count N]" allowed-tools: TodoWrite(*), Read(*), Write(*), Glob(*) --- diff --git a/.claude/commands/workflow/brainstorm/auto-parallel.md b/.claude/commands/workflow/brainstorm/auto-parallel.md index 1a320aa7..6b63cd1e 100644 --- a/.claude/commands/workflow/brainstorm/auto-parallel.md +++ b/.claude/commands/workflow/brainstorm/auto-parallel.md @@ -1,6 +1,6 @@ --- name: auto-parallel -description: Parallel brainstorming automation with dynamic role selection and concurrent execution +description: Parallel brainstorming automation with dynamic role selection and concurrent execution across multiple perspectives argument-hint: "topic or challenge description" [--count N] allowed-tools: SlashCommand(*), Task(*), TodoWrite(*), Read(*), Write(*), Bash(*), Glob(*) --- diff --git a/.claude/commands/workflow/brainstorm/data-architect.md b/.claude/commands/workflow/brainstorm/data-architect.md index 6c164796..902fd95b 100644 --- a/.claude/commands/workflow/brainstorm/data-architect.md +++ b/.claude/commands/workflow/brainstorm/data-architect.md @@ -1,6 +1,6 @@ --- name: data-architect -description: Generate or update data-architect/analysis.md addressing guidance-specification discussion points +description: Generate or update data-architect/analysis.md addressing guidance-specification discussion points for data architecture perspective argument-hint: "optional topic - uses existing framework if available" allowed-tools: Task(conceptual-planning-agent), TodoWrite(*), Read(*), Write(*) --- diff --git a/.claude/commands/workflow/brainstorm/product-manager.md b/.claude/commands/workflow/brainstorm/product-manager.md index 770b7136..21de941b 100644 --- a/.claude/commands/workflow/brainstorm/product-manager.md +++ b/.claude/commands/workflow/brainstorm/product-manager.md @@ -1,6 +1,6 @@ --- name: product-manager -description: Generate or update product-manager/analysis.md addressing guidance-specification discussion points +description: Generate or update product-manager/analysis.md addressing guidance-specification discussion points for product management perspective argument-hint: "optional topic - uses existing framework if available" allowed-tools: Task(conceptual-planning-agent), TodoWrite(*), Read(*), Write(*) --- diff --git a/.claude/commands/workflow/brainstorm/product-owner.md b/.claude/commands/workflow/brainstorm/product-owner.md index 57d18809..f1f5317c 100644 --- a/.claude/commands/workflow/brainstorm/product-owner.md +++ b/.claude/commands/workflow/brainstorm/product-owner.md @@ -1,6 +1,6 @@ --- name: product-owner -description: Generate or update product-owner/analysis.md addressing guidance-specification discussion points +description: Generate or update product-owner/analysis.md addressing guidance-specification discussion points for product ownership perspective argument-hint: "optional topic - uses existing framework if available" allowed-tools: Task(conceptual-planning-agent), TodoWrite(*), Read(*), Write(*) --- diff --git a/.claude/commands/workflow/brainstorm/scrum-master.md b/.claude/commands/workflow/brainstorm/scrum-master.md index 8988ddbb..b909542d 100644 --- a/.claude/commands/workflow/brainstorm/scrum-master.md +++ b/.claude/commands/workflow/brainstorm/scrum-master.md @@ -1,6 +1,6 @@ --- name: scrum-master -description: Generate or update scrum-master/analysis.md addressing guidance-specification discussion points +description: Generate or update scrum-master/analysis.md addressing guidance-specification discussion points for Agile process perspective argument-hint: "optional topic - uses existing framework if available" allowed-tools: Task(conceptual-planning-agent), TodoWrite(*), Read(*), Write(*) --- diff --git a/.claude/commands/workflow/brainstorm/subject-matter-expert.md b/.claude/commands/workflow/brainstorm/subject-matter-expert.md index 718491cb..c111ed7d 100644 --- a/.claude/commands/workflow/brainstorm/subject-matter-expert.md +++ b/.claude/commands/workflow/brainstorm/subject-matter-expert.md @@ -1,6 +1,6 @@ --- name: subject-matter-expert -description: Generate or update subject-matter-expert/analysis.md addressing guidance-specification discussion points +description: Generate or update subject-matter-expert/analysis.md addressing guidance-specification discussion points for domain expertise perspective argument-hint: "optional topic - uses existing framework if available" allowed-tools: Task(conceptual-planning-agent), TodoWrite(*), Read(*), Write(*) --- diff --git a/.claude/commands/workflow/brainstorm/synthesis.md b/.claude/commands/workflow/brainstorm/synthesis.md index 5f15f2c0..3625d671 100644 --- a/.claude/commands/workflow/brainstorm/synthesis.md +++ b/.claude/commands/workflow/brainstorm/synthesis.md @@ -1,6 +1,6 @@ --- name: synthesis -description: Clarify and refine role analyses through intelligent Q&A and targeted updates +description: Clarify and refine role analyses through intelligent Q&A and targeted updates with synthesis agent argument-hint: "[optional: --session session-id]" allowed-tools: Task(conceptual-planning-agent), TodoWrite(*), Read(*), Write(*), Edit(*), Glob(*) --- diff --git a/.claude/commands/workflow/brainstorm/system-architect.md b/.claude/commands/workflow/brainstorm/system-architect.md index 024f55a0..d11fce89 100644 --- a/.claude/commands/workflow/brainstorm/system-architect.md +++ b/.claude/commands/workflow/brainstorm/system-architect.md @@ -1,6 +1,6 @@ --- name: system-architect -description: Generate or update system-architect/analysis.md addressing guidance-specification discussion points +description: Generate or update system-architect/analysis.md addressing guidance-specification discussion points for system architecture perspective argument-hint: "optional topic - uses existing framework if available" allowed-tools: Task(conceptual-planning-agent), TodoWrite(*), Read(*), Write(*) --- diff --git a/.claude/commands/workflow/brainstorm/ui-designer.md b/.claude/commands/workflow/brainstorm/ui-designer.md index 9516b7c4..e245f83b 100644 --- a/.claude/commands/workflow/brainstorm/ui-designer.md +++ b/.claude/commands/workflow/brainstorm/ui-designer.md @@ -1,6 +1,6 @@ --- name: ui-designer -description: Generate or update ui-designer/analysis.md addressing guidance-specification discussion points +description: Generate or update ui-designer/analysis.md addressing guidance-specification discussion points for UI design perspective argument-hint: "optional topic - uses existing framework if available" allowed-tools: Task(conceptual-planning-agent), TodoWrite(*), Read(*), Write(*) --- diff --git a/.claude/commands/workflow/brainstorm/ux-expert.md b/.claude/commands/workflow/brainstorm/ux-expert.md index c4ef4d53..6b909a0d 100644 --- a/.claude/commands/workflow/brainstorm/ux-expert.md +++ b/.claude/commands/workflow/brainstorm/ux-expert.md @@ -1,6 +1,6 @@ --- name: ux-expert -description: Generate or update ux-expert/analysis.md addressing guidance-specification discussion points +description: Generate or update ux-expert/analysis.md addressing guidance-specification discussion points for UX perspective argument-hint: "optional topic - uses existing framework if available" allowed-tools: Task(conceptual-planning-agent), TodoWrite(*), Read(*), Write(*) --- diff --git a/.claude/commands/workflow/execute.md b/.claude/commands/workflow/execute.md index 17c03461..b058b305 100644 --- a/.claude/commands/workflow/execute.md +++ b/.claude/commands/workflow/execute.md @@ -1,6 +1,6 @@ --- name: execute -description: Coordinate agents for existing workflow tasks with automatic discovery +description: Coordinate agent execution for workflow tasks with automatic session discovery, parallel task processing, and status tracking argument-hint: "[--resume-session=\"session-id\"]" --- diff --git a/.claude/commands/workflow/plan.md b/.claude/commands/workflow/plan.md index b7670384..c27b3039 100644 --- a/.claude/commands/workflow/plan.md +++ b/.claude/commands/workflow/plan.md @@ -1,6 +1,6 @@ --- name: plan -description: Orchestrate 5-phase planning workflow with quality gate, executing commands and passing context between phases +description: 5-phase planning workflow with Gemini analysis and action-planning-agent task generation, outputs IMPL_PLAN.md and task JSONs with optional CLI auto-execution argument-hint: "[--agent] [--cli-execute] \"text description\"|file.md" allowed-tools: SlashCommand(*), TodoWrite(*), Read(*), Bash(*) --- diff --git a/.claude/commands/workflow/resume.md b/.claude/commands/workflow/resume.md index 529d8258..98dc253a 100644 --- a/.claude/commands/workflow/resume.md +++ b/.claude/commands/workflow/resume.md @@ -1,6 +1,6 @@ --- name: resume -description: Intelligent workflow session resumption with automatic progress analysis +description: Resume paused workflow session with automatic progress analysis, pending task identification, and conflict detection argument-hint: "session-id for workflow session to resume" allowed-tools: SlashCommand(*), TodoWrite(*), Read(*), Bash(*) --- diff --git a/.claude/commands/workflow/review.md b/.claude/commands/workflow/review.md index 339229ca..aa1e456b 100644 --- a/.claude/commands/workflow/review.md +++ b/.claude/commands/workflow/review.md @@ -1,6 +1,6 @@ --- name: review -description: Optional specialized review (security, architecture, docs) for completed implementation +description: Post-implementation review with specialized types (security/architecture/action-items/quality) using analysis agents and Gemini argument-hint: "[--type=security|architecture|action-items|quality] [optional: session-id]" --- diff --git a/.claude/commands/workflow/session/complete.md b/.claude/commands/workflow/session/complete.md index cd6994ea..7abe395d 100644 --- a/.claude/commands/workflow/session/complete.md +++ b/.claude/commands/workflow/session/complete.md @@ -1,6 +1,6 @@ --- name: complete -description: Mark the active workflow session as complete, archive it with lessons learned, and remove active flag +description: Mark active workflow session as complete, archive with lessons learned, update manifest, remove active flag examples: - /workflow:session:complete - /workflow:session:complete --detailed diff --git a/.claude/commands/workflow/session/list.md b/.claude/commands/workflow/session/list.md index f121f8ad..f46c90d9 100644 --- a/.claude/commands/workflow/session/list.md +++ b/.claude/commands/workflow/session/list.md @@ -1,6 +1,6 @@ --- name: list -description: List all workflow sessions with status +description: List all workflow sessions with status filtering, shows session metadata and progress information examples: - /workflow:session:list --- diff --git a/.claude/commands/workflow/session/resume.md b/.claude/commands/workflow/session/resume.md index c834d26f..19c8d390 100644 --- a/.claude/commands/workflow/session/resume.md +++ b/.claude/commands/workflow/session/resume.md @@ -1,6 +1,6 @@ --- name: resume -description: Resume the most recently paused workflow session +description: Resume the most recently paused workflow session with automatic session discovery and status update --- # Resume Workflow Session (/workflow:session:resume) diff --git a/.claude/commands/workflow/session/start.md b/.claude/commands/workflow/session/start.md index b2e907a0..681a27d3 100644 --- a/.claude/commands/workflow/session/start.md +++ b/.claude/commands/workflow/session/start.md @@ -1,6 +1,6 @@ --- name: start -description: Discover existing sessions or start a new workflow session with intelligent session management +description: Discover existing sessions or start new workflow session with intelligent session management and conflict detection argument-hint: [--auto|--new] [optional: task description for new session] examples: - /workflow:session:start diff --git a/.claude/commands/workflow/status.md b/.claude/commands/workflow/status.md index 472f0b2a..33070dc1 100644 --- a/.claude/commands/workflow/status.md +++ b/.claude/commands/workflow/status.md @@ -1,6 +1,6 @@ --- name: workflow:status -description: Generate on-demand views from JSON task data +description: Generate on-demand task status views from JSON task data with optional task-id filtering for detailed view argument-hint: "[optional: task-id]" --- diff --git a/.claude/commands/workflow/tdd-plan.md b/.claude/commands/workflow/tdd-plan.md index a2786c09..8c1c361a 100644 --- a/.claude/commands/workflow/tdd-plan.md +++ b/.claude/commands/workflow/tdd-plan.md @@ -1,6 +1,6 @@ --- name: tdd-plan -description: Orchestrate TDD workflow planning with Red-Green-Refactor task chains +description: TDD workflow planning with Red-Green-Refactor task chain generation, test-first development structure, and cycle tracking argument-hint: "[--agent] \"feature description\"|file.md" allowed-tools: SlashCommand(*), TodoWrite(*), Read(*), Bash(*) --- diff --git a/.claude/commands/workflow/tdd-verify.md b/.claude/commands/workflow/tdd-verify.md index 73906c56..fbfb85da 100644 --- a/.claude/commands/workflow/tdd-verify.md +++ b/.claude/commands/workflow/tdd-verify.md @@ -1,6 +1,6 @@ --- name: tdd-verify -description: Verify TDD workflow compliance and generate quality report +description: Verify TDD workflow compliance against Red-Green-Refactor cycles, generate quality report with coverage analysis argument-hint: "[optional: WFS-session-id]" allowed-tools: SlashCommand(*), TodoWrite(*), Read(*), Bash(gemini:*) diff --git a/.claude/commands/workflow/test-cycle-execute.md b/.claude/commands/workflow/test-cycle-execute.md index 5444a00f..b76c8050 100644 --- a/.claude/commands/workflow/test-cycle-execute.md +++ b/.claude/commands/workflow/test-cycle-execute.md @@ -1,6 +1,6 @@ --- name: test-cycle-execute -description: Execute test-fix workflow with dynamic task generation and iterative fix cycles +description: Execute test-fix workflow with dynamic task generation and iterative fix cycles until all tests pass or max iterations reached argument-hint: "[--resume-session=\"session-id\"] [--max-iterations=N]" allowed-tools: SlashCommand(*), TodoWrite(*), Read(*), Bash(*), Task(*) --- diff --git a/.claude/commands/workflow/test-fix-gen.md b/.claude/commands/workflow/test-fix-gen.md index cea5d905..29dc1ba8 100644 --- a/.claude/commands/workflow/test-fix-gen.md +++ b/.claude/commands/workflow/test-fix-gen.md @@ -1,6 +1,6 @@ --- name: test-fix-gen -description: Create independent test-fix workflow session from existing implementation (session or prompt-based) +description: Create test-fix workflow session from session ID, description, or file path with test strategy generation and task planning argument-hint: "[--use-codex] [--cli-execute] (source-session-id | \"feature description\" | /path/to/file.md)" allowed-tools: SlashCommand(*), TodoWrite(*), Read(*), Bash(*) --- diff --git a/.claude/commands/workflow/test-gen.md b/.claude/commands/workflow/test-gen.md index 0fcbf55c..2acb0d38 100644 --- a/.claude/commands/workflow/test-gen.md +++ b/.claude/commands/workflow/test-gen.md @@ -1,6 +1,6 @@ --- name: test-gen -description: Create independent test-fix workflow session by analyzing completed implementation +description: Create independent test-fix workflow session from completed implementation session, analyzes code to generate test tasks argument-hint: "[--use-codex] [--cli-execute] source-session-id" allowed-tools: SlashCommand(*), TodoWrite(*), Read(*), Bash(*) --- diff --git a/.claude/commands/workflow/tools/conflict-resolution.md b/.claude/commands/workflow/tools/conflict-resolution.md index 4a84d124..9c65bbe2 100644 --- a/.claude/commands/workflow/tools/conflict-resolution.md +++ b/.claude/commands/workflow/tools/conflict-resolution.md @@ -1,6 +1,6 @@ --- name: conflict-resolution -description: Detect and resolve conflicts between plan and existing codebase using CLI-powered analysis +description: Detect and resolve conflicts between plan and existing codebase using CLI-powered analysis with Gemini/Qwen argument-hint: "--session WFS-session-id --context path/to/context-package.json" examples: - /workflow:tools:conflict-resolution --session WFS-auth --context .workflow/WFS-auth/.process/context-package.json diff --git a/.claude/commands/workflow/tools/context-gather.md b/.claude/commands/workflow/tools/context-gather.md index 8d26a3d9..923d4fd2 100644 --- a/.claude/commands/workflow/tools/context-gather.md +++ b/.claude/commands/workflow/tools/context-gather.md @@ -1,6 +1,6 @@ --- name: gather -description: Intelligently collect project context using context-search-agent based on task description and package into standardized JSON +description: Intelligently collect project context using context-search-agent based on task description, packages into standardized JSON argument-hint: "--session WFS-session-id \"task description\"" examples: - /workflow:tools:context-gather --session WFS-user-auth "Implement user authentication system" diff --git a/.claude/commands/workflow/tools/task-generate-agent.md b/.claude/commands/workflow/tools/task-generate-agent.md index 9e035ca8..e1b60d91 100644 --- a/.claude/commands/workflow/tools/task-generate-agent.md +++ b/.claude/commands/workflow/tools/task-generate-agent.md @@ -1,6 +1,6 @@ --- name: task-generate-agent -description: Autonomous task generation using action-planning-agent with discovery and output phases +description: Autonomous task generation using action-planning-agent with discovery and output phases for workflow planning argument-hint: "--session WFS-session-id [--cli-execute]" examples: - /workflow:tools:task-generate-agent --session WFS-auth diff --git a/.claude/commands/workflow/tools/task-generate-tdd.md b/.claude/commands/workflow/tools/task-generate-tdd.md index 80401ee3..7a237a17 100644 --- a/.claude/commands/workflow/tools/task-generate-tdd.md +++ b/.claude/commands/workflow/tools/task-generate-tdd.md @@ -1,6 +1,6 @@ --- name: task-generate-tdd -description: Generate TDD task chains with Red-Green-Refactor dependencies +description: Generate TDD task chains with Red-Green-Refactor dependencies, test-first structure, and cycle validation argument-hint: "--session WFS-session-id [--agent]" allowed-tools: Read(*), Write(*), Bash(gemini:*), TodoWrite(*) --- diff --git a/.claude/commands/workflow/tools/task-generate.md b/.claude/commands/workflow/tools/task-generate.md index a96b4fef..10614588 100644 --- a/.claude/commands/workflow/tools/task-generate.md +++ b/.claude/commands/workflow/tools/task-generate.md @@ -1,6 +1,6 @@ --- name: task-generate -description: Generate task JSON files and IMPL_PLAN.md from analysis results with artifacts integration +description: Generate task JSON files and IMPL_PLAN.md from analysis results using action-planning-agent with artifact integration argument-hint: "--session WFS-session-id [--cli-execute]" examples: - /workflow:tools:task-generate --session WFS-auth diff --git a/.claude/commands/workflow/tools/tdd-coverage-analysis.md b/.claude/commands/workflow/tools/tdd-coverage-analysis.md index 2e40bf25..0e9f0ae9 100644 --- a/.claude/commands/workflow/tools/tdd-coverage-analysis.md +++ b/.claude/commands/workflow/tools/tdd-coverage-analysis.md @@ -1,6 +1,6 @@ --- name: tdd-coverage-analysis -description: Analyze test coverage and TDD cycle execution +description: Analyze test coverage and TDD cycle execution with Red-Green-Refactor compliance verification argument-hint: "--session WFS-session-id" allowed-tools: Read(*), Write(*), Bash(*) --- diff --git a/.claude/commands/workflow/tools/test-concept-enhanced.md b/.claude/commands/workflow/tools/test-concept-enhanced.md index 91000364..f6d40cd9 100644 --- a/.claude/commands/workflow/tools/test-concept-enhanced.md +++ b/.claude/commands/workflow/tools/test-concept-enhanced.md @@ -1,6 +1,6 @@ --- name: test-concept-enhanced -description: Analyze test requirements and generate test generation strategy using Gemini +description: Analyze test requirements and generate test generation strategy using Gemini with test-context package argument-hint: "--session WFS-test-session-id --context path/to/test-context-package.json" examples: - /workflow:tools:test-concept-enhanced --session WFS-test-auth --context .workflow/WFS-test-auth/.process/test-context-package.json diff --git a/.claude/commands/workflow/tools/test-context-gather.md b/.claude/commands/workflow/tools/test-context-gather.md index e7e2a2a5..6bf9e48f 100644 --- a/.claude/commands/workflow/tools/test-context-gather.md +++ b/.claude/commands/workflow/tools/test-context-gather.md @@ -1,6 +1,6 @@ --- name: test-context-gather -description: Intelligently collect test coverage context using test-context-search-agent and package into standardized test-context JSON +description: Collect test coverage context using test-context-search-agent and package into standardized test-context JSON argument-hint: "--session WFS-test-session-id" examples: - /workflow:tools:test-context-gather --session WFS-test-auth diff --git a/.claude/commands/workflow/tools/test-task-generate.md b/.claude/commands/workflow/tools/test-task-generate.md index 20e60810..dc981ef6 100644 --- a/.claude/commands/workflow/tools/test-task-generate.md +++ b/.claude/commands/workflow/tools/test-task-generate.md @@ -1,6 +1,6 @@ --- name: test-task-generate -description: Generate test-fix task JSON with iterative test-fix-retest cycle specification +description: Generate test-fix task JSON with iterative test-fix-retest cycle specification using Gemini/Qwen/Codex argument-hint: "[--use-codex] [--cli-execute] --session WFS-test-session-id" examples: - /workflow:tools:test-task-generate --session WFS-test-auth diff --git a/.claude/commands/workflow/ui-design/animation-extract.md b/.claude/commands/workflow/ui-design/animation-extract.md index 969ecc36..1b2217a6 100644 --- a/.claude/commands/workflow/ui-design/animation-extract.md +++ b/.claude/commands/workflow/ui-design/animation-extract.md @@ -1,6 +1,6 @@ --- name: animation-extract -description: Extract animation and transition patterns from URLs, CSS, or interactive questioning +description: Extract animation and transition patterns from URLs, CSS, or interactive questioning for design system documentation argument-hint: "[--base-path ] [--session ] [--urls ""] [--mode ] [--focus ""]" allowed-tools: TodoWrite(*), Read(*), Write(*), Glob(*), Bash(*), Task(ui-design-agent), mcp__chrome-devtools__navigate_page(*), mcp__chrome-devtools__evaluate_script(*) --- diff --git a/.claude/commands/workflow/ui-design/batch-generate.md b/.claude/commands/workflow/ui-design/batch-generate.md index e0834a3e..aa1db36f 100644 --- a/.claude/commands/workflow/ui-design/batch-generate.md +++ b/.claude/commands/workflow/ui-design/batch-generate.md @@ -1,6 +1,6 @@ --- name: batch-generate -description: Prompt-driven batch UI generation using target-style-centric parallel execution +description: Prompt-driven batch UI generation using target-style-centric parallel execution with design token application argument-hint: [--targets ""] [--target-type "page|component"] [--device-type "desktop|mobile|tablet|responsive"] [--base-path ] [--session ] [--style-variants ] [--layout-variants ] allowed-tools: TodoWrite(*), Read(*), Write(*), Task(ui-design-agent), Bash(*), mcp__exa__web_search_exa(*) --- diff --git a/.claude/commands/workflow/ui-design/capture.md b/.claude/commands/workflow/ui-design/capture.md index f46a1533..7b498afa 100644 --- a/.claude/commands/workflow/ui-design/capture.md +++ b/.claude/commands/workflow/ui-design/capture.md @@ -1,6 +1,6 @@ --- name: capture -description: Batch screenshot capture for UI design workflows using MCP or local fallback +description: Batch screenshot capture for UI design workflows using MCP puppeteer or local fallback with URL mapping argument-hint: --url-map "target:url,..." [--base-path path] [--session id] allowed-tools: TodoWrite(*), Read(*), Write(*), Bash(*), Glob(*), ListMcpResourcesTool(*), mcp__chrome-devtools__*, mcp__playwright__* --- diff --git a/.claude/commands/workflow/ui-design/explore-auto.md b/.claude/commands/workflow/ui-design/explore-auto.md index c707a88f..433afbe5 100644 --- a/.claude/commands/workflow/ui-design/explore-auto.md +++ b/.claude/commands/workflow/ui-design/explore-auto.md @@ -1,6 +1,6 @@ --- name: explore-auto -description: Exploratory UI design workflow with style-centric batch generation +description: Exploratory UI design workflow with style-centric batch generation, creates design variants from prompts/images with parallel execution argument-hint: "[--prompt ""] [--images ""] [--targets ""] [--target-type "page|component"] [--session ] [--style-variants ] [--layout-variants ] [--batch-plan]"" allowed-tools: SlashCommand(*), TodoWrite(*), Read(*), Bash(*), Glob(*), Write(*), Task(conceptual-planning-agent) --- diff --git a/.claude/commands/workflow/ui-design/explore-layers.md b/.claude/commands/workflow/ui-design/explore-layers.md index 2f4d3090..1a334c45 100644 --- a/.claude/commands/workflow/ui-design/explore-layers.md +++ b/.claude/commands/workflow/ui-design/explore-layers.md @@ -1,6 +1,6 @@ --- name: explore-layers -description: Interactive deep UI capture with depth-controlled layer exploration +description: Interactive deep UI capture with depth-controlled layer exploration using MCP puppeteer argument-hint: --url --depth <1-5> [--session id] [--base-path path] allowed-tools: TodoWrite(*), Read(*), Write(*), Bash(*), Glob(*), mcp__chrome-devtools__* --- diff --git a/.claude/commands/workflow/ui-design/generate.md b/.claude/commands/workflow/ui-design/generate.md index 1841f113..992c997e 100644 --- a/.claude/commands/workflow/ui-design/generate.md +++ b/.claude/commands/workflow/ui-design/generate.md @@ -1,6 +1,6 @@ --- name: generate -description: Assemble UI prototypes by combining layout templates with design tokens (pure assembler) +description: Assemble UI prototypes by combining layout templates with design tokens, pure assembler without new content generation argument-hint: [--base-path ] [--session ] [--style-variants ] [--layout-variants ] allowed-tools: TodoWrite(*), Read(*), Write(*), Task(ui-design-agent), Bash(*) --- diff --git a/.claude/commands/workflow/ui-design/imitate-auto.md b/.claude/commands/workflow/ui-design/imitate-auto.md index f3374158..aec8037b 100644 --- a/.claude/commands/workflow/ui-design/imitate-auto.md +++ b/.claude/commands/workflow/ui-design/imitate-auto.md @@ -1,6 +1,6 @@ --- name: imitate-auto -description: High-speed multi-page UI replication with batch screenshot capture +description: High-speed multi-page UI replication with batch screenshot capture and design token extraction argument-hint: --url-map "" [--capture-mode ] [--depth <1-5>] [--session ] [--prompt ""] allowed-tools: SlashCommand(*), TodoWrite(*), Read(*), Write(*), Bash(*) --- diff --git a/.claude/commands/workflow/ui-design/layout-extract.md b/.claude/commands/workflow/ui-design/layout-extract.md index 7be2d1eb..bc389f8d 100644 --- a/.claude/commands/workflow/ui-design/layout-extract.md +++ b/.claude/commands/workflow/ui-design/layout-extract.md @@ -1,6 +1,6 @@ --- name: layout-extract -description: Extract structural layout information from reference images, URLs, or text prompts +description: Extract structural layout information from reference images, URLs, or text prompts using Claude analysis argument-hint: [--base-path ] [--session ] [--images ""] [--urls ""] [--prompt ""] [--targets ""] [--mode ] [--variants ] [--device-type ] allowed-tools: TodoWrite(*), Read(*), Write(*), Glob(*), Bash(*), Task(ui-design-agent), mcp__exa__web_search_exa(*) --- diff --git a/.claude/commands/workflow/ui-design/style-extract.md b/.claude/commands/workflow/ui-design/style-extract.md index c212df71..80aaebbb 100644 --- a/.claude/commands/workflow/ui-design/style-extract.md +++ b/.claude/commands/workflow/ui-design/style-extract.md @@ -1,6 +1,6 @@ --- name: style-extract -description: Extract design style from reference images or text prompts using Claude's analysis +description: Extract design style from reference images or text prompts using Claude analysis with variant generation argument-hint: "[--base-path ] [--session ] [--images ""] [--urls ""] [--prompt ""] [--mode ] [--variants ]" allowed-tools: TodoWrite(*), Read(*), Write(*), Glob(*), mcp__chrome-devtools__navigate_page(*), mcp__chrome-devtools__evaluate_script(*) --- diff --git a/.claude/commands/workflow/ui-design/update.md b/.claude/commands/workflow/ui-design/update.md index 48265467..cc8ab312 100644 --- a/.claude/commands/workflow/ui-design/update.md +++ b/.claude/commands/workflow/ui-design/update.md @@ -1,6 +1,6 @@ --- name: update -description: Update brainstorming artifacts with finalized design system references +description: Update brainstorming artifacts with finalized design system references from selected prototypes argument-hint: --session [--selected-prototypes ""] allowed-tools: Read(*), Write(*), Edit(*), TodoWrite(*), Glob(*), Bash(*) --- diff --git a/.claude/skills/command-guide/index/all-commands.json b/.claude/skills/command-guide/index/all-commands.json index 15cd3933..40924c9b 100644 --- a/.claude/skills/command-guide/index/all-commands.json +++ b/.claude/skills/command-guide/index/all-commands.json @@ -1,692 +1,692 @@ [ + { + "name": "cli:analyze", + "description": "Read-only codebase analysis using Gemini (default), Qwen, or Codex with auto-pattern detection and template selection", + "arguments": "[--agent] [--tool codex|gemini|qwen] [--enhance] analysis target", + "category": "cli", + "subcategory": "core", + "usage_scenario": "documentation", + "difficulty": "Intermediate", + "file_path": "cli/analyze.md" + }, + { + "name": "cli:chat", + "description": "Read-only Q&A interaction with Gemini/Qwen/Codex for codebase questions with automatic context inference", + "arguments": "[--agent] [--tool codex|gemini|qwen] [--enhance] inquiry", + "category": "cli", + "subcategory": "core", + "usage_scenario": "documentation", + "difficulty": "Intermediate", + "file_path": "cli/chat.md" + }, + { + "name": "cli:cli-init", + "description": "Generate .gemini/ and .qwen/ config directories with settings.json and ignore files based on workspace technology detection", + "arguments": "[--tool gemini|qwen|all] [--output path] [--preview]", + "category": "cli", + "subcategory": "core", + "usage_scenario": "documentation", + "difficulty": "Intermediate", + "file_path": "cli/cli-init.md" + }, + { + "name": "cli:codex-execute", + "description": "Multi-stage Codex execution with automatic task decomposition into grouped subtasks using resume mechanism for context continuity", + "arguments": "[--verify-git] task description or task-id", + "category": "cli", + "subcategory": "core", + "usage_scenario": "session-management", + "difficulty": "Intermediate", + "file_path": "cli/codex-execute.md" + }, + { + "name": "cli:discuss-plan", + "description": "Multi-round collaborative planning using Gemini, Codex, and Claude synthesis with iterative discussion cycles (read-only, no code changes)", + "arguments": "[--topic '...'] [--task-id '...'] [--rounds N]", + "category": "cli", + "subcategory": "core", + "usage_scenario": "session-management", + "difficulty": "Intermediate", + "file_path": "cli/discuss-plan.md" + }, + { + "name": "cli:execute", + "description": "Autonomous code implementation with YOLO auto-approval using Gemini/Qwen/Codex, supports task ID or description input with automatic file pattern detection", + "arguments": "[--agent] [--tool codex|gemini|qwen] [--enhance] description or task-id", + "category": "cli", + "subcategory": "core", + "usage_scenario": "session-management", + "difficulty": "Intermediate", + "file_path": "cli/execute.md" + }, + { + "name": "cli:mode:bug-diagnosis", + "description": "Read-only bug root cause analysis using Gemini/Qwen/Codex with systematic diagnosis template for fix suggestions", + "arguments": "[--agent] [--tool codex|gemini|qwen] [--enhance] [--cd path] bug description", + "category": "cli", + "subcategory": "mode", + "usage_scenario": "analysis", + "difficulty": "Intermediate", + "file_path": "cli/mode/bug-diagnosis.md" + }, + { + "name": "cli:mode:code-analysis", + "description": "Read-only execution path tracing using Gemini/Qwen/Codex with specialized analysis template for call flow and optimization", + "arguments": "[--agent] [--tool codex|gemini|qwen] [--enhance] [--cd path] analysis target", + "category": "cli", + "subcategory": "mode", + "usage_scenario": "implementation", + "difficulty": "Intermediate", + "file_path": "cli/mode/code-analysis.md" + }, + { + "name": "cli:mode:plan", + "description": "Read-only architecture planning using Gemini/Qwen/Codex with strategic planning template for modification plans and impact analysis", + "arguments": "[--agent] [--tool codex|gemini|qwen] [--enhance] [--cd path] topic", + "category": "cli", + "subcategory": "mode", + "usage_scenario": "planning", + "difficulty": "Intermediate", + "file_path": "cli/mode/plan.md" + }, { "name": "enhance-prompt", - "description": "Context-aware prompt enhancement using session memory and codebase analysis", - "arguments": "\"user input to enhance\"", + "description": "Enhanced prompt transformation using session memory and codebase analysis with --enhance flag detection", + "arguments": "user input to enhance", "category": "general", - "subcategory": null, - "usage_scenario": "general", + "subcategory": "core", + "usage_scenario": "session-management", "difficulty": "Intermediate", "file_path": "enhance-prompt.md" }, + { + "name": "memory:docs", + "description": "Plan documentation workflow with dynamic grouping (≤10 docs/task), generates IMPL tasks for parallel module trees, README, ARCHITECTURE, and HTTP API docs", + "arguments": "[path] [--tool ] [--mode ] [--cli-execute]", + "category": "memory", + "subcategory": "core", + "usage_scenario": "planning", + "difficulty": "Intermediate", + "file_path": "memory/docs.md" + }, + { + "name": "memory:load-skill-memory", + "description": "Activate SKILL package (auto-detect from paths/keywords or manual) and intelligently load documentation based on task intent keywords", + "arguments": "[skill_name] \\\"task intent description\\\"", + "category": "memory", + "subcategory": "core", + "usage_scenario": "documentation", + "difficulty": "Intermediate", + "file_path": "memory/load-skill-memory.md" + }, + { + "name": "memory:load", + "description": "Delegate to universal-executor agent to analyze project via Gemini/Qwen CLI and return JSON core content package for task context", + "arguments": "[--tool gemini|qwen] \\\"task context description\\\"", + "category": "memory", + "subcategory": "core", + "usage_scenario": "implementation", + "difficulty": "Intermediate", + "file_path": "memory/load.md" + }, + { + "name": "memory:skill-memory", + "description": "4-phase autonomous orchestrator: check docs → /memory:docs planning → /workflow:execute → generate SKILL.md with progressive loading index (skips phases 2-3 if docs exist)", + "arguments": "[path] [--tool ] [--regenerate] [--mode ] [--cli-execute]", + "category": "memory", + "subcategory": "core", + "usage_scenario": "documentation", + "difficulty": "Intermediate", + "file_path": "memory/skill-memory.md" + }, + { + "name": "memory:tech-research", + "description": "3-phase orchestrator: extract tech stack from session/name → delegate to agent for Exa research and module generation → generate SKILL.md index (skips phase 2 if exists)", + "arguments": "[session-id | tech-stack-name] [--regenerate] [--tool ]", + "category": "memory", + "subcategory": "core", + "usage_scenario": "documentation", + "difficulty": "Intermediate", + "file_path": "memory/tech-research.md" + }, + { + "name": "memory:update-full", + "description": "Update all CLAUDE.md files using layer-based execution (Layer 3→1) with batched agents (4 modules/agent) and gemini→qwen→codex fallback, <20 modules uses direct parallel", + "arguments": "[--tool gemini|qwen|codex] [--path ]", + "category": "memory", + "subcategory": "core", + "usage_scenario": "implementation", + "difficulty": "Intermediate", + "file_path": "memory/update-full.md" + }, + { + "name": "memory:update-related", + "description": "Update CLAUDE.md for git-changed modules using batched agent execution (4 modules/agent) with gemini→qwen→codex fallback, <15 modules uses direct execution", + "arguments": "[--tool gemini|qwen|codex]", + "category": "memory", + "subcategory": "core", + "usage_scenario": "implementation", + "difficulty": "Intermediate", + "file_path": "memory/update-related.md" + }, + { + "name": "memory:workflow-skill-memory", + "description": "Process WFS-* archived sessions using universal-executor agents with Gemini analysis to generate workflow-progress SKILL package (sessions-timeline, lessons, conflicts)", + "arguments": "session | all", + "category": "memory", + "subcategory": "core", + "usage_scenario": "documentation", + "difficulty": "Intermediate", + "file_path": "memory/workflow-skill-memory.md" + }, + { + "name": "task:breakdown", + "description": "Decompose complex task into subtasks with dependency mapping, creates child task JSONs with parent references and execution order", + "arguments": "task-id", + "category": "task", + "subcategory": "core", + "usage_scenario": "planning", + "difficulty": "Intermediate", + "file_path": "task/breakdown.md" + }, + { + "name": "task:create", + "description": "Generate task JSON from natural language description with automatic file pattern detection, scope inference, and dependency analysis", + "arguments": "\\\"task title\\\"", + "category": "task", + "subcategory": "core", + "usage_scenario": "testing", + "difficulty": "Intermediate", + "file_path": "task/create.md" + }, + { + "name": "task:execute", + "description": "Execute task JSON using appropriate agent (@doc-generator/@implementation-agent/@test-agent) with pre-analysis context loading and status tracking", + "arguments": "task-id", + "category": "task", + "subcategory": "core", + "usage_scenario": "implementation", + "difficulty": "Intermediate", + "file_path": "task/execute.md" + }, + { + "name": "task:replan", + "description": "Update task JSON with new requirements or batch-update multiple tasks from verification report, tracks changes in task-changes.json", + "arguments": "task-id [\\\"text\\\"|file.md] | --batch [verification-report.md]", + "category": "task", + "subcategory": "core", + "usage_scenario": "documentation", + "difficulty": "Intermediate", + "file_path": "task/replan.md" + }, { "name": "version", - "description": "Display version information and check for updates", + "description": "Display Claude Code version information and check for updates", "arguments": "", "category": "general", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Intermediate", + "subcategory": "core", + "usage_scenario": "utilities", + "difficulty": "Basic", "file_path": "version.md" }, { - "name": "analyze", - "description": "Quick codebase analysis using CLI tools (codex/gemini/qwen)", - "arguments": "\"[--agent] [--tool codex|gemini|qwen] [--enhance] analysis target\"", - "category": "cli", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Advanced", - "file_path": "cli\\analyze.md" - }, - { - "name": "chat", - "description": "Simple CLI interaction command for direct codebase analysis", - "arguments": "\"[--agent] [--tool codex|gemini|qwen] [--enhance] inquiry\"", - "category": "cli", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Advanced", - "file_path": "cli\\chat.md" - }, - { - "name": "cli-init", - "description": "Initialize CLI tool configurations (Gemini and Qwen) based on workspace analysis", - "arguments": "\"[--tool gemini|qwen|all] [--output path] [--preview]\"", - "category": "cli", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Beginner", - "file_path": "cli\\cli-init.md" - }, - { - "name": "codex-execute", - "description": "Automated task decomposition and execution with Codex using resume mechanism", - "arguments": "\"[--verify-git] task description or task-id\"", - "category": "cli", - "subcategory": null, - "usage_scenario": "implementation", - "difficulty": "Intermediate", - "file_path": "cli\\codex-execute.md" - }, - { - "name": "discuss-plan", - "description": "Orchestrates an iterative, multi-model discussion for planning and analysis without implementation.", - "arguments": "\"[--topic '...'] [--task-id '...'] [--rounds N]\"", - "category": "cli", - "subcategory": null, + "name": "workflow:action-plan-verify", + "description": "Perform non-destructive cross-artifact consistency analysis between IMPL_PLAN.md and task JSONs with quality gate validation", + "arguments": "[optional: --session session-id]", + "category": "workflow", + "subcategory": "core", "usage_scenario": "planning", "difficulty": "Intermediate", - "file_path": "cli\\discuss-plan.md" + "file_path": "workflow/action-plan-verify.md" }, { - "name": "execute", - "description": "Auto-execution of implementation tasks with YOLO permissions and intelligent context inference", - "arguments": "\"[--agent] [--tool codex|gemini|qwen] [--enhance] description or task-id\"", - "category": "cli", - "subcategory": null, + "name": "workflow:brainstorm:api-designer", + "description": "Generate or update api-designer/analysis.md addressing guidance-specification discussion points for API design perspective", + "arguments": "optional topic - uses existing framework if available", + "category": "workflow", + "subcategory": "brainstorm", + "usage_scenario": "session-management", + "difficulty": "Advanced", + "file_path": "workflow/brainstorm/api-designer.md" + }, + { + "name": "workflow:brainstorm:artifacts", + "description": "Interactive clarification generating confirmed guidance specification through role-based analysis and synthesis", + "arguments": "topic or challenge description [--count N]", + "category": "workflow", + "subcategory": "brainstorm", + "usage_scenario": "session-management", + "difficulty": "Advanced", + "file_path": "workflow/brainstorm/artifacts.md" + }, + { + "name": "workflow:brainstorm:auto-parallel", + "description": "Parallel brainstorming automation with dynamic role selection and concurrent execution across multiple perspectives", + "arguments": "topic or challenge description\" [--count N]", + "category": "workflow", + "subcategory": "brainstorm", + "usage_scenario": "session-management", + "difficulty": "Advanced", + "file_path": "workflow/brainstorm/auto-parallel.md" + }, + { + "name": "workflow:brainstorm:data-architect", + "description": "Generate or update data-architect/analysis.md addressing guidance-specification discussion points for data architecture perspective", + "arguments": "optional topic - uses existing framework if available", + "category": "workflow", + "subcategory": "brainstorm", "usage_scenario": "implementation", "difficulty": "Advanced", - "file_path": "cli\\execute.md" + "file_path": "workflow/brainstorm/data-architect.md" }, { - "name": "bug-diagnosis", - "description": "Bug diagnosis and fix suggestions using CLI tools with specialized template", - "arguments": "\"[--agent] [--tool codex|gemini|qwen] [--enhance] [--cd path] bug description\"", - "category": "cli", - "subcategory": "mode", - "usage_scenario": "general", + "name": "workflow:brainstorm:product-manager", + "description": "Generate or update product-manager/analysis.md addressing guidance-specification discussion points for product management perspective", + "arguments": "optional topic - uses existing framework if available", + "category": "workflow", + "subcategory": "brainstorm", + "usage_scenario": "implementation", "difficulty": "Advanced", - "file_path": "cli\\mode\\bug-diagnosis.md" + "file_path": "workflow/brainstorm/product-manager.md" }, { - "name": "code-analysis", - "description": "Deep code analysis and debugging using CLI tools with specialized template", - "arguments": "\"[--agent] [--tool codex|gemini|qwen] [--enhance] [--cd path] analysis target\"", - "category": "cli", - "subcategory": "mode", - "usage_scenario": "general", + "name": "workflow:brainstorm:product-owner", + "description": "Generate or update product-owner/analysis.md addressing guidance-specification discussion points for product ownership perspective", + "arguments": "optional topic - uses existing framework if available", + "category": "workflow", + "subcategory": "brainstorm", + "usage_scenario": "implementation", "difficulty": "Advanced", - "file_path": "cli\\mode\\code-analysis.md" + "file_path": "workflow/brainstorm/product-owner.md" }, { - "name": "plan", - "description": "Project planning and architecture analysis using CLI tools", - "arguments": "\"[--agent] [--tool codex|gemini|qwen] [--enhance] [--cd path] topic\"", - "category": "cli", - "subcategory": "mode", + "name": "workflow:brainstorm:scrum-master", + "description": "Generate or update scrum-master/analysis.md addressing guidance-specification discussion points for Agile process perspective", + "arguments": "optional topic - uses existing framework if available", + "category": "workflow", + "subcategory": "brainstorm", "usage_scenario": "planning", "difficulty": "Advanced", - "file_path": "cli\\mode\\plan.md" + "file_path": "workflow/brainstorm/scrum-master.md" }, { - "name": "docs", - "description": "Documentation planning and orchestration - creates structured documentation tasks for execution", - "arguments": "\"[path] [--tool ] [--mode ] [--cli-execute]\"", - "category": "memory", - "subcategory": null, - "usage_scenario": "documentation", + "name": "workflow:brainstorm:subject-matter-expert", + "description": "Generate or update subject-matter-expert/analysis.md addressing guidance-specification discussion points for domain expertise perspective", + "arguments": "optional topic - uses existing framework if available", + "category": "workflow", + "subcategory": "brainstorm", + "usage_scenario": "implementation", "difficulty": "Advanced", - "file_path": "memory\\docs.md" + "file_path": "workflow/brainstorm/subject-matter-expert.md" }, { - "name": "load-skill-memory", - "description": "Activate SKILL package (auto-detect or manual) and load documentation based on task intent", - "arguments": "\"[skill_name] \\\"task intent description\\\"\"", - "category": "memory", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "memory\\load-skill-memory.md" - }, - { - "name": "load", - "description": "Load project memory by delegating to agent, returns structured core content package for subsequent operations", - "arguments": "\"[--tool gemini|qwen] \\\"task context description\\\"\"", - "category": "memory", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "memory\\load.md" - }, - { - "name": "skill-memory", - "description": "Generate SKILL package index from project documentation", - "arguments": "\"[path] [--tool ] [--regenerate] [--mode ] [--cli-execute]\"", - "category": "memory", - "subcategory": null, - "usage_scenario": "general", + "name": "workflow:brainstorm:synthesis", + "description": "Clarify and refine role analyses through intelligent Q&A and targeted updates with synthesis agent", + "arguments": "[optional: --session session-id]", + "category": "workflow", + "subcategory": "brainstorm", + "usage_scenario": "brainstorming", "difficulty": "Advanced", - "file_path": "memory\\skill-memory.md" + "file_path": "workflow/brainstorm/synthesis.md" }, { - "name": "tech-research", - "description": "Generate tech stack SKILL packages using Exa research via agent delegation", - "arguments": "\"[session-id | tech-stack-name] [--regenerate] [--tool ]\"", - "category": "memory", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "memory\\tech-research.md" - }, - { - "name": "update-full", - "description": "Complete project-wide CLAUDE.md documentation update with agent-based parallel execution and tool fallback", - "arguments": "\"[--tool gemini|qwen|codex] [--path ]\"", - "category": "memory", - "subcategory": null, - "usage_scenario": "documentation", + "name": "workflow:brainstorm:system-architect", + "description": "Generate or update system-architect/analysis.md addressing guidance-specification discussion points for system architecture perspective", + "arguments": "optional topic - uses existing framework if available", + "category": "workflow", + "subcategory": "brainstorm", + "usage_scenario": "session-management", "difficulty": "Advanced", - "file_path": "memory\\update-full.md" + "file_path": "workflow/brainstorm/system-architect.md" }, { - "name": "update-related", - "description": "Context-aware CLAUDE.md documentation updates based on recent changes with agent-based execution and tool fallback", - "arguments": "\"[--tool gemini|qwen|codex]\"", - "category": "memory", - "subcategory": null, - "usage_scenario": "documentation", + "name": "workflow:brainstorm:ui-designer", + "description": "Generate or update ui-designer/analysis.md addressing guidance-specification discussion points for UI design perspective", + "arguments": "optional topic - uses existing framework if available", + "category": "workflow", + "subcategory": "brainstorm", + "usage_scenario": "planning", "difficulty": "Advanced", - "file_path": "memory\\update-related.md" + "file_path": "workflow/brainstorm/ui-designer.md" }, { - "name": "workflow-skill-memory", - "description": "Generate SKILL package from archived workflow sessions for progressive context loading", - "arguments": "\"session | all\"", - "category": "memory", - "subcategory": null, - "usage_scenario": "general", + "name": "workflow:brainstorm:ux-expert", + "description": "Generate or update ux-expert/analysis.md addressing guidance-specification discussion points for UX perspective", + "arguments": "optional topic - uses existing framework if available", + "category": "workflow", + "subcategory": "brainstorm", + "usage_scenario": "implementation", + "difficulty": "Advanced", + "file_path": "workflow/brainstorm/ux-expert.md" + }, + { + "name": "workflow:execute", + "description": "Coordinate agent execution for workflow tasks with automatic session discovery, parallel task processing, and status tracking", + "arguments": "[--resume-session=\\\"session-id\\\"]", + "category": "workflow", + "subcategory": "core", + "usage_scenario": "session-management", "difficulty": "Intermediate", - "file_path": "memory\\workflow-skill-memory.md" + "file_path": "workflow/execute.md" }, { - "name": "breakdown", - "description": "Intelligent task decomposition with context-aware subtask generation", - "arguments": "\"task-id\"", - "category": "task", - "subcategory": null, - "usage_scenario": "general", + "name": "workflow:plan", + "description": "5-phase planning workflow with Gemini analysis and action-planning-agent task generation, outputs IMPL_PLAN.md and task JSONs with optional CLI auto-execution", + "arguments": "[--agent] [--cli-execute] \\\"text description\\\"|file.md", + "category": "workflow", + "subcategory": "core", + "usage_scenario": "session-management", "difficulty": "Intermediate", - "file_path": "task\\breakdown.md" + "file_path": "workflow/plan.md" }, { - "name": "create", - "description": "Create implementation tasks with automatic context awareness", - "arguments": "\"\\\"task title\\\"\"", - "category": "task", - "subcategory": null, + "name": "workflow:resume", + "description": "Resume paused workflow session with automatic progress analysis, pending task identification, and conflict detection", + "arguments": "session-id for workflow session to resume", + "category": "workflow", + "subcategory": "core", "usage_scenario": "implementation", "difficulty": "Intermediate", - "file_path": "task\\create.md" + "file_path": "workflow/resume.md" }, { - "name": "execute", - "description": "Execute tasks with appropriate agents and context-aware orchestration", - "arguments": "\"task-id\"", - "category": "task", - "subcategory": null, - "usage_scenario": "implementation", - "difficulty": "Intermediate", - "file_path": "task\\execute.md" - }, - { - "name": "replan", - "description": "Replan individual tasks with detailed user input and change tracking", - "arguments": "\"task-id [\\\"text\\\"|file.md] | --batch [verification-report.md]\"", - "category": "task", - "subcategory": null, - "usage_scenario": "planning", - "difficulty": "Intermediate", - "file_path": "task\\replan.md" - }, - { - "name": "action-plan-verify", - "description": "Perform non-destructive cross-artifact consistency and quality analysis of IMPL_PLAN.md and task.json before execution", - "arguments": "\"[optional: --session session-id]\"", + "name": "workflow:review", + "description": "Post-implementation review with specialized types (security/architecture/action-items/quality) using analysis agents and Gemini", + "arguments": "[--type=security|architecture|action-items|quality] [optional: session-id]", "category": "workflow", - "subcategory": null, - "usage_scenario": "planning", - "difficulty": "Intermediate", - "file_path": "workflow\\action-plan-verify.md" - }, - { - "name": "execute", - "description": "Coordinate agents for existing workflow tasks with automatic discovery", - "arguments": "\"[--resume-session=\\\"session-id\\\"]\"", - "category": "workflow", - "subcategory": null, - "usage_scenario": "implementation", - "difficulty": "Intermediate", - "file_path": "workflow\\execute.md" - }, - { - "name": "plan", - "description": "Orchestrate 5-phase planning workflow with quality gate, executing commands and passing context between phases", - "arguments": "\"[--agent] [--cli-execute] \\\"text description\\\"|file.md\"", - "category": "workflow", - "subcategory": null, - "usage_scenario": "planning", - "difficulty": "Advanced", - "file_path": "workflow\\plan.md" - }, - { - "name": "resume", - "description": "Intelligent workflow session resumption with automatic progress analysis", - "arguments": "\"session-id for workflow session to resume\"", - "category": "workflow", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\resume.md" - }, - { - "name": "review", - "description": "Optional specialized review (security, architecture, docs) for completed implementation", - "arguments": "\"[--type=security|architecture|action-items|quality] [optional: session-id]\"", - "category": "workflow", - "subcategory": null, - "usage_scenario": "implementation", - "difficulty": "Intermediate", - "file_path": "workflow\\review.md" - }, - { - "name": "workflow:status", - "description": "Generate on-demand views from JSON task data", - "arguments": "\"[optional: task-id]\"", - "category": "workflow", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Beginner", - "file_path": "workflow\\status.md" - }, - { - "name": "tdd-plan", - "description": "Orchestrate TDD workflow planning with Red-Green-Refactor task chains", - "arguments": "\"[--agent] \\\"feature description\\\"|file.md\"", - "category": "workflow", - "subcategory": null, - "usage_scenario": "planning", - "difficulty": "Advanced", - "file_path": "workflow\\tdd-plan.md" - }, - { - "name": "tdd-verify", - "description": "Verify TDD workflow compliance and generate quality report", - "arguments": "\"[optional: WFS-session-id]\"", - "category": "workflow", - "subcategory": null, + "subcategory": "core", "usage_scenario": "testing", "difficulty": "Intermediate", - "file_path": "workflow\\tdd-verify.md" + "file_path": "workflow/review.md" }, { - "name": "test-cycle-execute", - "description": "Execute test-fix workflow with dynamic task generation and iterative fix cycles", - "arguments": "\"[--resume-session=\\\"session-id\\\"] [--max-iterations=N]\"", - "category": "workflow", - "subcategory": null, - "usage_scenario": "implementation", - "difficulty": "Intermediate", - "file_path": "workflow\\test-cycle-execute.md" - }, - { - "name": "test-fix-gen", - "description": "Create independent test-fix workflow session from existing implementation (session or prompt-based)", - "arguments": "\"[--use-codex] [--cli-execute] (source-session-id | \\\"feature description\\\" | /path/to/file.md)\"", - "category": "workflow", - "subcategory": null, - "usage_scenario": "implementation", - "difficulty": "Advanced", - "file_path": "workflow\\test-fix-gen.md" - }, - { - "name": "test-gen", - "description": "Create independent test-fix workflow session by analyzing completed implementation", - "arguments": "\"[--use-codex] [--cli-execute] source-session-id\"", - "category": "workflow", - "subcategory": null, - "usage_scenario": "implementation", - "difficulty": "Advanced", - "file_path": "workflow\\test-gen.md" - }, - { - "name": "api-designer", - "description": "Generate or update api-designer/analysis.md addressing guidance-specification discussion points", - "arguments": "\"optional topic - uses existing framework if available\"", - "category": "workflow", - "subcategory": "brainstorm", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\api-designer.md" - }, - { - "name": "artifacts", - "description": "Interactive clarification generating confirmed guidance specification", - "arguments": "\"topic or challenge description [--count N]\"", - "category": "workflow", - "subcategory": "brainstorm", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\artifacts.md" - }, - { - "name": "auto-parallel", - "description": "Parallel brainstorming automation with dynamic role selection and concurrent execution", - "arguments": "\"topic or challenge description\" [--count N]", - "category": "workflow", - "subcategory": "brainstorm", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\auto-parallel.md" - }, - { - "name": "data-architect", - "description": "Generate or update data-architect/analysis.md addressing guidance-specification discussion points", - "arguments": "\"optional topic - uses existing framework if available\"", - "category": "workflow", - "subcategory": "brainstorm", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\data-architect.md" - }, - { - "name": "product-manager", - "description": "Generate or update product-manager/analysis.md addressing guidance-specification discussion points", - "arguments": "\"optional topic - uses existing framework if available\"", - "category": "workflow", - "subcategory": "brainstorm", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\product-manager.md" - }, - { - "name": "product-owner", - "description": "Generate or update product-owner/analysis.md addressing guidance-specification discussion points", - "arguments": "\"optional topic - uses existing framework if available\"", - "category": "workflow", - "subcategory": "brainstorm", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\product-owner.md" - }, - { - "name": "scrum-master", - "description": "Generate or update scrum-master/analysis.md addressing guidance-specification discussion points", - "arguments": "\"optional topic - uses existing framework if available\"", - "category": "workflow", - "subcategory": "brainstorm", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\scrum-master.md" - }, - { - "name": "subject-matter-expert", - "description": "Generate or update subject-matter-expert/analysis.md addressing guidance-specification discussion points", - "arguments": "\"optional topic - uses existing framework if available\"", - "category": "workflow", - "subcategory": "brainstorm", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\subject-matter-expert.md" - }, - { - "name": "synthesis", - "description": "Clarify and refine role analyses through intelligent Q&A and targeted updates", - "arguments": "\"[optional: --session session-id]\"", - "category": "workflow", - "subcategory": "brainstorm", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\synthesis.md" - }, - { - "name": "system-architect", - "description": "Generate or update system-architect/analysis.md addressing guidance-specification discussion points", - "arguments": "\"optional topic - uses existing framework if available\"", - "category": "workflow", - "subcategory": "brainstorm", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\system-architect.md" - }, - { - "name": "ui-designer", - "description": "Generate or update ui-designer/analysis.md addressing guidance-specification discussion points", - "arguments": "\"optional topic - uses existing framework if available\"", - "category": "workflow", - "subcategory": "brainstorm", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\ui-designer.md" - }, - { - "name": "ux-expert", - "description": "Generate or update ux-expert/analysis.md addressing guidance-specification discussion points", - "arguments": "\"optional topic - uses existing framework if available\"", - "category": "workflow", - "subcategory": "brainstorm", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\ux-expert.md" - }, - { - "name": "complete", - "description": "Mark the active workflow session as complete, archive it with lessons learned, and remove active flag", - "arguments": "", + "name": "workflow:session:complete", + "description": "Mark active workflow session as complete, archive with lessons learned, update manifest, remove active flag", + "arguments": "# Complete current active session", "category": "workflow", "subcategory": "session", - "usage_scenario": "general", + "usage_scenario": "session-management", "difficulty": "Intermediate", - "file_path": "workflow\\session\\complete.md" + "file_path": "workflow/session/complete.md" }, { - "name": "list", - "description": "List all workflow sessions with status", - "arguments": "", + "name": "workflow:session:list", + "description": "List all workflow sessions with status filtering, shows session metadata and progress information", + "arguments": "# Show all sessions with status", "category": "workflow", "subcategory": "session", - "usage_scenario": "general", - "difficulty": "Beginner", - "file_path": "workflow\\session\\list.md" + "usage_scenario": "session-management", + "difficulty": "Basic", + "file_path": "workflow/session/list.md" }, { - "name": "resume", - "description": "Resume the most recently paused workflow session", - "arguments": "", + "name": "workflow:session:resume", + "description": "Resume the most recently paused workflow session with automatic session discovery and status update", + "arguments": "# Resume most recent paused session", "category": "workflow", "subcategory": "session", - "usage_scenario": "general", + "usage_scenario": "session-management", "difficulty": "Intermediate", - "file_path": "workflow\\session\\resume.md" + "file_path": "workflow/session/resume.md" }, { - "name": "start", - "description": "Discover existing sessions or start a new workflow session with intelligent session management", + "name": "workflow:session:start", + "description": "Discover existing sessions or start new workflow session with intelligent session management and conflict detection", "arguments": "[--auto|--new] [optional: task description for new session]", "category": "workflow", "subcategory": "session", - "usage_scenario": "general", + "usage_scenario": "session-management", "difficulty": "Intermediate", - "file_path": "workflow\\session\\start.md" + "file_path": "workflow/session/start.md" }, { - "name": "conflict-resolution", - "description": "Detect and resolve conflicts between plan and existing codebase using CLI-powered analysis", - "arguments": "\"--session WFS-session-id --context path/to/context-package.json\"", + "name": "workflow:status", + "description": "Generate on-demand task status views from JSON task data with optional task-id filtering for detailed view", + "arguments": "[optional: task-id]", "category": "workflow", - "subcategory": "tools", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\tools\\conflict-resolution.md" + "subcategory": "core", + "usage_scenario": "monitoring", + "difficulty": "Basic", + "file_path": "workflow/status.md" }, { - "name": "gather", - "description": "Intelligently collect project context using context-search-agent based on task description and package into standardized JSON", - "arguments": "\"--session WFS-session-id \\\"task description\\\"\"", + "name": "workflow:tdd-plan", + "description": "TDD workflow planning with Red-Green-Refactor task chain generation, test-first development structure, and cycle tracking", + "arguments": "[--agent] \\\"feature description\\\"|file.md", "category": "workflow", - "subcategory": "tools", - "usage_scenario": "general", + "subcategory": "core", + "usage_scenario": "session-management", "difficulty": "Intermediate", - "file_path": "workflow\\tools\\context-gather.md" + "file_path": "workflow/tdd-plan.md" }, { - "name": "task-generate-agent", - "description": "Autonomous task generation using action-planning-agent with discovery and output phases", - "arguments": "\"--session WFS-session-id [--cli-execute]\"", + "name": "workflow:tdd-verify", + "description": "Verify TDD workflow compliance against Red-Green-Refactor cycles, generate quality report with coverage analysis", + "arguments": "[optional: WFS-session-id]", "category": "workflow", - "subcategory": "tools", - "usage_scenario": "general", + "subcategory": "core", + "usage_scenario": "session-management", "difficulty": "Intermediate", - "file_path": "workflow\\tools\\task-generate-agent.md" + "file_path": "workflow/tdd-verify.md" }, { - "name": "task-generate-tdd", - "description": "Generate TDD task chains with Red-Green-Refactor dependencies", - "arguments": "\"--session WFS-session-id [--agent]\"", + "name": "workflow:test-cycle-execute", + "description": "Execute test-fix workflow with dynamic task generation and iterative fix cycles until all tests pass or max iterations reached", + "arguments": "[--resume-session=\\\"session-id\\\"] [--max-iterations=N]", + "category": "workflow", + "subcategory": "core", + "usage_scenario": "session-management", + "difficulty": "Intermediate", + "file_path": "workflow/test-cycle-execute.md" + }, + { + "name": "workflow:test-fix-gen", + "description": "Create test-fix workflow session from session ID, description, or file path with test strategy generation and task planning", + "arguments": "[--use-codex] [--cli-execute] (source-session-id | \\\"feature description\\\" | /path/to/file.md)", + "category": "workflow", + "subcategory": "core", + "usage_scenario": "testing", + "difficulty": "Intermediate", + "file_path": "workflow/test-fix-gen.md" + }, + { + "name": "workflow:test-gen", + "description": "Create independent test-fix workflow session from completed implementation session, analyzes code to generate test tasks", + "arguments": "[--use-codex] [--cli-execute] source-session-id", + "category": "workflow", + "subcategory": "core", + "usage_scenario": "testing", + "difficulty": "Intermediate", + "file_path": "workflow/test-gen.md" + }, + { + "name": "workflow:tools:conflict-resolution", + "description": "Detect and resolve conflicts between plan and existing codebase using CLI-powered analysis with Gemini/Qwen", + "arguments": "--session WFS-session-id --context path/to/context-package.json", "category": "workflow", "subcategory": "tools", - "usage_scenario": "general", + "usage_scenario": "brainstorming", "difficulty": "Advanced", - "file_path": "workflow\\tools\\task-generate-tdd.md" + "file_path": "workflow/tools/conflict-resolution.md" }, { - "name": "task-generate", - "description": "Generate task JSON files and IMPL_PLAN.md from analysis results with artifacts integration", - "arguments": "\"--session WFS-session-id [--cli-execute]\"", + "name": "workflow:tools:context-gather", + "description": "Intelligently collect project context using context-search-agent based on task description, packages into standardized JSON", + "arguments": "--session WFS-session-id \\\"task description\\\"", "category": "workflow", "subcategory": "tools", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\tools\\task-generate.md" + "usage_scenario": "implementation", + "difficulty": "Advanced", + "file_path": "workflow/tools/context-gather.md" }, { - "name": "tdd-coverage-analysis", - "description": "Analyze test coverage and TDD cycle execution", - "arguments": "\"--session WFS-session-id\"", + "name": "workflow:tools:task-generate-agent", + "description": "Autonomous task generation using action-planning-agent with discovery and output phases for workflow planning", + "arguments": "--session WFS-session-id [--cli-execute]", "category": "workflow", "subcategory": "tools", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\tools\\tdd-coverage-analysis.md" + "usage_scenario": "planning", + "difficulty": "Advanced", + "file_path": "workflow/tools/task-generate-agent.md" }, { - "name": "test-concept-enhanced", - "description": "Analyze test requirements and generate test generation strategy using Gemini", - "arguments": "\"--session WFS-test-session-id --context path/to/test-context-package.json\"", + "name": "workflow:tools:task-generate-tdd", + "description": "Generate TDD task chains with Red-Green-Refactor dependencies, test-first structure, and cycle validation", + "arguments": "--session WFS-session-id [--agent]", "category": "workflow", "subcategory": "tools", - "usage_scenario": "testing", - "difficulty": "Intermediate", - "file_path": "workflow\\tools\\test-concept-enhanced.md" + "usage_scenario": "planning", + "difficulty": "Advanced", + "file_path": "workflow/tools/task-generate-tdd.md" }, { - "name": "test-context-gather", - "description": "Intelligently collect test coverage context using test-context-search-agent and package into standardized test-context JSON", - "arguments": "\"--session WFS-test-session-id\"", + "name": "workflow:tools:task-generate", + "description": "", + "arguments": "--session WFS-auth", "category": "workflow", "subcategory": "tools", - "usage_scenario": "testing", - "difficulty": "Intermediate", - "file_path": "workflow\\tools\\test-context-gather.md" + "usage_scenario": "planning", + "difficulty": "Advanced", + "file_path": "workflow/tools/task-generate.md" }, { - "name": "test-task-generate", - "description": "Generate test-fix task JSON with iterative test-fix-retest cycle specification", - "arguments": "\"[--use-codex] [--cli-execute] --session WFS-test-session-id\"", + "name": "workflow:tools:tdd-coverage-analysis", + "description": "Analyze test coverage and TDD cycle execution with Red-Green-Refactor compliance verification", + "arguments": "--session WFS-session-id", "category": "workflow", "subcategory": "tools", "usage_scenario": "testing", "difficulty": "Advanced", - "file_path": "workflow\\tools\\test-task-generate.md" + "file_path": "workflow/tools/tdd-coverage-analysis.md" }, { - "name": "animation-extract", - "description": "Extract animation and transition patterns from URLs, CSS, or interactive questioning", - "arguments": "\"[--base-path ] [--session ] [--urls \"\"] [--mode ] [--focus \"\"]\"", + "name": "workflow:tools:test-concept-enhanced", + "description": "Analyze test requirements and generate test generation strategy using Gemini with test-context package", + "arguments": "--session WFS-test-session-id --context path/to/test-context-package.json", + "category": "workflow", + "subcategory": "tools", + "usage_scenario": "testing", + "difficulty": "Advanced", + "file_path": "workflow/tools/test-concept-enhanced.md" + }, + { + "name": "workflow:tools:test-context-gather", + "description": "Collect test coverage context using test-context-search-agent and package into standardized test-context JSON", + "arguments": "--session WFS-test-session-id", + "category": "workflow", + "subcategory": "tools", + "usage_scenario": "implementation", + "difficulty": "Advanced", + "file_path": "workflow/tools/test-context-gather.md" + }, + { + "name": "workflow:tools:test-task-generate", + "description": "Generate test-fix task JSON with iterative test-fix-retest cycle specification using Gemini/Qwen/Codex", + "arguments": "[--use-codex] [--cli-execute] --session WFS-test-session-id", + "category": "workflow", + "subcategory": "tools", + "usage_scenario": "session-management", + "difficulty": "Advanced", + "file_path": "workflow/tools/test-task-generate.md" + }, + { + "name": "workflow:ui-design:animation-extract", + "description": "Extract animation and transition patterns from URLs, CSS, or interactive questioning for design system documentation", + "arguments": "[--base-path ] [--session ] [--urls \"\"] [--mode ] [--focus \"\"]", "category": "workflow", "subcategory": "ui-design", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\ui-design\\animation-extract.md" + "usage_scenario": "documentation", + "difficulty": "Advanced", + "file_path": "workflow/ui-design/animation-extract.md" }, { - "name": "batch-generate", - "description": "Prompt-driven batch UI generation using target-style-centric parallel execution", + "name": "workflow:ui-design:batch-generate", + "description": "Prompt-driven batch UI generation using target-style-centric parallel execution with design token application", "arguments": "[--targets \"\"] [--target-type \"page|component\"] [--device-type \"desktop|mobile|tablet|responsive\"] [--base-path ] [--session ] [--style-variants ] [--layout-variants ]", "category": "workflow", "subcategory": "ui-design", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\ui-design\\batch-generate.md" + "usage_scenario": "ui-design", + "difficulty": "Advanced", + "file_path": "workflow/ui-design/batch-generate.md" }, { - "name": "capture", - "description": "Batch screenshot capture for UI design workflows using MCP or local fallback", + "name": "workflow:ui-design:capture", + "description": "Batch screenshot capture for UI design workflows using MCP puppeteer or local fallback with URL mapping", "arguments": "--url-map \"target:url,...\" [--base-path path] [--session id]", "category": "workflow", "subcategory": "ui-design", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\ui-design\\capture.md" + "usage_scenario": "ui-design", + "difficulty": "Advanced", + "file_path": "workflow/ui-design/capture.md" }, { - "name": "explore-auto", - "description": "Exploratory UI design workflow with style-centric batch generation", - "arguments": "\"[--prompt \"\"] [--images \"\"] [--targets \"\"] [--target-type \"page|component\"] [--session ] [--style-variants ] [--layout-variants ] [--batch-plan]\"\"", + "name": "workflow:ui-design:explore-auto", + "description": "Exploratory UI design workflow with style-centric batch generation, creates design variants from prompts/images with parallel execution", + "arguments": "[--prompt \"\"] [--images \"\"] [--targets \"\"] [--target-type \"page|component\"] [--session ] [--style-variants ] [--layout-variants ] [--batch-plan]\"", "category": "workflow", "subcategory": "ui-design", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\ui-design\\explore-auto.md" + "usage_scenario": "ui-design", + "difficulty": "Advanced", + "file_path": "workflow/ui-design/explore-auto.md" }, { - "name": "explore-layers", - "description": "Interactive deep UI capture with depth-controlled layer exploration", + "name": "workflow:ui-design:explore-layers", + "description": "Interactive deep UI capture with depth-controlled layer exploration using MCP puppeteer", "arguments": "--url --depth <1-5> [--session id] [--base-path path]", "category": "workflow", "subcategory": "ui-design", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\ui-design\\explore-layers.md" + "usage_scenario": "ui-design", + "difficulty": "Advanced", + "file_path": "workflow/ui-design/explore-layers.md" }, { - "name": "generate", - "description": "Assemble UI prototypes by combining layout templates with design tokens (pure assembler)", + "name": "workflow:ui-design:generate", + "description": "Assemble UI prototypes by combining layout templates with design tokens, pure assembler without new content generation", "arguments": "[--base-path ] [--session ] [--style-variants ] [--layout-variants ]", "category": "workflow", "subcategory": "ui-design", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\ui-design\\generate.md" + "usage_scenario": "ui-design", + "difficulty": "Advanced", + "file_path": "workflow/ui-design/generate.md" }, { - "name": "imitate-auto", - "description": "High-speed multi-page UI replication with batch screenshot capture", + "name": "workflow:ui-design:imitate-auto", + "description": "High-speed multi-page UI replication with batch screenshot capture and design token extraction", "arguments": "--url-map \"\" [--capture-mode ] [--depth <1-5>] [--session ] [--prompt \"\"]", "category": "workflow", "subcategory": "ui-design", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\ui-design\\imitate-auto.md" + "usage_scenario": "documentation", + "difficulty": "Advanced", + "file_path": "workflow/ui-design/imitate-auto.md" }, { - "name": "layout-extract", - "description": "Extract structural layout information from reference images, URLs, or text prompts", + "name": "workflow:ui-design:layout-extract", + "description": "Extract structural layout information from reference images, URLs, or text prompts using Claude analysis", "arguments": "[--base-path ] [--session ] [--images \"\"] [--urls \"\"] [--prompt \"\"] [--targets \"\"] [--mode ] [--variants ] [--device-type ]", "category": "workflow", "subcategory": "ui-design", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\ui-design\\layout-extract.md" + "usage_scenario": "ui-design", + "difficulty": "Advanced", + "file_path": "workflow/ui-design/layout-extract.md" }, { - "name": "style-extract", - "description": "Extract design style from reference images or text prompts using Claude's analysis", - "arguments": "\"[--base-path ] [--session ] [--images \"\"] [--urls \"\"] [--prompt \"\"] [--mode ] [--variants ]\"", + "name": "workflow:ui-design:style-extract", + "description": "Extract design style from reference images or text prompts using Claude analysis with variant generation", + "arguments": "[--base-path ] [--session ] [--images \"\"] [--urls \"\"] [--prompt \"\"] [--mode ] [--variants ]", "category": "workflow", "subcategory": "ui-design", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\ui-design\\style-extract.md" + "usage_scenario": "documentation", + "difficulty": "Advanced", + "file_path": "workflow/ui-design/style-extract.md" }, { - "name": "update", - "description": "Update brainstorming artifacts with finalized design system references", + "name": "workflow:ui-design:update", + "description": "Update brainstorming artifacts with finalized design system references from selected prototypes", "arguments": "--session [--selected-prototypes \"\"]", "category": "workflow", "subcategory": "ui-design", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\ui-design\\update.md" + "usage_scenario": "ui-design", + "difficulty": "Advanced", + "file_path": "workflow/ui-design/update.md" } ] \ No newline at end of file diff --git a/.claude/skills/command-guide/index/by-category.json b/.claude/skills/command-guide/index/by-category.json index 026b212e..d9df77d7 100644 --- a/.claude/skills/command-guide/index/by-category.json +++ b/.claude/skills/command-guide/index/by-category.json @@ -1,721 +1,721 @@ { + "cli": { + "core": [ + { + "name": "cli:analyze", + "description": "Read-only codebase analysis using Gemini (default), Qwen, or Codex with auto-pattern detection and template selection", + "arguments": "[--agent] [--tool codex|gemini|qwen] [--enhance] analysis target", + "category": "cli", + "subcategory": "core", + "usage_scenario": "documentation", + "difficulty": "Intermediate", + "file_path": "cli/analyze.md" + }, + { + "name": "cli:chat", + "description": "Read-only Q&A interaction with Gemini/Qwen/Codex for codebase questions with automatic context inference", + "arguments": "[--agent] [--tool codex|gemini|qwen] [--enhance] inquiry", + "category": "cli", + "subcategory": "core", + "usage_scenario": "documentation", + "difficulty": "Intermediate", + "file_path": "cli/chat.md" + }, + { + "name": "cli:cli-init", + "description": "Generate .gemini/ and .qwen/ config directories with settings.json and ignore files based on workspace technology detection", + "arguments": "[--tool gemini|qwen|all] [--output path] [--preview]", + "category": "cli", + "subcategory": "core", + "usage_scenario": "documentation", + "difficulty": "Intermediate", + "file_path": "cli/cli-init.md" + }, + { + "name": "cli:codex-execute", + "description": "Multi-stage Codex execution with automatic task decomposition into grouped subtasks using resume mechanism for context continuity", + "arguments": "[--verify-git] task description or task-id", + "category": "cli", + "subcategory": "core", + "usage_scenario": "session-management", + "difficulty": "Intermediate", + "file_path": "cli/codex-execute.md" + }, + { + "name": "cli:discuss-plan", + "description": "Multi-round collaborative planning using Gemini, Codex, and Claude synthesis with iterative discussion cycles (read-only, no code changes)", + "arguments": "[--topic '...'] [--task-id '...'] [--rounds N]", + "category": "cli", + "subcategory": "core", + "usage_scenario": "session-management", + "difficulty": "Intermediate", + "file_path": "cli/discuss-plan.md" + }, + { + "name": "cli:execute", + "description": "Autonomous code implementation with YOLO auto-approval using Gemini/Qwen/Codex, supports task ID or description input with automatic file pattern detection", + "arguments": "[--agent] [--tool codex|gemini|qwen] [--enhance] description or task-id", + "category": "cli", + "subcategory": "core", + "usage_scenario": "session-management", + "difficulty": "Intermediate", + "file_path": "cli/execute.md" + } + ], + "mode": [ + { + "name": "cli:mode:bug-diagnosis", + "description": "Read-only bug root cause analysis using Gemini/Qwen/Codex with systematic diagnosis template for fix suggestions", + "arguments": "[--agent] [--tool codex|gemini|qwen] [--enhance] [--cd path] bug description", + "category": "cli", + "subcategory": "mode", + "usage_scenario": "analysis", + "difficulty": "Intermediate", + "file_path": "cli/mode/bug-diagnosis.md" + }, + { + "name": "cli:mode:code-analysis", + "description": "Read-only execution path tracing using Gemini/Qwen/Codex with specialized analysis template for call flow and optimization", + "arguments": "[--agent] [--tool codex|gemini|qwen] [--enhance] [--cd path] analysis target", + "category": "cli", + "subcategory": "mode", + "usage_scenario": "implementation", + "difficulty": "Intermediate", + "file_path": "cli/mode/code-analysis.md" + }, + { + "name": "cli:mode:plan", + "description": "Read-only architecture planning using Gemini/Qwen/Codex with strategic planning template for modification plans and impact analysis", + "arguments": "[--agent] [--tool codex|gemini|qwen] [--enhance] [--cd path] topic", + "category": "cli", + "subcategory": "mode", + "usage_scenario": "planning", + "difficulty": "Intermediate", + "file_path": "cli/mode/plan.md" + } + ] + }, "general": { - "_root": [ + "core": [ { "name": "enhance-prompt", - "description": "Context-aware prompt enhancement using session memory and codebase analysis", - "arguments": "\"user input to enhance\"", + "description": "Enhanced prompt transformation using session memory and codebase analysis with --enhance flag detection", + "arguments": "user input to enhance", "category": "general", - "subcategory": null, - "usage_scenario": "general", + "subcategory": "core", + "usage_scenario": "session-management", "difficulty": "Intermediate", "file_path": "enhance-prompt.md" }, { "name": "version", - "description": "Display version information and check for updates", + "description": "Display Claude Code version information and check for updates", "arguments": "", "category": "general", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Intermediate", + "subcategory": "core", + "usage_scenario": "utilities", + "difficulty": "Basic", "file_path": "version.md" } ] }, - "cli": { - "_root": [ - { - "name": "analyze", - "description": "Quick codebase analysis using CLI tools (codex/gemini/qwen)", - "arguments": "\"[--agent] [--tool codex|gemini|qwen] [--enhance] analysis target\"", - "category": "cli", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Advanced", - "file_path": "cli\\analyze.md" - }, - { - "name": "chat", - "description": "Simple CLI interaction command for direct codebase analysis", - "arguments": "\"[--agent] [--tool codex|gemini|qwen] [--enhance] inquiry\"", - "category": "cli", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Advanced", - "file_path": "cli\\chat.md" - }, - { - "name": "cli-init", - "description": "Initialize CLI tool configurations (Gemini and Qwen) based on workspace analysis", - "arguments": "\"[--tool gemini|qwen|all] [--output path] [--preview]\"", - "category": "cli", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Beginner", - "file_path": "cli\\cli-init.md" - }, - { - "name": "codex-execute", - "description": "Automated task decomposition and execution with Codex using resume mechanism", - "arguments": "\"[--verify-git] task description or task-id\"", - "category": "cli", - "subcategory": null, - "usage_scenario": "implementation", - "difficulty": "Intermediate", - "file_path": "cli\\codex-execute.md" - }, - { - "name": "discuss-plan", - "description": "Orchestrates an iterative, multi-model discussion for planning and analysis without implementation.", - "arguments": "\"[--topic '...'] [--task-id '...'] [--rounds N]\"", - "category": "cli", - "subcategory": null, - "usage_scenario": "planning", - "difficulty": "Intermediate", - "file_path": "cli\\discuss-plan.md" - }, - { - "name": "execute", - "description": "Auto-execution of implementation tasks with YOLO permissions and intelligent context inference", - "arguments": "\"[--agent] [--tool codex|gemini|qwen] [--enhance] description or task-id\"", - "category": "cli", - "subcategory": null, - "usage_scenario": "implementation", - "difficulty": "Advanced", - "file_path": "cli\\execute.md" - } - ], - "mode": [ - { - "name": "bug-diagnosis", - "description": "Bug diagnosis and fix suggestions using CLI tools with specialized template", - "arguments": "\"[--agent] [--tool codex|gemini|qwen] [--enhance] [--cd path] bug description\"", - "category": "cli", - "subcategory": "mode", - "usage_scenario": "general", - "difficulty": "Advanced", - "file_path": "cli\\mode\\bug-diagnosis.md" - }, - { - "name": "code-analysis", - "description": "Deep code analysis and debugging using CLI tools with specialized template", - "arguments": "\"[--agent] [--tool codex|gemini|qwen] [--enhance] [--cd path] analysis target\"", - "category": "cli", - "subcategory": "mode", - "usage_scenario": "general", - "difficulty": "Advanced", - "file_path": "cli\\mode\\code-analysis.md" - }, - { - "name": "plan", - "description": "Project planning and architecture analysis using CLI tools", - "arguments": "\"[--agent] [--tool codex|gemini|qwen] [--enhance] [--cd path] topic\"", - "category": "cli", - "subcategory": "mode", - "usage_scenario": "planning", - "difficulty": "Advanced", - "file_path": "cli\\mode\\plan.md" - } - ] - }, "memory": { - "_root": [ + "core": [ { - "name": "docs", - "description": "Documentation planning and orchestration - creates structured documentation tasks for execution", - "arguments": "\"[path] [--tool ] [--mode ] [--cli-execute]\"", + "name": "memory:docs", + "description": "Plan documentation workflow with dynamic grouping (≤10 docs/task), generates IMPL tasks for parallel module trees, README, ARCHITECTURE, and HTTP API docs", + "arguments": "[path] [--tool ] [--mode ] [--cli-execute]", "category": "memory", - "subcategory": null, + "subcategory": "core", + "usage_scenario": "planning", + "difficulty": "Intermediate", + "file_path": "memory/docs.md" + }, + { + "name": "memory:load-skill-memory", + "description": "Activate SKILL package (auto-detect from paths/keywords or manual) and intelligently load documentation based on task intent keywords", + "arguments": "[skill_name] \\\"task intent description\\\"", + "category": "memory", + "subcategory": "core", "usage_scenario": "documentation", - "difficulty": "Advanced", - "file_path": "memory\\docs.md" - }, - { - "name": "load-skill-memory", - "description": "Activate SKILL package (auto-detect or manual) and load documentation based on task intent", - "arguments": "\"[skill_name] \\\"task intent description\\\"\"", - "category": "memory", - "subcategory": null, - "usage_scenario": "general", "difficulty": "Intermediate", - "file_path": "memory\\load-skill-memory.md" + "file_path": "memory/load-skill-memory.md" }, { - "name": "load", - "description": "Load project memory by delegating to agent, returns structured core content package for subsequent operations", - "arguments": "\"[--tool gemini|qwen] \\\"task context description\\\"\"", + "name": "memory:load", + "description": "Delegate to universal-executor agent to analyze project via Gemini/Qwen CLI and return JSON core content package for task context", + "arguments": "[--tool gemini|qwen] \\\"task context description\\\"", "category": "memory", - "subcategory": null, - "usage_scenario": "general", + "subcategory": "core", + "usage_scenario": "implementation", "difficulty": "Intermediate", - "file_path": "memory\\load.md" + "file_path": "memory/load.md" }, { - "name": "skill-memory", - "description": "Generate SKILL package index from project documentation", - "arguments": "\"[path] [--tool ] [--regenerate] [--mode ] [--cli-execute]\"", + "name": "memory:skill-memory", + "description": "4-phase autonomous orchestrator: check docs → /memory:docs planning → /workflow:execute → generate SKILL.md with progressive loading index (skips phases 2-3 if docs exist)", + "arguments": "[path] [--tool ] [--regenerate] [--mode ] [--cli-execute]", "category": "memory", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Advanced", - "file_path": "memory\\skill-memory.md" - }, - { - "name": "tech-research", - "description": "Generate tech stack SKILL packages using Exa research via agent delegation", - "arguments": "\"[session-id | tech-stack-name] [--regenerate] [--tool ]\"", - "category": "memory", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "memory\\tech-research.md" - }, - { - "name": "update-full", - "description": "Complete project-wide CLAUDE.md documentation update with agent-based parallel execution and tool fallback", - "arguments": "\"[--tool gemini|qwen|codex] [--path ]\"", - "category": "memory", - "subcategory": null, + "subcategory": "core", "usage_scenario": "documentation", - "difficulty": "Advanced", - "file_path": "memory\\update-full.md" - }, - { - "name": "update-related", - "description": "Context-aware CLAUDE.md documentation updates based on recent changes with agent-based execution and tool fallback", - "arguments": "\"[--tool gemini|qwen|codex]\"", - "category": "memory", - "subcategory": null, - "usage_scenario": "documentation", - "difficulty": "Advanced", - "file_path": "memory\\update-related.md" - }, - { - "name": "workflow-skill-memory", - "description": "Generate SKILL package from archived workflow sessions for progressive context loading", - "arguments": "\"session | all\"", - "category": "memory", - "subcategory": null, - "usage_scenario": "general", "difficulty": "Intermediate", - "file_path": "memory\\workflow-skill-memory.md" + "file_path": "memory/skill-memory.md" + }, + { + "name": "memory:tech-research", + "description": "3-phase orchestrator: extract tech stack from session/name → delegate to agent for Exa research and module generation → generate SKILL.md index (skips phase 2 if exists)", + "arguments": "[session-id | tech-stack-name] [--regenerate] [--tool ]", + "category": "memory", + "subcategory": "core", + "usage_scenario": "documentation", + "difficulty": "Intermediate", + "file_path": "memory/tech-research.md" + }, + { + "name": "memory:update-full", + "description": "Update all CLAUDE.md files using layer-based execution (Layer 3→1) with batched agents (4 modules/agent) and gemini→qwen→codex fallback, <20 modules uses direct parallel", + "arguments": "[--tool gemini|qwen|codex] [--path ]", + "category": "memory", + "subcategory": "core", + "usage_scenario": "implementation", + "difficulty": "Intermediate", + "file_path": "memory/update-full.md" + }, + { + "name": "memory:update-related", + "description": "Update CLAUDE.md for git-changed modules using batched agent execution (4 modules/agent) with gemini→qwen→codex fallback, <15 modules uses direct execution", + "arguments": "[--tool gemini|qwen|codex]", + "category": "memory", + "subcategory": "core", + "usage_scenario": "implementation", + "difficulty": "Intermediate", + "file_path": "memory/update-related.md" + }, + { + "name": "memory:workflow-skill-memory", + "description": "Process WFS-* archived sessions using universal-executor agents with Gemini analysis to generate workflow-progress SKILL package (sessions-timeline, lessons, conflicts)", + "arguments": "session | all", + "category": "memory", + "subcategory": "core", + "usage_scenario": "documentation", + "difficulty": "Intermediate", + "file_path": "memory/workflow-skill-memory.md" } ] }, "task": { - "_root": [ + "core": [ { - "name": "breakdown", - "description": "Intelligent task decomposition with context-aware subtask generation", - "arguments": "\"task-id\"", + "name": "task:breakdown", + "description": "Decompose complex task into subtasks with dependency mapping, creates child task JSONs with parent references and execution order", + "arguments": "task-id", "category": "task", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "task\\breakdown.md" - }, - { - "name": "create", - "description": "Create implementation tasks with automatic context awareness", - "arguments": "\"\\\"task title\\\"\"", - "category": "task", - "subcategory": null, - "usage_scenario": "implementation", - "difficulty": "Intermediate", - "file_path": "task\\create.md" - }, - { - "name": "execute", - "description": "Execute tasks with appropriate agents and context-aware orchestration", - "arguments": "\"task-id\"", - "category": "task", - "subcategory": null, - "usage_scenario": "implementation", - "difficulty": "Intermediate", - "file_path": "task\\execute.md" - }, - { - "name": "replan", - "description": "Replan individual tasks with detailed user input and change tracking", - "arguments": "\"task-id [\\\"text\\\"|file.md] | --batch [verification-report.md]\"", - "category": "task", - "subcategory": null, + "subcategory": "core", "usage_scenario": "planning", "difficulty": "Intermediate", - "file_path": "task\\replan.md" + "file_path": "task/breakdown.md" + }, + { + "name": "task:create", + "description": "Generate task JSON from natural language description with automatic file pattern detection, scope inference, and dependency analysis", + "arguments": "\\\"task title\\\"", + "category": "task", + "subcategory": "core", + "usage_scenario": "testing", + "difficulty": "Intermediate", + "file_path": "task/create.md" + }, + { + "name": "task:execute", + "description": "Execute task JSON using appropriate agent (@doc-generator/@implementation-agent/@test-agent) with pre-analysis context loading and status tracking", + "arguments": "task-id", + "category": "task", + "subcategory": "core", + "usage_scenario": "implementation", + "difficulty": "Intermediate", + "file_path": "task/execute.md" + }, + { + "name": "task:replan", + "description": "Update task JSON with new requirements or batch-update multiple tasks from verification report, tracks changes in task-changes.json", + "arguments": "task-id [\\\"text\\\"|file.md] | --batch [verification-report.md]", + "category": "task", + "subcategory": "core", + "usage_scenario": "documentation", + "difficulty": "Intermediate", + "file_path": "task/replan.md" } ] }, "workflow": { - "_root": [ + "core": [ { - "name": "action-plan-verify", - "description": "Perform non-destructive cross-artifact consistency and quality analysis of IMPL_PLAN.md and task.json before execution", - "arguments": "\"[optional: --session session-id]\"", + "name": "workflow:action-plan-verify", + "description": "Perform non-destructive cross-artifact consistency analysis between IMPL_PLAN.md and task JSONs with quality gate validation", + "arguments": "[optional: --session session-id]", "category": "workflow", - "subcategory": null, + "subcategory": "core", "usage_scenario": "planning", "difficulty": "Intermediate", - "file_path": "workflow\\action-plan-verify.md" + "file_path": "workflow/action-plan-verify.md" }, { - "name": "execute", - "description": "Coordinate agents for existing workflow tasks with automatic discovery", - "arguments": "\"[--resume-session=\\\"session-id\\\"]\"", + "name": "workflow:execute", + "description": "Coordinate agent execution for workflow tasks with automatic session discovery, parallel task processing, and status tracking", + "arguments": "[--resume-session=\\\"session-id\\\"]", "category": "workflow", - "subcategory": null, + "subcategory": "core", + "usage_scenario": "session-management", + "difficulty": "Intermediate", + "file_path": "workflow/execute.md" + }, + { + "name": "workflow:plan", + "description": "5-phase planning workflow with Gemini analysis and action-planning-agent task generation, outputs IMPL_PLAN.md and task JSONs with optional CLI auto-execution", + "arguments": "[--agent] [--cli-execute] \\\"text description\\\"|file.md", + "category": "workflow", + "subcategory": "core", + "usage_scenario": "session-management", + "difficulty": "Intermediate", + "file_path": "workflow/plan.md" + }, + { + "name": "workflow:resume", + "description": "Resume paused workflow session with automatic progress analysis, pending task identification, and conflict detection", + "arguments": "session-id for workflow session to resume", + "category": "workflow", + "subcategory": "core", "usage_scenario": "implementation", "difficulty": "Intermediate", - "file_path": "workflow\\execute.md" + "file_path": "workflow/resume.md" }, { - "name": "plan", - "description": "Orchestrate 5-phase planning workflow with quality gate, executing commands and passing context between phases", - "arguments": "\"[--agent] [--cli-execute] \\\"text description\\\"|file.md\"", + "name": "workflow:review", + "description": "Post-implementation review with specialized types (security/architecture/action-items/quality) using analysis agents and Gemini", + "arguments": "[--type=security|architecture|action-items|quality] [optional: session-id]", "category": "workflow", - "subcategory": null, - "usage_scenario": "planning", - "difficulty": "Advanced", - "file_path": "workflow\\plan.md" - }, - { - "name": "resume", - "description": "Intelligent workflow session resumption with automatic progress analysis", - "arguments": "\"session-id for workflow session to resume\"", - "category": "workflow", - "subcategory": null, - "usage_scenario": "general", + "subcategory": "core", + "usage_scenario": "testing", "difficulty": "Intermediate", - "file_path": "workflow\\resume.md" - }, - { - "name": "review", - "description": "Optional specialized review (security, architecture, docs) for completed implementation", - "arguments": "\"[--type=security|architecture|action-items|quality] [optional: session-id]\"", - "category": "workflow", - "subcategory": null, - "usage_scenario": "implementation", - "difficulty": "Intermediate", - "file_path": "workflow\\review.md" + "file_path": "workflow/review.md" }, { "name": "workflow:status", - "description": "Generate on-demand views from JSON task data", - "arguments": "\"[optional: task-id]\"", + "description": "Generate on-demand task status views from JSON task data with optional task-id filtering for detailed view", + "arguments": "[optional: task-id]", "category": "workflow", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Beginner", - "file_path": "workflow\\status.md" + "subcategory": "core", + "usage_scenario": "monitoring", + "difficulty": "Basic", + "file_path": "workflow/status.md" }, { - "name": "tdd-plan", - "description": "Orchestrate TDD workflow planning with Red-Green-Refactor task chains", - "arguments": "\"[--agent] \\\"feature description\\\"|file.md\"", + "name": "workflow:tdd-plan", + "description": "TDD workflow planning with Red-Green-Refactor task chain generation, test-first development structure, and cycle tracking", + "arguments": "[--agent] \\\"feature description\\\"|file.md", "category": "workflow", - "subcategory": null, - "usage_scenario": "planning", - "difficulty": "Advanced", - "file_path": "workflow\\tdd-plan.md" + "subcategory": "core", + "usage_scenario": "session-management", + "difficulty": "Intermediate", + "file_path": "workflow/tdd-plan.md" }, { - "name": "tdd-verify", - "description": "Verify TDD workflow compliance and generate quality report", - "arguments": "\"[optional: WFS-session-id]\"", + "name": "workflow:tdd-verify", + "description": "Verify TDD workflow compliance against Red-Green-Refactor cycles, generate quality report with coverage analysis", + "arguments": "[optional: WFS-session-id]", "category": "workflow", - "subcategory": null, + "subcategory": "core", + "usage_scenario": "session-management", + "difficulty": "Intermediate", + "file_path": "workflow/tdd-verify.md" + }, + { + "name": "workflow:test-cycle-execute", + "description": "Execute test-fix workflow with dynamic task generation and iterative fix cycles until all tests pass or max iterations reached", + "arguments": "[--resume-session=\\\"session-id\\\"] [--max-iterations=N]", + "category": "workflow", + "subcategory": "core", + "usage_scenario": "session-management", + "difficulty": "Intermediate", + "file_path": "workflow/test-cycle-execute.md" + }, + { + "name": "workflow:test-fix-gen", + "description": "Create test-fix workflow session from session ID, description, or file path with test strategy generation and task planning", + "arguments": "[--use-codex] [--cli-execute] (source-session-id | \\\"feature description\\\" | /path/to/file.md)", + "category": "workflow", + "subcategory": "core", "usage_scenario": "testing", "difficulty": "Intermediate", - "file_path": "workflow\\tdd-verify.md" + "file_path": "workflow/test-fix-gen.md" }, { - "name": "test-cycle-execute", - "description": "Execute test-fix workflow with dynamic task generation and iterative fix cycles", - "arguments": "\"[--resume-session=\\\"session-id\\\"] [--max-iterations=N]\"", + "name": "workflow:test-gen", + "description": "Create independent test-fix workflow session from completed implementation session, analyzes code to generate test tasks", + "arguments": "[--use-codex] [--cli-execute] source-session-id", "category": "workflow", - "subcategory": null, - "usage_scenario": "implementation", + "subcategory": "core", + "usage_scenario": "testing", "difficulty": "Intermediate", - "file_path": "workflow\\test-cycle-execute.md" - }, - { - "name": "test-fix-gen", - "description": "Create independent test-fix workflow session from existing implementation (session or prompt-based)", - "arguments": "\"[--use-codex] [--cli-execute] (source-session-id | \\\"feature description\\\" | /path/to/file.md)\"", - "category": "workflow", - "subcategory": null, - "usage_scenario": "implementation", - "difficulty": "Advanced", - "file_path": "workflow\\test-fix-gen.md" - }, - { - "name": "test-gen", - "description": "Create independent test-fix workflow session by analyzing completed implementation", - "arguments": "\"[--use-codex] [--cli-execute] source-session-id\"", - "category": "workflow", - "subcategory": null, - "usage_scenario": "implementation", - "difficulty": "Advanced", - "file_path": "workflow\\test-gen.md" + "file_path": "workflow/test-gen.md" } ], "brainstorm": [ { - "name": "api-designer", - "description": "Generate or update api-designer/analysis.md addressing guidance-specification discussion points", - "arguments": "\"optional topic - uses existing framework if available\"", + "name": "workflow:brainstorm:api-designer", + "description": "Generate or update api-designer/analysis.md addressing guidance-specification discussion points for API design perspective", + "arguments": "optional topic - uses existing framework if available", "category": "workflow", "subcategory": "brainstorm", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\api-designer.md" + "usage_scenario": "session-management", + "difficulty": "Advanced", + "file_path": "workflow/brainstorm/api-designer.md" }, { - "name": "artifacts", - "description": "Interactive clarification generating confirmed guidance specification", - "arguments": "\"topic or challenge description [--count N]\"", + "name": "workflow:brainstorm:artifacts", + "description": "Interactive clarification generating confirmed guidance specification through role-based analysis and synthesis", + "arguments": "topic or challenge description [--count N]", "category": "workflow", "subcategory": "brainstorm", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\artifacts.md" + "usage_scenario": "session-management", + "difficulty": "Advanced", + "file_path": "workflow/brainstorm/artifacts.md" }, { - "name": "auto-parallel", - "description": "Parallel brainstorming automation with dynamic role selection and concurrent execution", - "arguments": "\"topic or challenge description\" [--count N]", + "name": "workflow:brainstorm:auto-parallel", + "description": "Parallel brainstorming automation with dynamic role selection and concurrent execution across multiple perspectives", + "arguments": "topic or challenge description\" [--count N]", "category": "workflow", "subcategory": "brainstorm", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\auto-parallel.md" + "usage_scenario": "session-management", + "difficulty": "Advanced", + "file_path": "workflow/brainstorm/auto-parallel.md" }, { - "name": "data-architect", - "description": "Generate or update data-architect/analysis.md addressing guidance-specification discussion points", - "arguments": "\"optional topic - uses existing framework if available\"", + "name": "workflow:brainstorm:data-architect", + "description": "Generate or update data-architect/analysis.md addressing guidance-specification discussion points for data architecture perspective", + "arguments": "optional topic - uses existing framework if available", "category": "workflow", "subcategory": "brainstorm", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\data-architect.md" + "usage_scenario": "implementation", + "difficulty": "Advanced", + "file_path": "workflow/brainstorm/data-architect.md" }, { - "name": "product-manager", - "description": "Generate or update product-manager/analysis.md addressing guidance-specification discussion points", - "arguments": "\"optional topic - uses existing framework if available\"", + "name": "workflow:brainstorm:product-manager", + "description": "Generate or update product-manager/analysis.md addressing guidance-specification discussion points for product management perspective", + "arguments": "optional topic - uses existing framework if available", "category": "workflow", "subcategory": "brainstorm", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\product-manager.md" + "usage_scenario": "implementation", + "difficulty": "Advanced", + "file_path": "workflow/brainstorm/product-manager.md" }, { - "name": "product-owner", - "description": "Generate or update product-owner/analysis.md addressing guidance-specification discussion points", - "arguments": "\"optional topic - uses existing framework if available\"", + "name": "workflow:brainstorm:product-owner", + "description": "Generate or update product-owner/analysis.md addressing guidance-specification discussion points for product ownership perspective", + "arguments": "optional topic - uses existing framework if available", "category": "workflow", "subcategory": "brainstorm", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\product-owner.md" + "usage_scenario": "implementation", + "difficulty": "Advanced", + "file_path": "workflow/brainstorm/product-owner.md" }, { - "name": "scrum-master", - "description": "Generate or update scrum-master/analysis.md addressing guidance-specification discussion points", - "arguments": "\"optional topic - uses existing framework if available\"", + "name": "workflow:brainstorm:scrum-master", + "description": "Generate or update scrum-master/analysis.md addressing guidance-specification discussion points for Agile process perspective", + "arguments": "optional topic - uses existing framework if available", "category": "workflow", "subcategory": "brainstorm", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\scrum-master.md" + "usage_scenario": "planning", + "difficulty": "Advanced", + "file_path": "workflow/brainstorm/scrum-master.md" }, { - "name": "subject-matter-expert", - "description": "Generate or update subject-matter-expert/analysis.md addressing guidance-specification discussion points", - "arguments": "\"optional topic - uses existing framework if available\"", + "name": "workflow:brainstorm:subject-matter-expert", + "description": "Generate or update subject-matter-expert/analysis.md addressing guidance-specification discussion points for domain expertise perspective", + "arguments": "optional topic - uses existing framework if available", "category": "workflow", "subcategory": "brainstorm", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\subject-matter-expert.md" + "usage_scenario": "implementation", + "difficulty": "Advanced", + "file_path": "workflow/brainstorm/subject-matter-expert.md" }, { - "name": "synthesis", - "description": "Clarify and refine role analyses through intelligent Q&A and targeted updates", - "arguments": "\"[optional: --session session-id]\"", + "name": "workflow:brainstorm:synthesis", + "description": "Clarify and refine role analyses through intelligent Q&A and targeted updates with synthesis agent", + "arguments": "[optional: --session session-id]", "category": "workflow", "subcategory": "brainstorm", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\synthesis.md" + "usage_scenario": "brainstorming", + "difficulty": "Advanced", + "file_path": "workflow/brainstorm/synthesis.md" }, { - "name": "system-architect", - "description": "Generate or update system-architect/analysis.md addressing guidance-specification discussion points", - "arguments": "\"optional topic - uses existing framework if available\"", + "name": "workflow:brainstorm:system-architect", + "description": "Generate or update system-architect/analysis.md addressing guidance-specification discussion points for system architecture perspective", + "arguments": "optional topic - uses existing framework if available", "category": "workflow", "subcategory": "brainstorm", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\system-architect.md" + "usage_scenario": "session-management", + "difficulty": "Advanced", + "file_path": "workflow/brainstorm/system-architect.md" }, { - "name": "ui-designer", - "description": "Generate or update ui-designer/analysis.md addressing guidance-specification discussion points", - "arguments": "\"optional topic - uses existing framework if available\"", + "name": "workflow:brainstorm:ui-designer", + "description": "Generate or update ui-designer/analysis.md addressing guidance-specification discussion points for UI design perspective", + "arguments": "optional topic - uses existing framework if available", "category": "workflow", "subcategory": "brainstorm", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\ui-designer.md" + "usage_scenario": "planning", + "difficulty": "Advanced", + "file_path": "workflow/brainstorm/ui-designer.md" }, { - "name": "ux-expert", - "description": "Generate or update ux-expert/analysis.md addressing guidance-specification discussion points", - "arguments": "\"optional topic - uses existing framework if available\"", + "name": "workflow:brainstorm:ux-expert", + "description": "Generate or update ux-expert/analysis.md addressing guidance-specification discussion points for UX perspective", + "arguments": "optional topic - uses existing framework if available", "category": "workflow", "subcategory": "brainstorm", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\ux-expert.md" + "usage_scenario": "implementation", + "difficulty": "Advanced", + "file_path": "workflow/brainstorm/ux-expert.md" } ], "session": [ { - "name": "complete", - "description": "Mark the active workflow session as complete, archive it with lessons learned, and remove active flag", - "arguments": "", + "name": "workflow:session:complete", + "description": "Mark active workflow session as complete, archive with lessons learned, update manifest, remove active flag", + "arguments": "# Complete current active session", "category": "workflow", "subcategory": "session", - "usage_scenario": "general", + "usage_scenario": "session-management", "difficulty": "Intermediate", - "file_path": "workflow\\session\\complete.md" + "file_path": "workflow/session/complete.md" }, { - "name": "list", - "description": "List all workflow sessions with status", - "arguments": "", + "name": "workflow:session:list", + "description": "List all workflow sessions with status filtering, shows session metadata and progress information", + "arguments": "# Show all sessions with status", "category": "workflow", "subcategory": "session", - "usage_scenario": "general", - "difficulty": "Beginner", - "file_path": "workflow\\session\\list.md" + "usage_scenario": "session-management", + "difficulty": "Basic", + "file_path": "workflow/session/list.md" }, { - "name": "resume", - "description": "Resume the most recently paused workflow session", - "arguments": "", + "name": "workflow:session:resume", + "description": "Resume the most recently paused workflow session with automatic session discovery and status update", + "arguments": "# Resume most recent paused session", "category": "workflow", "subcategory": "session", - "usage_scenario": "general", + "usage_scenario": "session-management", "difficulty": "Intermediate", - "file_path": "workflow\\session\\resume.md" + "file_path": "workflow/session/resume.md" }, { - "name": "start", - "description": "Discover existing sessions or start a new workflow session with intelligent session management", + "name": "workflow:session:start", + "description": "Discover existing sessions or start new workflow session with intelligent session management and conflict detection", "arguments": "[--auto|--new] [optional: task description for new session]", "category": "workflow", "subcategory": "session", - "usage_scenario": "general", + "usage_scenario": "session-management", "difficulty": "Intermediate", - "file_path": "workflow\\session\\start.md" + "file_path": "workflow/session/start.md" } ], "tools": [ { - "name": "conflict-resolution", - "description": "Detect and resolve conflicts between plan and existing codebase using CLI-powered analysis", - "arguments": "\"--session WFS-session-id --context path/to/context-package.json\"", + "name": "workflow:tools:conflict-resolution", + "description": "Detect and resolve conflicts between plan and existing codebase using CLI-powered analysis with Gemini/Qwen", + "arguments": "--session WFS-session-id --context path/to/context-package.json", "category": "workflow", "subcategory": "tools", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\tools\\conflict-resolution.md" - }, - { - "name": "gather", - "description": "Intelligently collect project context using context-search-agent based on task description and package into standardized JSON", - "arguments": "\"--session WFS-session-id \\\"task description\\\"\"", - "category": "workflow", - "subcategory": "tools", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\tools\\context-gather.md" - }, - { - "name": "task-generate-agent", - "description": "Autonomous task generation using action-planning-agent with discovery and output phases", - "arguments": "\"--session WFS-session-id [--cli-execute]\"", - "category": "workflow", - "subcategory": "tools", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\tools\\task-generate-agent.md" - }, - { - "name": "task-generate-tdd", - "description": "Generate TDD task chains with Red-Green-Refactor dependencies", - "arguments": "\"--session WFS-session-id [--agent]\"", - "category": "workflow", - "subcategory": "tools", - "usage_scenario": "general", + "usage_scenario": "brainstorming", "difficulty": "Advanced", - "file_path": "workflow\\tools\\task-generate-tdd.md" + "file_path": "workflow/tools/conflict-resolution.md" }, { - "name": "task-generate", - "description": "Generate task JSON files and IMPL_PLAN.md from analysis results with artifacts integration", - "arguments": "\"--session WFS-session-id [--cli-execute]\"", + "name": "workflow:tools:context-gather", + "description": "Intelligently collect project context using context-search-agent based on task description, packages into standardized JSON", + "arguments": "--session WFS-session-id \\\"task description\\\"", "category": "workflow", "subcategory": "tools", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\tools\\task-generate.md" + "usage_scenario": "implementation", + "difficulty": "Advanced", + "file_path": "workflow/tools/context-gather.md" }, { - "name": "tdd-coverage-analysis", - "description": "Analyze test coverage and TDD cycle execution", - "arguments": "\"--session WFS-session-id\"", + "name": "workflow:tools:task-generate-agent", + "description": "Autonomous task generation using action-planning-agent with discovery and output phases for workflow planning", + "arguments": "--session WFS-session-id [--cli-execute]", "category": "workflow", "subcategory": "tools", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\tools\\tdd-coverage-analysis.md" + "usage_scenario": "planning", + "difficulty": "Advanced", + "file_path": "workflow/tools/task-generate-agent.md" }, { - "name": "test-concept-enhanced", - "description": "Analyze test requirements and generate test generation strategy using Gemini", - "arguments": "\"--session WFS-test-session-id --context path/to/test-context-package.json\"", + "name": "workflow:tools:task-generate-tdd", + "description": "Generate TDD task chains with Red-Green-Refactor dependencies, test-first structure, and cycle validation", + "arguments": "--session WFS-session-id [--agent]", "category": "workflow", "subcategory": "tools", - "usage_scenario": "testing", - "difficulty": "Intermediate", - "file_path": "workflow\\tools\\test-concept-enhanced.md" + "usage_scenario": "planning", + "difficulty": "Advanced", + "file_path": "workflow/tools/task-generate-tdd.md" }, { - "name": "test-context-gather", - "description": "Intelligently collect test coverage context using test-context-search-agent and package into standardized test-context JSON", - "arguments": "\"--session WFS-test-session-id\"", + "name": "workflow:tools:task-generate", + "description": "", + "arguments": "--session WFS-auth", "category": "workflow", "subcategory": "tools", - "usage_scenario": "testing", - "difficulty": "Intermediate", - "file_path": "workflow\\tools\\test-context-gather.md" + "usage_scenario": "planning", + "difficulty": "Advanced", + "file_path": "workflow/tools/task-generate.md" }, { - "name": "test-task-generate", - "description": "Generate test-fix task JSON with iterative test-fix-retest cycle specification", - "arguments": "\"[--use-codex] [--cli-execute] --session WFS-test-session-id\"", + "name": "workflow:tools:tdd-coverage-analysis", + "description": "Analyze test coverage and TDD cycle execution with Red-Green-Refactor compliance verification", + "arguments": "--session WFS-session-id", "category": "workflow", "subcategory": "tools", "usage_scenario": "testing", "difficulty": "Advanced", - "file_path": "workflow\\tools\\test-task-generate.md" + "file_path": "workflow/tools/tdd-coverage-analysis.md" + }, + { + "name": "workflow:tools:test-concept-enhanced", + "description": "Analyze test requirements and generate test generation strategy using Gemini with test-context package", + "arguments": "--session WFS-test-session-id --context path/to/test-context-package.json", + "category": "workflow", + "subcategory": "tools", + "usage_scenario": "testing", + "difficulty": "Advanced", + "file_path": "workflow/tools/test-concept-enhanced.md" + }, + { + "name": "workflow:tools:test-context-gather", + "description": "Collect test coverage context using test-context-search-agent and package into standardized test-context JSON", + "arguments": "--session WFS-test-session-id", + "category": "workflow", + "subcategory": "tools", + "usage_scenario": "implementation", + "difficulty": "Advanced", + "file_path": "workflow/tools/test-context-gather.md" + }, + { + "name": "workflow:tools:test-task-generate", + "description": "Generate test-fix task JSON with iterative test-fix-retest cycle specification using Gemini/Qwen/Codex", + "arguments": "[--use-codex] [--cli-execute] --session WFS-test-session-id", + "category": "workflow", + "subcategory": "tools", + "usage_scenario": "session-management", + "difficulty": "Advanced", + "file_path": "workflow/tools/test-task-generate.md" } ], "ui-design": [ { - "name": "animation-extract", - "description": "Extract animation and transition patterns from URLs, CSS, or interactive questioning", - "arguments": "\"[--base-path ] [--session ] [--urls \"\"] [--mode ] [--focus \"\"]\"", + "name": "workflow:ui-design:animation-extract", + "description": "Extract animation and transition patterns from URLs, CSS, or interactive questioning for design system documentation", + "arguments": "[--base-path ] [--session ] [--urls \"\"] [--mode ] [--focus \"\"]", "category": "workflow", "subcategory": "ui-design", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\ui-design\\animation-extract.md" + "usage_scenario": "documentation", + "difficulty": "Advanced", + "file_path": "workflow/ui-design/animation-extract.md" }, { - "name": "batch-generate", - "description": "Prompt-driven batch UI generation using target-style-centric parallel execution", + "name": "workflow:ui-design:batch-generate", + "description": "Prompt-driven batch UI generation using target-style-centric parallel execution with design token application", "arguments": "[--targets \"\"] [--target-type \"page|component\"] [--device-type \"desktop|mobile|tablet|responsive\"] [--base-path ] [--session ] [--style-variants ] [--layout-variants ]", "category": "workflow", "subcategory": "ui-design", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\ui-design\\batch-generate.md" + "usage_scenario": "ui-design", + "difficulty": "Advanced", + "file_path": "workflow/ui-design/batch-generate.md" }, { - "name": "capture", - "description": "Batch screenshot capture for UI design workflows using MCP or local fallback", + "name": "workflow:ui-design:capture", + "description": "Batch screenshot capture for UI design workflows using MCP puppeteer or local fallback with URL mapping", "arguments": "--url-map \"target:url,...\" [--base-path path] [--session id]", "category": "workflow", "subcategory": "ui-design", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\ui-design\\capture.md" + "usage_scenario": "ui-design", + "difficulty": "Advanced", + "file_path": "workflow/ui-design/capture.md" }, { - "name": "explore-auto", - "description": "Exploratory UI design workflow with style-centric batch generation", - "arguments": "\"[--prompt \"\"] [--images \"\"] [--targets \"\"] [--target-type \"page|component\"] [--session ] [--style-variants ] [--layout-variants ] [--batch-plan]\"\"", + "name": "workflow:ui-design:explore-auto", + "description": "Exploratory UI design workflow with style-centric batch generation, creates design variants from prompts/images with parallel execution", + "arguments": "[--prompt \"\"] [--images \"\"] [--targets \"\"] [--target-type \"page|component\"] [--session ] [--style-variants ] [--layout-variants ] [--batch-plan]\"", "category": "workflow", "subcategory": "ui-design", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\ui-design\\explore-auto.md" + "usage_scenario": "ui-design", + "difficulty": "Advanced", + "file_path": "workflow/ui-design/explore-auto.md" }, { - "name": "explore-layers", - "description": "Interactive deep UI capture with depth-controlled layer exploration", + "name": "workflow:ui-design:explore-layers", + "description": "Interactive deep UI capture with depth-controlled layer exploration using MCP puppeteer", "arguments": "--url --depth <1-5> [--session id] [--base-path path]", "category": "workflow", "subcategory": "ui-design", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\ui-design\\explore-layers.md" + "usage_scenario": "ui-design", + "difficulty": "Advanced", + "file_path": "workflow/ui-design/explore-layers.md" }, { - "name": "generate", - "description": "Assemble UI prototypes by combining layout templates with design tokens (pure assembler)", + "name": "workflow:ui-design:generate", + "description": "Assemble UI prototypes by combining layout templates with design tokens, pure assembler without new content generation", "arguments": "[--base-path ] [--session ] [--style-variants ] [--layout-variants ]", "category": "workflow", "subcategory": "ui-design", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\ui-design\\generate.md" + "usage_scenario": "ui-design", + "difficulty": "Advanced", + "file_path": "workflow/ui-design/generate.md" }, { - "name": "imitate-auto", - "description": "High-speed multi-page UI replication with batch screenshot capture", + "name": "workflow:ui-design:imitate-auto", + "description": "High-speed multi-page UI replication with batch screenshot capture and design token extraction", "arguments": "--url-map \"\" [--capture-mode ] [--depth <1-5>] [--session ] [--prompt \"\"]", "category": "workflow", "subcategory": "ui-design", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\ui-design\\imitate-auto.md" + "usage_scenario": "documentation", + "difficulty": "Advanced", + "file_path": "workflow/ui-design/imitate-auto.md" }, { - "name": "layout-extract", - "description": "Extract structural layout information from reference images, URLs, or text prompts", + "name": "workflow:ui-design:layout-extract", + "description": "Extract structural layout information from reference images, URLs, or text prompts using Claude analysis", "arguments": "[--base-path ] [--session ] [--images \"\"] [--urls \"\"] [--prompt \"\"] [--targets \"\"] [--mode ] [--variants ] [--device-type ]", "category": "workflow", "subcategory": "ui-design", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\ui-design\\layout-extract.md" + "usage_scenario": "ui-design", + "difficulty": "Advanced", + "file_path": "workflow/ui-design/layout-extract.md" }, { - "name": "style-extract", - "description": "Extract design style from reference images or text prompts using Claude's analysis", - "arguments": "\"[--base-path ] [--session ] [--images \"\"] [--urls \"\"] [--prompt \"\"] [--mode ] [--variants ]\"", + "name": "workflow:ui-design:style-extract", + "description": "Extract design style from reference images or text prompts using Claude analysis with variant generation", + "arguments": "[--base-path ] [--session ] [--images \"\"] [--urls \"\"] [--prompt \"\"] [--mode ] [--variants ]", "category": "workflow", "subcategory": "ui-design", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\ui-design\\style-extract.md" + "usage_scenario": "documentation", + "difficulty": "Advanced", + "file_path": "workflow/ui-design/style-extract.md" }, { - "name": "update", - "description": "Update brainstorming artifacts with finalized design system references", + "name": "workflow:ui-design:update", + "description": "Update brainstorming artifacts with finalized design system references from selected prototypes", "arguments": "--session [--selected-prototypes \"\"]", "category": "workflow", "subcategory": "ui-design", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\ui-design\\update.md" + "usage_scenario": "ui-design", + "difficulty": "Advanced", + "file_path": "workflow/ui-design/update.md" } ] } diff --git a/.claude/skills/command-guide/index/by-use-case.json b/.claude/skills/command-guide/index/by-use-case.json index 25032d5a..f71dc195 100644 --- a/.claude/skills/command-guide/index/by-use-case.json +++ b/.claude/skills/command-guide/index/by-use-case.json @@ -1,702 +1,712 @@ { - "general": [ + "documentation": [ + { + "name": "cli:analyze", + "description": "Read-only codebase analysis using Gemini (default), Qwen, or Codex with auto-pattern detection and template selection", + "arguments": "[--agent] [--tool codex|gemini|qwen] [--enhance] analysis target", + "category": "cli", + "subcategory": "core", + "usage_scenario": "documentation", + "difficulty": "Intermediate", + "file_path": "cli/analyze.md" + }, + { + "name": "cli:chat", + "description": "Read-only Q&A interaction with Gemini/Qwen/Codex for codebase questions with automatic context inference", + "arguments": "[--agent] [--tool codex|gemini|qwen] [--enhance] inquiry", + "category": "cli", + "subcategory": "core", + "usage_scenario": "documentation", + "difficulty": "Intermediate", + "file_path": "cli/chat.md" + }, + { + "name": "cli:cli-init", + "description": "Generate .gemini/ and .qwen/ config directories with settings.json and ignore files based on workspace technology detection", + "arguments": "[--tool gemini|qwen|all] [--output path] [--preview]", + "category": "cli", + "subcategory": "core", + "usage_scenario": "documentation", + "difficulty": "Intermediate", + "file_path": "cli/cli-init.md" + }, + { + "name": "memory:load-skill-memory", + "description": "Activate SKILL package (auto-detect from paths/keywords or manual) and intelligently load documentation based on task intent keywords", + "arguments": "[skill_name] \\\"task intent description\\\"", + "category": "memory", + "subcategory": "core", + "usage_scenario": "documentation", + "difficulty": "Intermediate", + "file_path": "memory/load-skill-memory.md" + }, + { + "name": "memory:skill-memory", + "description": "4-phase autonomous orchestrator: check docs → /memory:docs planning → /workflow:execute → generate SKILL.md with progressive loading index (skips phases 2-3 if docs exist)", + "arguments": "[path] [--tool ] [--regenerate] [--mode ] [--cli-execute]", + "category": "memory", + "subcategory": "core", + "usage_scenario": "documentation", + "difficulty": "Intermediate", + "file_path": "memory/skill-memory.md" + }, + { + "name": "memory:tech-research", + "description": "3-phase orchestrator: extract tech stack from session/name → delegate to agent for Exa research and module generation → generate SKILL.md index (skips phase 2 if exists)", + "arguments": "[session-id | tech-stack-name] [--regenerate] [--tool ]", + "category": "memory", + "subcategory": "core", + "usage_scenario": "documentation", + "difficulty": "Intermediate", + "file_path": "memory/tech-research.md" + }, + { + "name": "memory:workflow-skill-memory", + "description": "Process WFS-* archived sessions using universal-executor agents with Gemini analysis to generate workflow-progress SKILL package (sessions-timeline, lessons, conflicts)", + "arguments": "session | all", + "category": "memory", + "subcategory": "core", + "usage_scenario": "documentation", + "difficulty": "Intermediate", + "file_path": "memory/workflow-skill-memory.md" + }, + { + "name": "task:replan", + "description": "Update task JSON with new requirements or batch-update multiple tasks from verification report, tracks changes in task-changes.json", + "arguments": "task-id [\\\"text\\\"|file.md] | --batch [verification-report.md]", + "category": "task", + "subcategory": "core", + "usage_scenario": "documentation", + "difficulty": "Intermediate", + "file_path": "task/replan.md" + }, + { + "name": "workflow:ui-design:animation-extract", + "description": "Extract animation and transition patterns from URLs, CSS, or interactive questioning for design system documentation", + "arguments": "[--base-path ] [--session ] [--urls \"\"] [--mode ] [--focus \"\"]", + "category": "workflow", + "subcategory": "ui-design", + "usage_scenario": "documentation", + "difficulty": "Advanced", + "file_path": "workflow/ui-design/animation-extract.md" + }, + { + "name": "workflow:ui-design:imitate-auto", + "description": "High-speed multi-page UI replication with batch screenshot capture and design token extraction", + "arguments": "--url-map \"\" [--capture-mode ] [--depth <1-5>] [--session ] [--prompt \"\"]", + "category": "workflow", + "subcategory": "ui-design", + "usage_scenario": "documentation", + "difficulty": "Advanced", + "file_path": "workflow/ui-design/imitate-auto.md" + }, + { + "name": "workflow:ui-design:style-extract", + "description": "Extract design style from reference images or text prompts using Claude analysis with variant generation", + "arguments": "[--base-path ] [--session ] [--images \"\"] [--urls \"\"] [--prompt \"\"] [--mode ] [--variants ]", + "category": "workflow", + "subcategory": "ui-design", + "usage_scenario": "documentation", + "difficulty": "Advanced", + "file_path": "workflow/ui-design/style-extract.md" + } + ], + "session-management": [ + { + "name": "cli:codex-execute", + "description": "Multi-stage Codex execution with automatic task decomposition into grouped subtasks using resume mechanism for context continuity", + "arguments": "[--verify-git] task description or task-id", + "category": "cli", + "subcategory": "core", + "usage_scenario": "session-management", + "difficulty": "Intermediate", + "file_path": "cli/codex-execute.md" + }, + { + "name": "cli:discuss-plan", + "description": "Multi-round collaborative planning using Gemini, Codex, and Claude synthesis with iterative discussion cycles (read-only, no code changes)", + "arguments": "[--topic '...'] [--task-id '...'] [--rounds N]", + "category": "cli", + "subcategory": "core", + "usage_scenario": "session-management", + "difficulty": "Intermediate", + "file_path": "cli/discuss-plan.md" + }, + { + "name": "cli:execute", + "description": "Autonomous code implementation with YOLO auto-approval using Gemini/Qwen/Codex, supports task ID or description input with automatic file pattern detection", + "arguments": "[--agent] [--tool codex|gemini|qwen] [--enhance] description or task-id", + "category": "cli", + "subcategory": "core", + "usage_scenario": "session-management", + "difficulty": "Intermediate", + "file_path": "cli/execute.md" + }, { "name": "enhance-prompt", - "description": "Context-aware prompt enhancement using session memory and codebase analysis", - "arguments": "\"user input to enhance\"", + "description": "Enhanced prompt transformation using session memory and codebase analysis with --enhance flag detection", + "arguments": "user input to enhance", "category": "general", - "subcategory": null, - "usage_scenario": "general", + "subcategory": "core", + "usage_scenario": "session-management", "difficulty": "Intermediate", "file_path": "enhance-prompt.md" }, { - "name": "version", - "description": "Display version information and check for updates", - "arguments": "", - "category": "general", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "version.md" - }, - { - "name": "analyze", - "description": "Quick codebase analysis using CLI tools (codex/gemini/qwen)", - "arguments": "\"[--agent] [--tool codex|gemini|qwen] [--enhance] analysis target\"", - "category": "cli", - "subcategory": null, - "usage_scenario": "general", + "name": "workflow:brainstorm:api-designer", + "description": "Generate or update api-designer/analysis.md addressing guidance-specification discussion points for API design perspective", + "arguments": "optional topic - uses existing framework if available", + "category": "workflow", + "subcategory": "brainstorm", + "usage_scenario": "session-management", "difficulty": "Advanced", - "file_path": "cli\\analyze.md" + "file_path": "workflow/brainstorm/api-designer.md" }, { - "name": "chat", - "description": "Simple CLI interaction command for direct codebase analysis", - "arguments": "\"[--agent] [--tool codex|gemini|qwen] [--enhance] inquiry\"", - "category": "cli", - "subcategory": null, - "usage_scenario": "general", + "name": "workflow:brainstorm:artifacts", + "description": "Interactive clarification generating confirmed guidance specification through role-based analysis and synthesis", + "arguments": "topic or challenge description [--count N]", + "category": "workflow", + "subcategory": "brainstorm", + "usage_scenario": "session-management", "difficulty": "Advanced", - "file_path": "cli\\chat.md" + "file_path": "workflow/brainstorm/artifacts.md" }, { - "name": "cli-init", - "description": "Initialize CLI tool configurations (Gemini and Qwen) based on workspace analysis", - "arguments": "\"[--tool gemini|qwen|all] [--output path] [--preview]\"", - "category": "cli", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Beginner", - "file_path": "cli\\cli-init.md" - }, - { - "name": "bug-diagnosis", - "description": "Bug diagnosis and fix suggestions using CLI tools with specialized template", - "arguments": "\"[--agent] [--tool codex|gemini|qwen] [--enhance] [--cd path] bug description\"", - "category": "cli", - "subcategory": "mode", - "usage_scenario": "general", + "name": "workflow:brainstorm:auto-parallel", + "description": "Parallel brainstorming automation with dynamic role selection and concurrent execution across multiple perspectives", + "arguments": "topic or challenge description\" [--count N]", + "category": "workflow", + "subcategory": "brainstorm", + "usage_scenario": "session-management", "difficulty": "Advanced", - "file_path": "cli\\mode\\bug-diagnosis.md" + "file_path": "workflow/brainstorm/auto-parallel.md" }, { - "name": "code-analysis", - "description": "Deep code analysis and debugging using CLI tools with specialized template", - "arguments": "\"[--agent] [--tool codex|gemini|qwen] [--enhance] [--cd path] analysis target\"", - "category": "cli", - "subcategory": "mode", - "usage_scenario": "general", + "name": "workflow:brainstorm:system-architect", + "description": "Generate or update system-architect/analysis.md addressing guidance-specification discussion points for system architecture perspective", + "arguments": "optional topic - uses existing framework if available", + "category": "workflow", + "subcategory": "brainstorm", + "usage_scenario": "session-management", "difficulty": "Advanced", - "file_path": "cli\\mode\\code-analysis.md" + "file_path": "workflow/brainstorm/system-architect.md" }, { - "name": "load-skill-memory", - "description": "Activate SKILL package (auto-detect or manual) and load documentation based on task intent", - "arguments": "\"[skill_name] \\\"task intent description\\\"\"", - "category": "memory", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "memory\\load-skill-memory.md" - }, - { - "name": "load", - "description": "Load project memory by delegating to agent, returns structured core content package for subsequent operations", - "arguments": "\"[--tool gemini|qwen] \\\"task context description\\\"\"", - "category": "memory", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "memory\\load.md" - }, - { - "name": "skill-memory", - "description": "Generate SKILL package index from project documentation", - "arguments": "\"[path] [--tool ] [--regenerate] [--mode ] [--cli-execute]\"", - "category": "memory", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Advanced", - "file_path": "memory\\skill-memory.md" - }, - { - "name": "tech-research", - "description": "Generate tech stack SKILL packages using Exa research via agent delegation", - "arguments": "\"[session-id | tech-stack-name] [--regenerate] [--tool ]\"", - "category": "memory", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "memory\\tech-research.md" - }, - { - "name": "workflow-skill-memory", - "description": "Generate SKILL package from archived workflow sessions for progressive context loading", - "arguments": "\"session | all\"", - "category": "memory", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "memory\\workflow-skill-memory.md" - }, - { - "name": "breakdown", - "description": "Intelligent task decomposition with context-aware subtask generation", - "arguments": "\"task-id\"", - "category": "task", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "task\\breakdown.md" - }, - { - "name": "resume", - "description": "Intelligent workflow session resumption with automatic progress analysis", - "arguments": "\"session-id for workflow session to resume\"", + "name": "workflow:execute", + "description": "Coordinate agent execution for workflow tasks with automatic session discovery, parallel task processing, and status tracking", + "arguments": "[--resume-session=\\\"session-id\\\"]", "category": "workflow", - "subcategory": null, - "usage_scenario": "general", + "subcategory": "core", + "usage_scenario": "session-management", "difficulty": "Intermediate", - "file_path": "workflow\\resume.md" + "file_path": "workflow/execute.md" }, { - "name": "workflow:status", - "description": "Generate on-demand views from JSON task data", - "arguments": "\"[optional: task-id]\"", + "name": "workflow:plan", + "description": "5-phase planning workflow with Gemini analysis and action-planning-agent task generation, outputs IMPL_PLAN.md and task JSONs with optional CLI auto-execution", + "arguments": "[--agent] [--cli-execute] \\\"text description\\\"|file.md", "category": "workflow", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Beginner", - "file_path": "workflow\\status.md" - }, - { - "name": "api-designer", - "description": "Generate or update api-designer/analysis.md addressing guidance-specification discussion points", - "arguments": "\"optional topic - uses existing framework if available\"", - "category": "workflow", - "subcategory": "brainstorm", - "usage_scenario": "general", + "subcategory": "core", + "usage_scenario": "session-management", "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\api-designer.md" + "file_path": "workflow/plan.md" }, { - "name": "artifacts", - "description": "Interactive clarification generating confirmed guidance specification", - "arguments": "\"topic or challenge description [--count N]\"", - "category": "workflow", - "subcategory": "brainstorm", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\artifacts.md" - }, - { - "name": "auto-parallel", - "description": "Parallel brainstorming automation with dynamic role selection and concurrent execution", - "arguments": "\"topic or challenge description\" [--count N]", - "category": "workflow", - "subcategory": "brainstorm", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\auto-parallel.md" - }, - { - "name": "data-architect", - "description": "Generate or update data-architect/analysis.md addressing guidance-specification discussion points", - "arguments": "\"optional topic - uses existing framework if available\"", - "category": "workflow", - "subcategory": "brainstorm", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\data-architect.md" - }, - { - "name": "product-manager", - "description": "Generate or update product-manager/analysis.md addressing guidance-specification discussion points", - "arguments": "\"optional topic - uses existing framework if available\"", - "category": "workflow", - "subcategory": "brainstorm", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\product-manager.md" - }, - { - "name": "product-owner", - "description": "Generate or update product-owner/analysis.md addressing guidance-specification discussion points", - "arguments": "\"optional topic - uses existing framework if available\"", - "category": "workflow", - "subcategory": "brainstorm", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\product-owner.md" - }, - { - "name": "scrum-master", - "description": "Generate or update scrum-master/analysis.md addressing guidance-specification discussion points", - "arguments": "\"optional topic - uses existing framework if available\"", - "category": "workflow", - "subcategory": "brainstorm", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\scrum-master.md" - }, - { - "name": "subject-matter-expert", - "description": "Generate or update subject-matter-expert/analysis.md addressing guidance-specification discussion points", - "arguments": "\"optional topic - uses existing framework if available\"", - "category": "workflow", - "subcategory": "brainstorm", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\subject-matter-expert.md" - }, - { - "name": "synthesis", - "description": "Clarify and refine role analyses through intelligent Q&A and targeted updates", - "arguments": "\"[optional: --session session-id]\"", - "category": "workflow", - "subcategory": "brainstorm", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\synthesis.md" - }, - { - "name": "system-architect", - "description": "Generate or update system-architect/analysis.md addressing guidance-specification discussion points", - "arguments": "\"optional topic - uses existing framework if available\"", - "category": "workflow", - "subcategory": "brainstorm", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\system-architect.md" - }, - { - "name": "ui-designer", - "description": "Generate or update ui-designer/analysis.md addressing guidance-specification discussion points", - "arguments": "\"optional topic - uses existing framework if available\"", - "category": "workflow", - "subcategory": "brainstorm", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\ui-designer.md" - }, - { - "name": "ux-expert", - "description": "Generate or update ux-expert/analysis.md addressing guidance-specification discussion points", - "arguments": "\"optional topic - uses existing framework if available\"", - "category": "workflow", - "subcategory": "brainstorm", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\ux-expert.md" - }, - { - "name": "complete", - "description": "Mark the active workflow session as complete, archive it with lessons learned, and remove active flag", - "arguments": "", + "name": "workflow:session:complete", + "description": "Mark active workflow session as complete, archive with lessons learned, update manifest, remove active flag", + "arguments": "# Complete current active session", "category": "workflow", "subcategory": "session", - "usage_scenario": "general", + "usage_scenario": "session-management", "difficulty": "Intermediate", - "file_path": "workflow\\session\\complete.md" + "file_path": "workflow/session/complete.md" }, { - "name": "list", - "description": "List all workflow sessions with status", - "arguments": "", + "name": "workflow:session:list", + "description": "List all workflow sessions with status filtering, shows session metadata and progress information", + "arguments": "# Show all sessions with status", "category": "workflow", "subcategory": "session", - "usage_scenario": "general", - "difficulty": "Beginner", - "file_path": "workflow\\session\\list.md" + "usage_scenario": "session-management", + "difficulty": "Basic", + "file_path": "workflow/session/list.md" }, { - "name": "resume", - "description": "Resume the most recently paused workflow session", - "arguments": "", + "name": "workflow:session:resume", + "description": "Resume the most recently paused workflow session with automatic session discovery and status update", + "arguments": "# Resume most recent paused session", "category": "workflow", "subcategory": "session", - "usage_scenario": "general", + "usage_scenario": "session-management", "difficulty": "Intermediate", - "file_path": "workflow\\session\\resume.md" + "file_path": "workflow/session/resume.md" }, { - "name": "start", - "description": "Discover existing sessions or start a new workflow session with intelligent session management", + "name": "workflow:session:start", + "description": "Discover existing sessions or start new workflow session with intelligent session management and conflict detection", "arguments": "[--auto|--new] [optional: task description for new session]", "category": "workflow", "subcategory": "session", - "usage_scenario": "general", + "usage_scenario": "session-management", "difficulty": "Intermediate", - "file_path": "workflow\\session\\start.md" + "file_path": "workflow/session/start.md" }, { - "name": "conflict-resolution", - "description": "Detect and resolve conflicts between plan and existing codebase using CLI-powered analysis", - "arguments": "\"--session WFS-session-id --context path/to/context-package.json\"", + "name": "workflow:tdd-plan", + "description": "TDD workflow planning with Red-Green-Refactor task chain generation, test-first development structure, and cycle tracking", + "arguments": "[--agent] \\\"feature description\\\"|file.md", "category": "workflow", - "subcategory": "tools", - "usage_scenario": "general", + "subcategory": "core", + "usage_scenario": "session-management", "difficulty": "Intermediate", - "file_path": "workflow\\tools\\conflict-resolution.md" + "file_path": "workflow/tdd-plan.md" }, { - "name": "gather", - "description": "Intelligently collect project context using context-search-agent based on task description and package into standardized JSON", - "arguments": "\"--session WFS-session-id \\\"task description\\\"\"", + "name": "workflow:tdd-verify", + "description": "Verify TDD workflow compliance against Red-Green-Refactor cycles, generate quality report with coverage analysis", + "arguments": "[optional: WFS-session-id]", "category": "workflow", - "subcategory": "tools", - "usage_scenario": "general", + "subcategory": "core", + "usage_scenario": "session-management", "difficulty": "Intermediate", - "file_path": "workflow\\tools\\context-gather.md" + "file_path": "workflow/tdd-verify.md" }, { - "name": "task-generate-agent", - "description": "Autonomous task generation using action-planning-agent with discovery and output phases", - "arguments": "\"--session WFS-session-id [--cli-execute]\"", + "name": "workflow:test-cycle-execute", + "description": "Execute test-fix workflow with dynamic task generation and iterative fix cycles until all tests pass or max iterations reached", + "arguments": "[--resume-session=\\\"session-id\\\"] [--max-iterations=N]", "category": "workflow", - "subcategory": "tools", - "usage_scenario": "general", + "subcategory": "core", + "usage_scenario": "session-management", "difficulty": "Intermediate", - "file_path": "workflow\\tools\\task-generate-agent.md" + "file_path": "workflow/test-cycle-execute.md" }, { - "name": "task-generate-tdd", - "description": "Generate TDD task chains with Red-Green-Refactor dependencies", - "arguments": "\"--session WFS-session-id [--agent]\"", + "name": "workflow:tools:test-task-generate", + "description": "Generate test-fix task JSON with iterative test-fix-retest cycle specification using Gemini/Qwen/Codex", + "arguments": "[--use-codex] [--cli-execute] --session WFS-test-session-id", "category": "workflow", "subcategory": "tools", - "usage_scenario": "general", + "usage_scenario": "session-management", "difficulty": "Advanced", - "file_path": "workflow\\tools\\task-generate-tdd.md" - }, + "file_path": "workflow/tools/test-task-generate.md" + } + ], + "analysis": [ { - "name": "task-generate", - "description": "Generate task JSON files and IMPL_PLAN.md from analysis results with artifacts integration", - "arguments": "\"--session WFS-session-id [--cli-execute]\"", - "category": "workflow", - "subcategory": "tools", - "usage_scenario": "general", + "name": "cli:mode:bug-diagnosis", + "description": "Read-only bug root cause analysis using Gemini/Qwen/Codex with systematic diagnosis template for fix suggestions", + "arguments": "[--agent] [--tool codex|gemini|qwen] [--enhance] [--cd path] bug description", + "category": "cli", + "subcategory": "mode", + "usage_scenario": "analysis", "difficulty": "Intermediate", - "file_path": "workflow\\tools\\task-generate.md" - }, - { - "name": "tdd-coverage-analysis", - "description": "Analyze test coverage and TDD cycle execution", - "arguments": "\"--session WFS-session-id\"", - "category": "workflow", - "subcategory": "tools", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\tools\\tdd-coverage-analysis.md" - }, - { - "name": "animation-extract", - "description": "Extract animation and transition patterns from URLs, CSS, or interactive questioning", - "arguments": "\"[--base-path ] [--session ] [--urls \"\"] [--mode ] [--focus \"\"]\"", - "category": "workflow", - "subcategory": "ui-design", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\ui-design\\animation-extract.md" - }, - { - "name": "batch-generate", - "description": "Prompt-driven batch UI generation using target-style-centric parallel execution", - "arguments": "[--targets \"\"] [--target-type \"page|component\"] [--device-type \"desktop|mobile|tablet|responsive\"] [--base-path ] [--session ] [--style-variants ] [--layout-variants ]", - "category": "workflow", - "subcategory": "ui-design", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\ui-design\\batch-generate.md" - }, - { - "name": "capture", - "description": "Batch screenshot capture for UI design workflows using MCP or local fallback", - "arguments": "--url-map \"target:url,...\" [--base-path path] [--session id]", - "category": "workflow", - "subcategory": "ui-design", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\ui-design\\capture.md" - }, - { - "name": "explore-auto", - "description": "Exploratory UI design workflow with style-centric batch generation", - "arguments": "\"[--prompt \"\"] [--images \"\"] [--targets \"\"] [--target-type \"page|component\"] [--session ] [--style-variants ] [--layout-variants ] [--batch-plan]\"\"", - "category": "workflow", - "subcategory": "ui-design", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\ui-design\\explore-auto.md" - }, - { - "name": "explore-layers", - "description": "Interactive deep UI capture with depth-controlled layer exploration", - "arguments": "--url --depth <1-5> [--session id] [--base-path path]", - "category": "workflow", - "subcategory": "ui-design", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\ui-design\\explore-layers.md" - }, - { - "name": "generate", - "description": "Assemble UI prototypes by combining layout templates with design tokens (pure assembler)", - "arguments": "[--base-path ] [--session ] [--style-variants ] [--layout-variants ]", - "category": "workflow", - "subcategory": "ui-design", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\ui-design\\generate.md" - }, - { - "name": "imitate-auto", - "description": "High-speed multi-page UI replication with batch screenshot capture", - "arguments": "--url-map \"\" [--capture-mode ] [--depth <1-5>] [--session ] [--prompt \"\"]", - "category": "workflow", - "subcategory": "ui-design", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\ui-design\\imitate-auto.md" - }, - { - "name": "layout-extract", - "description": "Extract structural layout information from reference images, URLs, or text prompts", - "arguments": "[--base-path ] [--session ] [--images \"\"] [--urls \"\"] [--prompt \"\"] [--targets \"\"] [--mode ] [--variants ] [--device-type ]", - "category": "workflow", - "subcategory": "ui-design", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\ui-design\\layout-extract.md" - }, - { - "name": "style-extract", - "description": "Extract design style from reference images or text prompts using Claude's analysis", - "arguments": "\"[--base-path ] [--session ] [--images \"\"] [--urls \"\"] [--prompt \"\"] [--mode ] [--variants ]\"", - "category": "workflow", - "subcategory": "ui-design", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\ui-design\\style-extract.md" - }, - { - "name": "update", - "description": "Update brainstorming artifacts with finalized design system references", - "arguments": "--session [--selected-prototypes \"\"]", - "category": "workflow", - "subcategory": "ui-design", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\ui-design\\update.md" + "file_path": "cli/mode/bug-diagnosis.md" } ], "implementation": [ { - "name": "codex-execute", - "description": "Automated task decomposition and execution with Codex using resume mechanism", - "arguments": "\"[--verify-git] task description or task-id\"", + "name": "cli:mode:code-analysis", + "description": "Read-only execution path tracing using Gemini/Qwen/Codex with specialized analysis template for call flow and optimization", + "arguments": "[--agent] [--tool codex|gemini|qwen] [--enhance] [--cd path] analysis target", "category": "cli", - "subcategory": null, + "subcategory": "mode", "usage_scenario": "implementation", "difficulty": "Intermediate", - "file_path": "cli\\codex-execute.md" + "file_path": "cli/mode/code-analysis.md" }, { - "name": "execute", - "description": "Auto-execution of implementation tasks with YOLO permissions and intelligent context inference", - "arguments": "\"[--agent] [--tool codex|gemini|qwen] [--enhance] description or task-id\"", - "category": "cli", - "subcategory": null, + "name": "memory:load", + "description": "Delegate to universal-executor agent to analyze project via Gemini/Qwen CLI and return JSON core content package for task context", + "arguments": "[--tool gemini|qwen] \\\"task context description\\\"", + "category": "memory", + "subcategory": "core", "usage_scenario": "implementation", - "difficulty": "Advanced", - "file_path": "cli\\execute.md" + "difficulty": "Intermediate", + "file_path": "memory/load.md" }, { - "name": "create", - "description": "Create implementation tasks with automatic context awareness", - "arguments": "\"\\\"task title\\\"\"", + "name": "memory:update-full", + "description": "Update all CLAUDE.md files using layer-based execution (Layer 3→1) with batched agents (4 modules/agent) and gemini→qwen→codex fallback, <20 modules uses direct parallel", + "arguments": "[--tool gemini|qwen|codex] [--path ]", + "category": "memory", + "subcategory": "core", + "usage_scenario": "implementation", + "difficulty": "Intermediate", + "file_path": "memory/update-full.md" + }, + { + "name": "memory:update-related", + "description": "Update CLAUDE.md for git-changed modules using batched agent execution (4 modules/agent) with gemini→qwen→codex fallback, <15 modules uses direct execution", + "arguments": "[--tool gemini|qwen|codex]", + "category": "memory", + "subcategory": "core", + "usage_scenario": "implementation", + "difficulty": "Intermediate", + "file_path": "memory/update-related.md" + }, + { + "name": "task:execute", + "description": "Execute task JSON using appropriate agent (@doc-generator/@implementation-agent/@test-agent) with pre-analysis context loading and status tracking", + "arguments": "task-id", "category": "task", - "subcategory": null, + "subcategory": "core", "usage_scenario": "implementation", "difficulty": "Intermediate", - "file_path": "task\\create.md" + "file_path": "task/execute.md" }, { - "name": "execute", - "description": "Execute tasks with appropriate agents and context-aware orchestration", - "arguments": "\"task-id\"", - "category": "task", - "subcategory": null, - "usage_scenario": "implementation", - "difficulty": "Intermediate", - "file_path": "task\\execute.md" - }, - { - "name": "execute", - "description": "Coordinate agents for existing workflow tasks with automatic discovery", - "arguments": "\"[--resume-session=\\\"session-id\\\"]\"", + "name": "workflow:brainstorm:data-architect", + "description": "Generate or update data-architect/analysis.md addressing guidance-specification discussion points for data architecture perspective", + "arguments": "optional topic - uses existing framework if available", "category": "workflow", - "subcategory": null, - "usage_scenario": "implementation", - "difficulty": "Intermediate", - "file_path": "workflow\\execute.md" - }, - { - "name": "review", - "description": "Optional specialized review (security, architecture, docs) for completed implementation", - "arguments": "\"[--type=security|architecture|action-items|quality] [optional: session-id]\"", - "category": "workflow", - "subcategory": null, - "usage_scenario": "implementation", - "difficulty": "Intermediate", - "file_path": "workflow\\review.md" - }, - { - "name": "test-cycle-execute", - "description": "Execute test-fix workflow with dynamic task generation and iterative fix cycles", - "arguments": "\"[--resume-session=\\\"session-id\\\"] [--max-iterations=N]\"", - "category": "workflow", - "subcategory": null, - "usage_scenario": "implementation", - "difficulty": "Intermediate", - "file_path": "workflow\\test-cycle-execute.md" - }, - { - "name": "test-fix-gen", - "description": "Create independent test-fix workflow session from existing implementation (session or prompt-based)", - "arguments": "\"[--use-codex] [--cli-execute] (source-session-id | \\\"feature description\\\" | /path/to/file.md)\"", - "category": "workflow", - "subcategory": null, + "subcategory": "brainstorm", "usage_scenario": "implementation", "difficulty": "Advanced", - "file_path": "workflow\\test-fix-gen.md" + "file_path": "workflow/brainstorm/data-architect.md" }, { - "name": "test-gen", - "description": "Create independent test-fix workflow session by analyzing completed implementation", - "arguments": "\"[--use-codex] [--cli-execute] source-session-id\"", + "name": "workflow:brainstorm:product-manager", + "description": "Generate or update product-manager/analysis.md addressing guidance-specification discussion points for product management perspective", + "arguments": "optional topic - uses existing framework if available", "category": "workflow", - "subcategory": null, + "subcategory": "brainstorm", "usage_scenario": "implementation", "difficulty": "Advanced", - "file_path": "workflow\\test-gen.md" + "file_path": "workflow/brainstorm/product-manager.md" + }, + { + "name": "workflow:brainstorm:product-owner", + "description": "Generate or update product-owner/analysis.md addressing guidance-specification discussion points for product ownership perspective", + "arguments": "optional topic - uses existing framework if available", + "category": "workflow", + "subcategory": "brainstorm", + "usage_scenario": "implementation", + "difficulty": "Advanced", + "file_path": "workflow/brainstorm/product-owner.md" + }, + { + "name": "workflow:brainstorm:subject-matter-expert", + "description": "Generate or update subject-matter-expert/analysis.md addressing guidance-specification discussion points for domain expertise perspective", + "arguments": "optional topic - uses existing framework if available", + "category": "workflow", + "subcategory": "brainstorm", + "usage_scenario": "implementation", + "difficulty": "Advanced", + "file_path": "workflow/brainstorm/subject-matter-expert.md" + }, + { + "name": "workflow:brainstorm:ux-expert", + "description": "Generate or update ux-expert/analysis.md addressing guidance-specification discussion points for UX perspective", + "arguments": "optional topic - uses existing framework if available", + "category": "workflow", + "subcategory": "brainstorm", + "usage_scenario": "implementation", + "difficulty": "Advanced", + "file_path": "workflow/brainstorm/ux-expert.md" + }, + { + "name": "workflow:resume", + "description": "Resume paused workflow session with automatic progress analysis, pending task identification, and conflict detection", + "arguments": "session-id for workflow session to resume", + "category": "workflow", + "subcategory": "core", + "usage_scenario": "implementation", + "difficulty": "Intermediate", + "file_path": "workflow/resume.md" + }, + { + "name": "workflow:tools:context-gather", + "description": "Intelligently collect project context using context-search-agent based on task description, packages into standardized JSON", + "arguments": "--session WFS-session-id \\\"task description\\\"", + "category": "workflow", + "subcategory": "tools", + "usage_scenario": "implementation", + "difficulty": "Advanced", + "file_path": "workflow/tools/context-gather.md" + }, + { + "name": "workflow:tools:test-context-gather", + "description": "Collect test coverage context using test-context-search-agent and package into standardized test-context JSON", + "arguments": "--session WFS-test-session-id", + "category": "workflow", + "subcategory": "tools", + "usage_scenario": "implementation", + "difficulty": "Advanced", + "file_path": "workflow/tools/test-context-gather.md" } ], "planning": [ { - "name": "discuss-plan", - "description": "Orchestrates an iterative, multi-model discussion for planning and analysis without implementation.", - "arguments": "\"[--topic '...'] [--task-id '...'] [--rounds N]\"", - "category": "cli", - "subcategory": null, - "usage_scenario": "planning", - "difficulty": "Intermediate", - "file_path": "cli\\discuss-plan.md" - }, - { - "name": "plan", - "description": "Project planning and architecture analysis using CLI tools", - "arguments": "\"[--agent] [--tool codex|gemini|qwen] [--enhance] [--cd path] topic\"", + "name": "cli:mode:plan", + "description": "Read-only architecture planning using Gemini/Qwen/Codex with strategic planning template for modification plans and impact analysis", + "arguments": "[--agent] [--tool codex|gemini|qwen] [--enhance] [--cd path] topic", "category": "cli", "subcategory": "mode", "usage_scenario": "planning", - "difficulty": "Advanced", - "file_path": "cli\\mode\\plan.md" + "difficulty": "Intermediate", + "file_path": "cli/mode/plan.md" }, { - "name": "replan", - "description": "Replan individual tasks with detailed user input and change tracking", - "arguments": "\"task-id [\\\"text\\\"|file.md] | --batch [verification-report.md]\"", + "name": "memory:docs", + "description": "Plan documentation workflow with dynamic grouping (≤10 docs/task), generates IMPL tasks for parallel module trees, README, ARCHITECTURE, and HTTP API docs", + "arguments": "[path] [--tool ] [--mode ] [--cli-execute]", + "category": "memory", + "subcategory": "core", + "usage_scenario": "planning", + "difficulty": "Intermediate", + "file_path": "memory/docs.md" + }, + { + "name": "task:breakdown", + "description": "Decompose complex task into subtasks with dependency mapping, creates child task JSONs with parent references and execution order", + "arguments": "task-id", "category": "task", - "subcategory": null, + "subcategory": "core", "usage_scenario": "planning", "difficulty": "Intermediate", - "file_path": "task\\replan.md" + "file_path": "task/breakdown.md" }, { - "name": "action-plan-verify", - "description": "Perform non-destructive cross-artifact consistency and quality analysis of IMPL_PLAN.md and task.json before execution", - "arguments": "\"[optional: --session session-id]\"", + "name": "workflow:action-plan-verify", + "description": "Perform non-destructive cross-artifact consistency analysis between IMPL_PLAN.md and task JSONs with quality gate validation", + "arguments": "[optional: --session session-id]", "category": "workflow", - "subcategory": null, + "subcategory": "core", "usage_scenario": "planning", "difficulty": "Intermediate", - "file_path": "workflow\\action-plan-verify.md" + "file_path": "workflow/action-plan-verify.md" }, { - "name": "plan", - "description": "Orchestrate 5-phase planning workflow with quality gate, executing commands and passing context between phases", - "arguments": "\"[--agent] [--cli-execute] \\\"text description\\\"|file.md\"", + "name": "workflow:brainstorm:scrum-master", + "description": "Generate or update scrum-master/analysis.md addressing guidance-specification discussion points for Agile process perspective", + "arguments": "optional topic - uses existing framework if available", "category": "workflow", - "subcategory": null, + "subcategory": "brainstorm", "usage_scenario": "planning", "difficulty": "Advanced", - "file_path": "workflow\\plan.md" + "file_path": "workflow/brainstorm/scrum-master.md" }, { - "name": "tdd-plan", - "description": "Orchestrate TDD workflow planning with Red-Green-Refactor task chains", - "arguments": "\"[--agent] \\\"feature description\\\"|file.md\"", + "name": "workflow:brainstorm:ui-designer", + "description": "Generate or update ui-designer/analysis.md addressing guidance-specification discussion points for UI design perspective", + "arguments": "optional topic - uses existing framework if available", "category": "workflow", - "subcategory": null, + "subcategory": "brainstorm", "usage_scenario": "planning", "difficulty": "Advanced", - "file_path": "workflow\\tdd-plan.md" - } - ], - "documentation": [ - { - "name": "docs", - "description": "Documentation planning and orchestration - creates structured documentation tasks for execution", - "arguments": "\"[path] [--tool ] [--mode ] [--cli-execute]\"", - "category": "memory", - "subcategory": null, - "usage_scenario": "documentation", - "difficulty": "Advanced", - "file_path": "memory\\docs.md" + "file_path": "workflow/brainstorm/ui-designer.md" }, { - "name": "update-full", - "description": "Complete project-wide CLAUDE.md documentation update with agent-based parallel execution and tool fallback", - "arguments": "\"[--tool gemini|qwen|codex] [--path ]\"", - "category": "memory", - "subcategory": null, - "usage_scenario": "documentation", + "name": "workflow:tools:task-generate-agent", + "description": "Autonomous task generation using action-planning-agent with discovery and output phases for workflow planning", + "arguments": "--session WFS-session-id [--cli-execute]", + "category": "workflow", + "subcategory": "tools", + "usage_scenario": "planning", "difficulty": "Advanced", - "file_path": "memory\\update-full.md" + "file_path": "workflow/tools/task-generate-agent.md" }, { - "name": "update-related", - "description": "Context-aware CLAUDE.md documentation updates based on recent changes with agent-based execution and tool fallback", - "arguments": "\"[--tool gemini|qwen|codex]\"", - "category": "memory", - "subcategory": null, - "usage_scenario": "documentation", + "name": "workflow:tools:task-generate-tdd", + "description": "Generate TDD task chains with Red-Green-Refactor dependencies, test-first structure, and cycle validation", + "arguments": "--session WFS-session-id [--agent]", + "category": "workflow", + "subcategory": "tools", + "usage_scenario": "planning", "difficulty": "Advanced", - "file_path": "memory\\update-related.md" + "file_path": "workflow/tools/task-generate-tdd.md" + }, + { + "name": "workflow:tools:task-generate", + "description": "", + "arguments": "--session WFS-auth", + "category": "workflow", + "subcategory": "tools", + "usage_scenario": "planning", + "difficulty": "Advanced", + "file_path": "workflow/tools/task-generate.md" } ], "testing": [ { - "name": "tdd-verify", - "description": "Verify TDD workflow compliance and generate quality report", - "arguments": "\"[optional: WFS-session-id]\"", - "category": "workflow", - "subcategory": null, + "name": "task:create", + "description": "Generate task JSON from natural language description with automatic file pattern detection, scope inference, and dependency analysis", + "arguments": "\\\"task title\\\"", + "category": "task", + "subcategory": "core", "usage_scenario": "testing", "difficulty": "Intermediate", - "file_path": "workflow\\tdd-verify.md" + "file_path": "task/create.md" }, { - "name": "test-concept-enhanced", - "description": "Analyze test requirements and generate test generation strategy using Gemini", - "arguments": "\"--session WFS-test-session-id --context path/to/test-context-package.json\"", + "name": "workflow:review", + "description": "Post-implementation review with specialized types (security/architecture/action-items/quality) using analysis agents and Gemini", + "arguments": "[--type=security|architecture|action-items|quality] [optional: session-id]", "category": "workflow", - "subcategory": "tools", + "subcategory": "core", "usage_scenario": "testing", "difficulty": "Intermediate", - "file_path": "workflow\\tools\\test-concept-enhanced.md" + "file_path": "workflow/review.md" }, { - "name": "test-context-gather", - "description": "Intelligently collect test coverage context using test-context-search-agent and package into standardized test-context JSON", - "arguments": "\"--session WFS-test-session-id\"", + "name": "workflow:test-fix-gen", + "description": "Create test-fix workflow session from session ID, description, or file path with test strategy generation and task planning", + "arguments": "[--use-codex] [--cli-execute] (source-session-id | \\\"feature description\\\" | /path/to/file.md)", "category": "workflow", - "subcategory": "tools", + "subcategory": "core", "usage_scenario": "testing", "difficulty": "Intermediate", - "file_path": "workflow\\tools\\test-context-gather.md" + "file_path": "workflow/test-fix-gen.md" }, { - "name": "test-task-generate", - "description": "Generate test-fix task JSON with iterative test-fix-retest cycle specification", - "arguments": "\"[--use-codex] [--cli-execute] --session WFS-test-session-id\"", + "name": "workflow:test-gen", + "description": "Create independent test-fix workflow session from completed implementation session, analyzes code to generate test tasks", + "arguments": "[--use-codex] [--cli-execute] source-session-id", + "category": "workflow", + "subcategory": "core", + "usage_scenario": "testing", + "difficulty": "Intermediate", + "file_path": "workflow/test-gen.md" + }, + { + "name": "workflow:tools:tdd-coverage-analysis", + "description": "Analyze test coverage and TDD cycle execution with Red-Green-Refactor compliance verification", + "arguments": "--session WFS-session-id", "category": "workflow", "subcategory": "tools", "usage_scenario": "testing", "difficulty": "Advanced", - "file_path": "workflow\\tools\\test-task-generate.md" + "file_path": "workflow/tools/tdd-coverage-analysis.md" + }, + { + "name": "workflow:tools:test-concept-enhanced", + "description": "Analyze test requirements and generate test generation strategy using Gemini with test-context package", + "arguments": "--session WFS-test-session-id --context path/to/test-context-package.json", + "category": "workflow", + "subcategory": "tools", + "usage_scenario": "testing", + "difficulty": "Advanced", + "file_path": "workflow/tools/test-concept-enhanced.md" + } + ], + "utilities": [ + { + "name": "version", + "description": "Display Claude Code version information and check for updates", + "arguments": "", + "category": "general", + "subcategory": "core", + "usage_scenario": "utilities", + "difficulty": "Basic", + "file_path": "version.md" + } + ], + "brainstorming": [ + { + "name": "workflow:brainstorm:synthesis", + "description": "Clarify and refine role analyses through intelligent Q&A and targeted updates with synthesis agent", + "arguments": "[optional: --session session-id]", + "category": "workflow", + "subcategory": "brainstorm", + "usage_scenario": "brainstorming", + "difficulty": "Advanced", + "file_path": "workflow/brainstorm/synthesis.md" + }, + { + "name": "workflow:tools:conflict-resolution", + "description": "Detect and resolve conflicts between plan and existing codebase using CLI-powered analysis with Gemini/Qwen", + "arguments": "--session WFS-session-id --context path/to/context-package.json", + "category": "workflow", + "subcategory": "tools", + "usage_scenario": "brainstorming", + "difficulty": "Advanced", + "file_path": "workflow/tools/conflict-resolution.md" + } + ], + "monitoring": [ + { + "name": "workflow:status", + "description": "Generate on-demand task status views from JSON task data with optional task-id filtering for detailed view", + "arguments": "[optional: task-id]", + "category": "workflow", + "subcategory": "core", + "usage_scenario": "monitoring", + "difficulty": "Basic", + "file_path": "workflow/status.md" + } + ], + "ui-design": [ + { + "name": "workflow:ui-design:batch-generate", + "description": "Prompt-driven batch UI generation using target-style-centric parallel execution with design token application", + "arguments": "[--targets \"\"] [--target-type \"page|component\"] [--device-type \"desktop|mobile|tablet|responsive\"] [--base-path ] [--session ] [--style-variants ] [--layout-variants ]", + "category": "workflow", + "subcategory": "ui-design", + "usage_scenario": "ui-design", + "difficulty": "Advanced", + "file_path": "workflow/ui-design/batch-generate.md" + }, + { + "name": "workflow:ui-design:capture", + "description": "Batch screenshot capture for UI design workflows using MCP puppeteer or local fallback with URL mapping", + "arguments": "--url-map \"target:url,...\" [--base-path path] [--session id]", + "category": "workflow", + "subcategory": "ui-design", + "usage_scenario": "ui-design", + "difficulty": "Advanced", + "file_path": "workflow/ui-design/capture.md" + }, + { + "name": "workflow:ui-design:explore-auto", + "description": "Exploratory UI design workflow with style-centric batch generation, creates design variants from prompts/images with parallel execution", + "arguments": "[--prompt \"\"] [--images \"\"] [--targets \"\"] [--target-type \"page|component\"] [--session ] [--style-variants ] [--layout-variants ] [--batch-plan]\"", + "category": "workflow", + "subcategory": "ui-design", + "usage_scenario": "ui-design", + "difficulty": "Advanced", + "file_path": "workflow/ui-design/explore-auto.md" + }, + { + "name": "workflow:ui-design:explore-layers", + "description": "Interactive deep UI capture with depth-controlled layer exploration using MCP puppeteer", + "arguments": "--url --depth <1-5> [--session id] [--base-path path]", + "category": "workflow", + "subcategory": "ui-design", + "usage_scenario": "ui-design", + "difficulty": "Advanced", + "file_path": "workflow/ui-design/explore-layers.md" + }, + { + "name": "workflow:ui-design:generate", + "description": "Assemble UI prototypes by combining layout templates with design tokens, pure assembler without new content generation", + "arguments": "[--base-path ] [--session ] [--style-variants ] [--layout-variants ]", + "category": "workflow", + "subcategory": "ui-design", + "usage_scenario": "ui-design", + "difficulty": "Advanced", + "file_path": "workflow/ui-design/generate.md" + }, + { + "name": "workflow:ui-design:layout-extract", + "description": "Extract structural layout information from reference images, URLs, or text prompts using Claude analysis", + "arguments": "[--base-path ] [--session ] [--images \"\"] [--urls \"\"] [--prompt \"\"] [--targets \"\"] [--mode ] [--variants ] [--device-type ]", + "category": "workflow", + "subcategory": "ui-design", + "usage_scenario": "ui-design", + "difficulty": "Advanced", + "file_path": "workflow/ui-design/layout-extract.md" + }, + { + "name": "workflow:ui-design:update", + "description": "Update brainstorming artifacts with finalized design system references from selected prototypes", + "arguments": "--session [--selected-prototypes \"\"]", + "category": "workflow", + "subcategory": "ui-design", + "usage_scenario": "ui-design", + "difficulty": "Advanced", + "file_path": "workflow/ui-design/update.md" } ] } \ No newline at end of file diff --git a/.claude/skills/command-guide/index/command-relationships.json b/.claude/skills/command-guide/index/command-relationships.json index 0b758ac7..749f71c4 100644 --- a/.claude/skills/command-guide/index/command-relationships.json +++ b/.claude/skills/command-guide/index/command-relationships.json @@ -1,457 +1,616 @@ { - "analyze": [ - "enhance-prompt" - ], - "chat": [ - "enhance-prompt" - ], - "cli-init": [ - "analyze" - ], - "codex-execute": [ - "chat" - ], - "discuss-plan": [ - "version", - "chat", - "codex-execute", - "analyze" - ], - "execute": [ - "create", - "plan", - "load", - "breakdown", - "docs" - ], - "bug-diagnosis": [ - "enhance-prompt", - "chat" - ], - "code-analysis": [ - "enhance-prompt", - "chat" - ], - "plan": [ - "action-plan-verify", - "create", - "execute", - "analyze", - "breakdown" - ], - "docs": [ - "plan", - "execute", - "analyze" - ], - "load-skill-memory": [ - "docs", - "analyze" - ], - "load": [ - "execute", - "docs", - "analyze" - ], - "skill-memory": [ - "version", - "execute", - "plan", - "load", - "docs" - ], - "tech-research": [ - "version", - "load", - "execute" - ], - "update-full": [ - "plan", - "docs", - "execute" - ], - "update-related": [ - "plan", - "docs", - "execute" - ], - "workflow-skill-memory": [ - "version", - "skill-memory", - "load", - "analyze" - ], - "breakdown": [ - "plan" - ], - "create": [ - "plan", - "docs" - ], - "replan": [ - "version", - "plan", - "create" - ], - "action-plan-verify": [ - "plan", - "execute" - ], - "resume": [ - "execute" - ], - "review": [ - "plan", - "create", - "docs", - "execute" - ], - "tdd-plan": [ - "action-plan-verify", - "workflow:status", - "execute", - "analyze", - "plan", - "breakdown" - ], - "tdd-verify": [ - "create", - "workflow:status", - "tdd-plan", - "execute", - "plan", - "review" - ], - "test-cycle-execute": [ - "resume", - "workflow:status", - "execute", - "analyze", - "plan", - "load" - ], - "test-fix-gen": [ - "create", - "resume", - "workflow:status", - "test-cycle-execute", - "execute", - "analyze", - "plan", - "docs" - ], - "test-gen": [ - "create", - "workflow:status", - "test-cycle-execute", - "execute", - "analyze", - "plan" - ], - "api-designer": [ - "version", - "plan", - "create", - "load" - ], - "artifacts": [ - "execute", - "analyze", - "plan", - "load", - "docs" - ], - "auto-parallel": [ - "create", - "execute", - "analyze", - "plan", - "artifacts", - "load" - ], - "data-architect": [ - "plan", - "load" - ], - "product-manager": [ - "plan", - "load" - ], - "product-owner": [ - "plan", - "load" - ], - "scrum-master": [ - "plan", - "breakdown", - "load" - ], - "subject-matter-expert": [ - "plan", - "load" - ], - "synthesis": [ - "analyze", - "plan", - "product-manager", - "load", - "api-designer" - ], - "system-architect": [ - "version", - "plan", - "create", - "load" - ], - "ui-designer": [ - "synthesis", - "plan", - "load" - ], - "ux-expert": [ - "synthesis", - "plan", - "load" - ], - "complete": [ - "analyze" - ], - "list": [ - "complete", - "create" - ], - "start": [ - "plan", - "create" - ], - "conflict-resolution": [ - "chat", - "list", - "execute", - "artifacts", - "plan", - "system-architect" - ], - "gather": [ - "complete", - "create", - "synthesis", - "execute", - "artifacts", - "plan", - "load", - "docs" - ], - "task-generate-agent": [ - "list", - "create", - "synthesis", - "gather", - "execute", - "artifacts", - "plan", - "load", - "ui-designer", - "system-architect", - "data-architect" - ], - "task-generate-tdd": [ - "complete", - "create", - "action-plan-verify", - "system-architect", - "list", - "test-gen", - "gather", - "start", - "tdd-plan", - "execute", - "analyze", - "plan", - "artifacts", - "load", - "product-owner", - "breakdown", - "tdd-verify" - ], - "task-generate": [ - "resume", - "test-gen", - "synthesis", - "analyze", - "artifacts", - "plan", - "conflict-resolution", - "system-architect", - "ux-expert", - "create", - "action-plan-verify", - "docs", - "data-architect", - "list", - "gather", - "subject-matter-expert", - "execute", - "load", - "api-designer", - "complete", - "workflow:status", - "start", - "product-manager", - "ui-designer" - ], - "tdd-coverage-analysis": [ - "task-generate", - "complete", - "create", - "task-generate-tdd", - "execute", - "analyze", - "tdd-verify" - ], - "test-concept-enhanced": [ - "version", - "complete", - "create", - "list", - "task-generate", - "test-gen", - "gather", - "analyze", - "plan", - "review", - "docs" - ], - "test-context-gather": [ - "version", - "complete", - "create", - "task-generate", - "test-concept-enhanced", - "test-gen", - "gather", - "execute", - "plan", - "load" - ], - "test-task-generate": [ - "task-generate", - "complete", - "create", - "resume", - "list", - "test-concept-enhanced", - "test-gen", - "gather", - "execute", - "analyze", - "plan", - "load" - ], - "animation-extract": [ - "complete", - "create", - "list", - "synthesis", - "execute", - "plan", - "load" - ], - "batch-generate": [ - "list", - "complete", - "create", - "review" - ], - "capture": [ - "list", - "complete", - "create", - "start" - ], - "explore-auto": [ - "complete", - "create", - "list", - "animation-extract", - "synthesis", - "execute", - "analyze", - "plan", - "artifacts", - "review" - ], - "explore-layers": [ - "complete", - "list", - "start", - "execute", - "review", - "load", - "capture" - ], - "generate": [ - "list", - "complete", - "animation-extract", - "explore-auto", - "review" - ], - "imitate-auto": [ - "complete", - "list", - "animation-extract", - "test-gen", - "start", - "generate", - "explore-layers", - "execute", - "artifacts", - "plan", - "review", - "capture" - ], - "layout-extract": [ - "version", - "complete", - "create", - "list", - "synthesis", - "generate", - "execute", - "review", - "load", - "capture" - ], - "style-extract": [ - "complete", - "create", - "list", - "generate", - "execute", - "plan", - "review", - "load", - "capture", - "layout-extract" - ], - "update": [ - "version", - "complete", - "create", - "list", - "task-generate", - "animation-extract", - "synthesis", - "generate", - "execute", - "artifacts", - "plan", - "style-extract", - "product-manager", - "ui-designer", - "system-architect", - "ux-expert", - "layout-extract" - ] + "cli:analyze": { + "related_commands": [ + "cli:chat", + "cli:mode:code-analysis" + ], + "next_steps": [], + "prerequisites": [] + }, + "cli:chat": { + "related_commands": [ + "cli:analyze", + "memory:load" + ], + "next_steps": [], + "prerequisites": [] + }, + "cli:cli-init": { + "related_commands": [], + "next_steps": [], + "prerequisites": [] + }, + "cli:codex-execute": { + "related_commands": [ + "cli:execute", + "task:execute" + ], + "next_steps": [], + "prerequisites": [] + }, + "cli:discuss-plan": { + "related_commands": [], + "next_steps": [], + "prerequisites": [] + }, + "cli:execute": { + "related_commands": [ + "cli:codex-execute", + "task:execute" + ], + "next_steps": [ + "workflow:status" + ], + "prerequisites": [] + }, + "cli:mode:bug-diagnosis": { + "related_commands": [ + "cli:mode:code-analysis", + "cli:execute" + ], + "next_steps": [], + "prerequisites": [] + }, + "cli:mode:code-analysis": { + "related_commands": [ + "cli:analyze", + "cli:mode:bug-diagnosis" + ], + "next_steps": [], + "prerequisites": [] + }, + "cli:mode:plan": { + "related_commands": [ + "workflow:plan", + "cli:analyze" + ], + "next_steps": [], + "prerequisites": [] + }, + "enhance-prompt": { + "related_commands": [ + "workflow:plan", + "cli:execute" + ], + "next_steps": [], + "prerequisites": [] + }, + "memory:docs": { + "related_commands": [ + "memory:update-full", + "memory:update-related" + ], + "next_steps": [], + "prerequisites": [] + }, + "memory:load-skill-memory": { + "related_commands": [ + "memory:load" + ], + "next_steps": [], + "prerequisites": [ + "memory:skill-memory" + ] + }, + "memory:load": { + "related_commands": [ + "memory:skill-memory", + "memory:load-skill-memory" + ], + "next_steps": [ + "workflow:plan", + "cli:execute" + ], + "prerequisites": [] + }, + "memory:skill-memory": { + "related_commands": [ + "memory:docs", + "memory:update-full" + ], + "next_steps": [ + "memory:load-skill-memory" + ], + "prerequisites": [] + }, + "memory:tech-research": { + "related_commands": [], + "next_steps": [ + "memory:load-skill-memory" + ], + "prerequisites": [] + }, + "memory:update-full": { + "related_commands": [ + "memory:update-related" + ], + "next_steps": [], + "prerequisites": [ + "memory:docs" + ] + }, + "memory:update-related": { + "related_commands": [ + "memory:update-full", + "memory:docs" + ], + "next_steps": [], + "prerequisites": [] + }, + "memory:workflow-skill-memory": { + "related_commands": [ + "memory:skill-memory", + "workflow:session:list" + ], + "next_steps": [], + "prerequisites": [] + }, + "task:breakdown": { + "related_commands": [], + "next_steps": [ + "task:execute" + ], + "prerequisites": [ + "task:create" + ] + }, + "task:create": { + "related_commands": [ + "task:breakdown", + "workflow:plan" + ], + "next_steps": [ + "task:execute" + ], + "prerequisites": [] + }, + "task:execute": { + "related_commands": [ + "workflow:execute", + "workflow:status", + "task:create" + ], + "next_steps": [], + "prerequisites": [] + }, + "task:replan": { + "related_commands": [ + "task:execute", + "workflow:action-plan-verify" + ], + "next_steps": [], + "prerequisites": [] + }, + "version": { + "related_commands": [], + "next_steps": [], + "prerequisites": [] + }, + "workflow:action-plan-verify": { + "related_commands": [ + "workflow:status" + ], + "next_steps": [ + "workflow:execute" + ], + "prerequisites": [ + "workflow:plan" + ] + }, + "workflow:brainstorm:api-designer": { + "related_commands": [ + "workflow:brainstorm:synthesis", + "workflow:plan" + ], + "next_steps": [], + "prerequisites": [] + }, + "workflow:brainstorm:artifacts": { + "related_commands": [ + "workflow:brainstorm:synthesis", + "workflow:plan" + ], + "next_steps": [ + "workflow:plan" + ], + "prerequisites": [] + }, + "workflow:brainstorm:auto-parallel": { + "related_commands": [ + "workflow:brainstorm:synthesis", + "workflow:plan" + ], + "next_steps": [ + "workflow:brainstorm:synthesis" + ], + "prerequisites": [] + }, + "workflow:brainstorm:data-architect": { + "related_commands": [ + "workflow:brainstorm:synthesis", + "workflow:plan" + ], + "next_steps": [], + "prerequisites": [] + }, + "workflow:brainstorm:product-manager": { + "related_commands": [ + "workflow:brainstorm:synthesis", + "workflow:plan" + ], + "next_steps": [], + "prerequisites": [] + }, + "workflow:brainstorm:product-owner": { + "related_commands": [ + "workflow:brainstorm:synthesis", + "workflow:plan" + ], + "next_steps": [], + "prerequisites": [] + }, + "workflow:brainstorm:scrum-master": { + "related_commands": [ + "workflow:brainstorm:synthesis", + "workflow:plan" + ], + "next_steps": [], + "prerequisites": [] + }, + "workflow:brainstorm:subject-matter-expert": { + "related_commands": [ + "workflow:brainstorm:synthesis", + "workflow:plan" + ], + "next_steps": [], + "prerequisites": [] + }, + "workflow:brainstorm:synthesis": { + "related_commands": [ + "workflow:brainstorm:synthesis", + "workflow:plan", + "workflow:brainstorm:artifacts" + ], + "next_steps": [], + "prerequisites": [] + }, + "workflow:brainstorm:system-architect": { + "related_commands": [ + "workflow:brainstorm:synthesis", + "workflow:plan" + ], + "next_steps": [], + "prerequisites": [] + }, + "workflow:brainstorm:ui-designer": { + "related_commands": [ + "workflow:brainstorm:synthesis", + "workflow:plan" + ], + "next_steps": [], + "prerequisites": [] + }, + "workflow:brainstorm:ux-expert": { + "related_commands": [ + "workflow:brainstorm:synthesis", + "workflow:plan" + ], + "next_steps": [], + "prerequisites": [] + }, + "workflow:execute": { + "related_commands": [ + "workflow:status", + "task:execute", + "workflow:session:start" + ], + "next_steps": [ + "workflow:review", + "workflow:test-cycle-execute" + ], + "prerequisites": [ + "workflow:plan" + ] + }, + "workflow:plan": { + "related_commands": [ + "workflow:status", + "workflow:tdd-plan", + "workflow:session:start" + ], + "next_steps": [ + "workflow:action-plan-verify", + "workflow:execute" + ], + "prerequisites": [] + }, + "workflow:resume": { + "related_commands": [ + "workflow:session:start", + "workflow:status", + "workflow:execute" + ], + "next_steps": [], + "prerequisites": [] + }, + "workflow:review": { + "related_commands": [ + "workflow:status" + ], + "next_steps": [], + "prerequisites": [ + "workflow:execute" + ] + }, + "workflow:session:complete": { + "related_commands": [ + "workflow:review", + "workflow:session:list" + ], + "next_steps": [], + "prerequisites": [ + "workflow:execute" + ] + }, + "workflow:session:list": { + "related_commands": [ + "workflow:session:start", + "workflow:session:resume" + ], + "next_steps": [], + "prerequisites": [] + }, + "workflow:session:resume": { + "related_commands": [ + "workflow:resume", + "workflow:status" + ], + "next_steps": [], + "prerequisites": [ + "workflow:session:start" + ] + }, + "workflow:session:start": { + "related_commands": [ + "workflow:session:list", + "workflow:session:resume" + ], + "next_steps": [ + "workflow:plan", + "workflow:execute" + ], + "prerequisites": [] + }, + "workflow:status": { + "related_commands": [ + "workflow:execute", + "workflow:plan", + "task:execute" + ], + "next_steps": [], + "prerequisites": [] + }, + "workflow:tdd-plan": { + "related_commands": [ + "workflow:plan", + "workflow:test-cycle-execute" + ], + "next_steps": [ + "workflow:execute", + "workflow:tdd-verify" + ], + "prerequisites": [] + }, + "workflow:tdd-verify": { + "related_commands": [ + "workflow:test-cycle-execute", + "workflow:review" + ], + "next_steps": [], + "prerequisites": [ + "workflow:tdd-plan" + ] + }, + "workflow:test-cycle-execute": { + "related_commands": [ + "workflow:tdd-verify", + "workflow:execute" + ], + "next_steps": [], + "prerequisites": [ + "workflow:test-gen", + "workflow:test-fix-gen" + ] + }, + "workflow:test-fix-gen": { + "related_commands": [], + "next_steps": [ + "workflow:test-cycle-execute" + ], + "prerequisites": [] + }, + "workflow:test-gen": { + "related_commands": [], + "next_steps": [ + "workflow:test-cycle-execute" + ], + "prerequisites": [ + "workflow:execute" + ] + }, + "workflow:tools:conflict-resolution": { + "related_commands": [], + "next_steps": [ + "workflow:tools:task-generate" + ], + "prerequisites": [ + "workflow:tools:context-gather" + ] + }, + "workflow:tools:context-gather": { + "related_commands": [ + "memory:load", + "workflow:tools:conflict-resolution" + ], + "next_steps": [], + "prerequisites": [ + "workflow:plan" + ] + }, + "workflow:tools:task-generate-agent": { + "related_commands": [ + "workflow:tools:task-generate" + ], + "next_steps": [ + "workflow:execute" + ], + "prerequisites": [ + "workflow:plan" + ] + }, + "workflow:tools:task-generate-tdd": { + "related_commands": [ + "workflow:tools:task-generate" + ], + "next_steps": [], + "prerequisites": [ + "workflow:tdd-plan" + ] + }, + "workflow:tools:task-generate": { + "related_commands": [], + "next_steps": [ + "workflow:execute" + ], + "prerequisites": [ + "workflow:plan" + ] + }, + "workflow:tools:tdd-coverage-analysis": { + "related_commands": [ + "workflow:tdd-verify" + ], + "next_steps": [], + "prerequisites": [ + "workflow:tdd-plan" + ] + }, + "workflow:tools:test-concept-enhanced": { + "related_commands": [], + "next_steps": [], + "prerequisites": [ + "workflow:tools:test-context-gather" + ] + }, + "workflow:tools:test-context-gather": { + "related_commands": [ + "workflow:tools:context-gather" + ], + "next_steps": [], + "prerequisites": [ + "workflow:test-gen" + ] + }, + "workflow:tools:test-task-generate": { + "related_commands": [ + "workflow:tools:task-generate" + ], + "next_steps": [], + "prerequisites": [ + "workflow:test-gen" + ] + }, + "workflow:ui-design:animation-extract": { + "related_commands": [ + "workflow:plan", + "workflow:brainstorm:ui-designer" + ], + "next_steps": [], + "prerequisites": [] + }, + "workflow:ui-design:batch-generate": { + "related_commands": [ + "workflow:plan", + "workflow:brainstorm:ui-designer" + ], + "next_steps": [], + "prerequisites": [] + }, + "workflow:ui-design:capture": { + "related_commands": [ + "workflow:plan", + "workflow:brainstorm:ui-designer" + ], + "next_steps": [ + "workflow:ui-design:layout-extract", + "workflow:ui-design:style-extract" + ], + "prerequisites": [] + }, + "workflow:ui-design:explore-auto": { + "related_commands": [ + "workflow:plan", + "workflow:brainstorm:ui-designer" + ], + "next_steps": [ + "workflow:ui-design:generate", + "workflow:ui-design:update" + ], + "prerequisites": [] + }, + "workflow:ui-design:explore-layers": { + "related_commands": [ + "workflow:plan", + "workflow:brainstorm:ui-designer" + ], + "next_steps": [], + "prerequisites": [] + }, + "workflow:ui-design:generate": { + "related_commands": [ + "workflow:plan", + "workflow:brainstorm:ui-designer" + ], + "next_steps": [ + "workflow:ui-design:update", + "workflow:plan" + ], + "prerequisites": [] + }, + "workflow:ui-design:imitate-auto": { + "related_commands": [ + "workflow:plan", + "workflow:brainstorm:ui-designer" + ], + "next_steps": [], + "prerequisites": [] + }, + "workflow:ui-design:layout-extract": { + "related_commands": [ + "workflow:plan", + "workflow:brainstorm:ui-designer" + ], + "next_steps": [ + "workflow:ui-design:generate" + ], + "prerequisites": [] + }, + "workflow:ui-design:style-extract": { + "related_commands": [ + "workflow:plan", + "workflow:brainstorm:ui-designer" + ], + "next_steps": [ + "workflow:ui-design:generate" + ], + "prerequisites": [] + }, + "workflow:ui-design:update": { + "related_commands": [ + "workflow:plan", + "workflow:brainstorm:ui-designer" + ], + "next_steps": [], + "prerequisites": [] + } } \ No newline at end of file diff --git a/.claude/skills/command-guide/index/essential-commands.json b/.claude/skills/command-guide/index/essential-commands.json index 6a8f4dfc..7cb0be18 100644 --- a/.claude/skills/command-guide/index/essential-commands.json +++ b/.claude/skills/command-guide/index/essential-commands.json @@ -1,142 +1,142 @@ [ { - "name": "enhance-prompt", - "description": "Context-aware prompt enhancement using session memory and codebase analysis", - "arguments": "\"user input to enhance\"", - "category": "general", - "subcategory": null, - "usage_scenario": "general", + "name": "cli:codex-execute", + "description": "Multi-stage Codex execution with automatic task decomposition into grouped subtasks using resume mechanism for context continuity", + "arguments": "[--verify-git] task description or task-id", + "category": "cli", + "subcategory": "core", + "usage_scenario": "session-management", "difficulty": "Intermediate", - "file_path": "enhance-prompt.md" + "file_path": "cli/codex-execute.md" + }, + { + "name": "cli:execute", + "description": "Autonomous code implementation with YOLO auto-approval using Gemini/Qwen/Codex, supports task ID or description input with automatic file pattern detection", + "arguments": "[--agent] [--tool codex|gemini|qwen] [--enhance] description or task-id", + "category": "cli", + "subcategory": "core", + "usage_scenario": "session-management", + "difficulty": "Intermediate", + "file_path": "cli/execute.md" + }, + { + "name": "memory:load", + "description": "Delegate to universal-executor agent to analyze project via Gemini/Qwen CLI and return JSON core content package for task context", + "arguments": "[--tool gemini|qwen] \\\"task context description\\\"", + "category": "memory", + "subcategory": "core", + "usage_scenario": "implementation", + "difficulty": "Intermediate", + "file_path": "memory/load.md" + }, + { + "name": "memory:skill-memory", + "description": "4-phase autonomous orchestrator: check docs → /memory:docs planning → /workflow:execute → generate SKILL.md with progressive loading index (skips phases 2-3 if docs exist)", + "arguments": "[path] [--tool ] [--regenerate] [--mode ] [--cli-execute]", + "category": "memory", + "subcategory": "core", + "usage_scenario": "documentation", + "difficulty": "Intermediate", + "file_path": "memory/skill-memory.md" + }, + { + "name": "task:create", + "description": "Generate task JSON from natural language description with automatic file pattern detection, scope inference, and dependency analysis", + "arguments": "\\\"task title\\\"", + "category": "task", + "subcategory": "core", + "usage_scenario": "testing", + "difficulty": "Intermediate", + "file_path": "task/create.md" + }, + { + "name": "task:execute", + "description": "Execute task JSON using appropriate agent (@doc-generator/@implementation-agent/@test-agent) with pre-analysis context loading and status tracking", + "arguments": "task-id", + "category": "task", + "subcategory": "core", + "usage_scenario": "implementation", + "difficulty": "Intermediate", + "file_path": "task/execute.md" }, { "name": "version", - "description": "Display version information and check for updates", + "description": "Display Claude Code version information and check for updates", "arguments": "", "category": "general", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Intermediate", + "subcategory": "core", + "usage_scenario": "utilities", + "difficulty": "Basic", "file_path": "version.md" }, { - "name": "analyze", - "description": "Quick codebase analysis using CLI tools (codex/gemini/qwen)", - "arguments": "\"[--agent] [--tool codex|gemini|qwen] [--enhance] analysis target\"", - "category": "cli", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Advanced", - "file_path": "cli\\analyze.md" - }, - { - "name": "chat", - "description": "Simple CLI interaction command for direct codebase analysis", - "arguments": "\"[--agent] [--tool codex|gemini|qwen] [--enhance] inquiry\"", - "category": "cli", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Advanced", - "file_path": "cli\\chat.md" - }, - { - "name": "execute", - "description": "Auto-execution of implementation tasks with YOLO permissions and intelligent context inference", - "arguments": "\"[--agent] [--tool codex|gemini|qwen] [--enhance] description or task-id\"", - "category": "cli", - "subcategory": null, - "usage_scenario": "implementation", - "difficulty": "Advanced", - "file_path": "cli\\execute.md" - }, - { - "name": "plan", - "description": "Project planning and architecture analysis using CLI tools", - "arguments": "\"[--agent] [--tool codex|gemini|qwen] [--enhance] [--cd path] topic\"", - "category": "cli", - "subcategory": "mode", + "name": "workflow:action-plan-verify", + "description": "Perform non-destructive cross-artifact consistency analysis between IMPL_PLAN.md and task JSONs with quality gate validation", + "arguments": "[optional: --session session-id]", + "category": "workflow", + "subcategory": "core", "usage_scenario": "planning", - "difficulty": "Advanced", - "file_path": "cli\\mode\\plan.md" - }, - { - "name": "breakdown", - "description": "Intelligent task decomposition with context-aware subtask generation", - "arguments": "\"task-id\"", - "category": "task", - "subcategory": null, - "usage_scenario": "general", "difficulty": "Intermediate", - "file_path": "task\\breakdown.md" + "file_path": "workflow/action-plan-verify.md" }, { - "name": "create", - "description": "Create implementation tasks with automatic context awareness", - "arguments": "\"\\\"task title\\\"\"", - "category": "task", - "subcategory": null, + "name": "workflow:execute", + "description": "Coordinate agent execution for workflow tasks with automatic session discovery, parallel task processing, and status tracking", + "arguments": "[--resume-session=\\\"session-id\\\"]", + "category": "workflow", + "subcategory": "core", + "usage_scenario": "session-management", + "difficulty": "Intermediate", + "file_path": "workflow/execute.md" + }, + { + "name": "workflow:plan", + "description": "5-phase planning workflow with Gemini analysis and action-planning-agent task generation, outputs IMPL_PLAN.md and task JSONs with optional CLI auto-execution", + "arguments": "[--agent] [--cli-execute] \\\"text description\\\"|file.md", + "category": "workflow", + "subcategory": "core", + "usage_scenario": "session-management", + "difficulty": "Intermediate", + "file_path": "workflow/plan.md" + }, + { + "name": "workflow:resume", + "description": "Resume paused workflow session with automatic progress analysis, pending task identification, and conflict detection", + "arguments": "session-id for workflow session to resume", + "category": "workflow", + "subcategory": "core", "usage_scenario": "implementation", "difficulty": "Intermediate", - "file_path": "task\\create.md" + "file_path": "workflow/resume.md" }, { - "name": "execute", - "description": "Execute tasks with appropriate agents and context-aware orchestration", - "arguments": "\"task-id\"", - "category": "task", - "subcategory": null, - "usage_scenario": "implementation", + "name": "workflow:session:start", + "description": "Discover existing sessions or start new workflow session with intelligent session management and conflict detection", + "arguments": "[--auto|--new] [optional: task description for new session]", + "category": "workflow", + "subcategory": "session", + "usage_scenario": "session-management", "difficulty": "Intermediate", - "file_path": "task\\execute.md" + "file_path": "workflow/session/start.md" }, { - "name": "execute", - "description": "Coordinate agents for existing workflow tasks with automatic discovery", - "arguments": "\"[--resume-session=\\\"session-id\\\"]\"", + "name": "workflow:status", + "description": "Generate on-demand task status views from JSON task data with optional task-id filtering for detailed view", + "arguments": "[optional: task-id]", "category": "workflow", - "subcategory": null, - "usage_scenario": "implementation", + "subcategory": "core", + "usage_scenario": "monitoring", + "difficulty": "Basic", + "file_path": "workflow/status.md" + }, + { + "name": "workflow:test-cycle-execute", + "description": "Execute test-fix workflow with dynamic task generation and iterative fix cycles until all tests pass or max iterations reached", + "arguments": "[--resume-session=\\\"session-id\\\"] [--max-iterations=N]", + "category": "workflow", + "subcategory": "core", + "usage_scenario": "session-management", "difficulty": "Intermediate", - "file_path": "workflow\\execute.md" - }, - { - "name": "plan", - "description": "Orchestrate 5-phase planning workflow with quality gate, executing commands and passing context between phases", - "arguments": "\"[--agent] [--cli-execute] \\\"text description\\\"|file.md\"", - "category": "workflow", - "subcategory": null, - "usage_scenario": "planning", - "difficulty": "Advanced", - "file_path": "workflow\\plan.md" - }, - { - "name": "review", - "description": "Optional specialized review (security, architecture, docs) for completed implementation", - "arguments": "\"[--type=security|architecture|action-items|quality] [optional: session-id]\"", - "category": "workflow", - "subcategory": null, - "usage_scenario": "implementation", - "difficulty": "Intermediate", - "file_path": "workflow\\review.md" - }, - { - "name": "tdd-plan", - "description": "Orchestrate TDD workflow planning with Red-Green-Refactor task chains", - "arguments": "\"[--agent] \\\"feature description\\\"|file.md\"", - "category": "workflow", - "subcategory": null, - "usage_scenario": "planning", - "difficulty": "Advanced", - "file_path": "workflow\\tdd-plan.md" - }, - { - "name": "test-gen", - "description": "Create independent test-fix workflow session by analyzing completed implementation", - "arguments": "\"[--use-codex] [--cli-execute] source-session-id\"", - "category": "workflow", - "subcategory": null, - "usage_scenario": "implementation", - "difficulty": "Advanced", - "file_path": "workflow\\test-gen.md" + "file_path": "workflow/test-cycle-execute.md" } ] \ No newline at end of file diff --git a/.claude/skills/command-guide/index_backup_20251106_125738/all-commands.json b/.claude/skills/command-guide/index_backup_20251106_125738/all-commands.json deleted file mode 100644 index 15cd3933..00000000 --- a/.claude/skills/command-guide/index_backup_20251106_125738/all-commands.json +++ /dev/null @@ -1,692 +0,0 @@ -[ - { - "name": "enhance-prompt", - "description": "Context-aware prompt enhancement using session memory and codebase analysis", - "arguments": "\"user input to enhance\"", - "category": "general", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "enhance-prompt.md" - }, - { - "name": "version", - "description": "Display version information and check for updates", - "arguments": "", - "category": "general", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "version.md" - }, - { - "name": "analyze", - "description": "Quick codebase analysis using CLI tools (codex/gemini/qwen)", - "arguments": "\"[--agent] [--tool codex|gemini|qwen] [--enhance] analysis target\"", - "category": "cli", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Advanced", - "file_path": "cli\\analyze.md" - }, - { - "name": "chat", - "description": "Simple CLI interaction command for direct codebase analysis", - "arguments": "\"[--agent] [--tool codex|gemini|qwen] [--enhance] inquiry\"", - "category": "cli", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Advanced", - "file_path": "cli\\chat.md" - }, - { - "name": "cli-init", - "description": "Initialize CLI tool configurations (Gemini and Qwen) based on workspace analysis", - "arguments": "\"[--tool gemini|qwen|all] [--output path] [--preview]\"", - "category": "cli", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Beginner", - "file_path": "cli\\cli-init.md" - }, - { - "name": "codex-execute", - "description": "Automated task decomposition and execution with Codex using resume mechanism", - "arguments": "\"[--verify-git] task description or task-id\"", - "category": "cli", - "subcategory": null, - "usage_scenario": "implementation", - "difficulty": "Intermediate", - "file_path": "cli\\codex-execute.md" - }, - { - "name": "discuss-plan", - "description": "Orchestrates an iterative, multi-model discussion for planning and analysis without implementation.", - "arguments": "\"[--topic '...'] [--task-id '...'] [--rounds N]\"", - "category": "cli", - "subcategory": null, - "usage_scenario": "planning", - "difficulty": "Intermediate", - "file_path": "cli\\discuss-plan.md" - }, - { - "name": "execute", - "description": "Auto-execution of implementation tasks with YOLO permissions and intelligent context inference", - "arguments": "\"[--agent] [--tool codex|gemini|qwen] [--enhance] description or task-id\"", - "category": "cli", - "subcategory": null, - "usage_scenario": "implementation", - "difficulty": "Advanced", - "file_path": "cli\\execute.md" - }, - { - "name": "bug-diagnosis", - "description": "Bug diagnosis and fix suggestions using CLI tools with specialized template", - "arguments": "\"[--agent] [--tool codex|gemini|qwen] [--enhance] [--cd path] bug description\"", - "category": "cli", - "subcategory": "mode", - "usage_scenario": "general", - "difficulty": "Advanced", - "file_path": "cli\\mode\\bug-diagnosis.md" - }, - { - "name": "code-analysis", - "description": "Deep code analysis and debugging using CLI tools with specialized template", - "arguments": "\"[--agent] [--tool codex|gemini|qwen] [--enhance] [--cd path] analysis target\"", - "category": "cli", - "subcategory": "mode", - "usage_scenario": "general", - "difficulty": "Advanced", - "file_path": "cli\\mode\\code-analysis.md" - }, - { - "name": "plan", - "description": "Project planning and architecture analysis using CLI tools", - "arguments": "\"[--agent] [--tool codex|gemini|qwen] [--enhance] [--cd path] topic\"", - "category": "cli", - "subcategory": "mode", - "usage_scenario": "planning", - "difficulty": "Advanced", - "file_path": "cli\\mode\\plan.md" - }, - { - "name": "docs", - "description": "Documentation planning and orchestration - creates structured documentation tasks for execution", - "arguments": "\"[path] [--tool ] [--mode ] [--cli-execute]\"", - "category": "memory", - "subcategory": null, - "usage_scenario": "documentation", - "difficulty": "Advanced", - "file_path": "memory\\docs.md" - }, - { - "name": "load-skill-memory", - "description": "Activate SKILL package (auto-detect or manual) and load documentation based on task intent", - "arguments": "\"[skill_name] \\\"task intent description\\\"\"", - "category": "memory", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "memory\\load-skill-memory.md" - }, - { - "name": "load", - "description": "Load project memory by delegating to agent, returns structured core content package for subsequent operations", - "arguments": "\"[--tool gemini|qwen] \\\"task context description\\\"\"", - "category": "memory", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "memory\\load.md" - }, - { - "name": "skill-memory", - "description": "Generate SKILL package index from project documentation", - "arguments": "\"[path] [--tool ] [--regenerate] [--mode ] [--cli-execute]\"", - "category": "memory", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Advanced", - "file_path": "memory\\skill-memory.md" - }, - { - "name": "tech-research", - "description": "Generate tech stack SKILL packages using Exa research via agent delegation", - "arguments": "\"[session-id | tech-stack-name] [--regenerate] [--tool ]\"", - "category": "memory", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "memory\\tech-research.md" - }, - { - "name": "update-full", - "description": "Complete project-wide CLAUDE.md documentation update with agent-based parallel execution and tool fallback", - "arguments": "\"[--tool gemini|qwen|codex] [--path ]\"", - "category": "memory", - "subcategory": null, - "usage_scenario": "documentation", - "difficulty": "Advanced", - "file_path": "memory\\update-full.md" - }, - { - "name": "update-related", - "description": "Context-aware CLAUDE.md documentation updates based on recent changes with agent-based execution and tool fallback", - "arguments": "\"[--tool gemini|qwen|codex]\"", - "category": "memory", - "subcategory": null, - "usage_scenario": "documentation", - "difficulty": "Advanced", - "file_path": "memory\\update-related.md" - }, - { - "name": "workflow-skill-memory", - "description": "Generate SKILL package from archived workflow sessions for progressive context loading", - "arguments": "\"session | all\"", - "category": "memory", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "memory\\workflow-skill-memory.md" - }, - { - "name": "breakdown", - "description": "Intelligent task decomposition with context-aware subtask generation", - "arguments": "\"task-id\"", - "category": "task", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "task\\breakdown.md" - }, - { - "name": "create", - "description": "Create implementation tasks with automatic context awareness", - "arguments": "\"\\\"task title\\\"\"", - "category": "task", - "subcategory": null, - "usage_scenario": "implementation", - "difficulty": "Intermediate", - "file_path": "task\\create.md" - }, - { - "name": "execute", - "description": "Execute tasks with appropriate agents and context-aware orchestration", - "arguments": "\"task-id\"", - "category": "task", - "subcategory": null, - "usage_scenario": "implementation", - "difficulty": "Intermediate", - "file_path": "task\\execute.md" - }, - { - "name": "replan", - "description": "Replan individual tasks with detailed user input and change tracking", - "arguments": "\"task-id [\\\"text\\\"|file.md] | --batch [verification-report.md]\"", - "category": "task", - "subcategory": null, - "usage_scenario": "planning", - "difficulty": "Intermediate", - "file_path": "task\\replan.md" - }, - { - "name": "action-plan-verify", - "description": "Perform non-destructive cross-artifact consistency and quality analysis of IMPL_PLAN.md and task.json before execution", - "arguments": "\"[optional: --session session-id]\"", - "category": "workflow", - "subcategory": null, - "usage_scenario": "planning", - "difficulty": "Intermediate", - "file_path": "workflow\\action-plan-verify.md" - }, - { - "name": "execute", - "description": "Coordinate agents for existing workflow tasks with automatic discovery", - "arguments": "\"[--resume-session=\\\"session-id\\\"]\"", - "category": "workflow", - "subcategory": null, - "usage_scenario": "implementation", - "difficulty": "Intermediate", - "file_path": "workflow\\execute.md" - }, - { - "name": "plan", - "description": "Orchestrate 5-phase planning workflow with quality gate, executing commands and passing context between phases", - "arguments": "\"[--agent] [--cli-execute] \\\"text description\\\"|file.md\"", - "category": "workflow", - "subcategory": null, - "usage_scenario": "planning", - "difficulty": "Advanced", - "file_path": "workflow\\plan.md" - }, - { - "name": "resume", - "description": "Intelligent workflow session resumption with automatic progress analysis", - "arguments": "\"session-id for workflow session to resume\"", - "category": "workflow", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\resume.md" - }, - { - "name": "review", - "description": "Optional specialized review (security, architecture, docs) for completed implementation", - "arguments": "\"[--type=security|architecture|action-items|quality] [optional: session-id]\"", - "category": "workflow", - "subcategory": null, - "usage_scenario": "implementation", - "difficulty": "Intermediate", - "file_path": "workflow\\review.md" - }, - { - "name": "workflow:status", - "description": "Generate on-demand views from JSON task data", - "arguments": "\"[optional: task-id]\"", - "category": "workflow", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Beginner", - "file_path": "workflow\\status.md" - }, - { - "name": "tdd-plan", - "description": "Orchestrate TDD workflow planning with Red-Green-Refactor task chains", - "arguments": "\"[--agent] \\\"feature description\\\"|file.md\"", - "category": "workflow", - "subcategory": null, - "usage_scenario": "planning", - "difficulty": "Advanced", - "file_path": "workflow\\tdd-plan.md" - }, - { - "name": "tdd-verify", - "description": "Verify TDD workflow compliance and generate quality report", - "arguments": "\"[optional: WFS-session-id]\"", - "category": "workflow", - "subcategory": null, - "usage_scenario": "testing", - "difficulty": "Intermediate", - "file_path": "workflow\\tdd-verify.md" - }, - { - "name": "test-cycle-execute", - "description": "Execute test-fix workflow with dynamic task generation and iterative fix cycles", - "arguments": "\"[--resume-session=\\\"session-id\\\"] [--max-iterations=N]\"", - "category": "workflow", - "subcategory": null, - "usage_scenario": "implementation", - "difficulty": "Intermediate", - "file_path": "workflow\\test-cycle-execute.md" - }, - { - "name": "test-fix-gen", - "description": "Create independent test-fix workflow session from existing implementation (session or prompt-based)", - "arguments": "\"[--use-codex] [--cli-execute] (source-session-id | \\\"feature description\\\" | /path/to/file.md)\"", - "category": "workflow", - "subcategory": null, - "usage_scenario": "implementation", - "difficulty": "Advanced", - "file_path": "workflow\\test-fix-gen.md" - }, - { - "name": "test-gen", - "description": "Create independent test-fix workflow session by analyzing completed implementation", - "arguments": "\"[--use-codex] [--cli-execute] source-session-id\"", - "category": "workflow", - "subcategory": null, - "usage_scenario": "implementation", - "difficulty": "Advanced", - "file_path": "workflow\\test-gen.md" - }, - { - "name": "api-designer", - "description": "Generate or update api-designer/analysis.md addressing guidance-specification discussion points", - "arguments": "\"optional topic - uses existing framework if available\"", - "category": "workflow", - "subcategory": "brainstorm", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\api-designer.md" - }, - { - "name": "artifacts", - "description": "Interactive clarification generating confirmed guidance specification", - "arguments": "\"topic or challenge description [--count N]\"", - "category": "workflow", - "subcategory": "brainstorm", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\artifacts.md" - }, - { - "name": "auto-parallel", - "description": "Parallel brainstorming automation with dynamic role selection and concurrent execution", - "arguments": "\"topic or challenge description\" [--count N]", - "category": "workflow", - "subcategory": "brainstorm", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\auto-parallel.md" - }, - { - "name": "data-architect", - "description": "Generate or update data-architect/analysis.md addressing guidance-specification discussion points", - "arguments": "\"optional topic - uses existing framework if available\"", - "category": "workflow", - "subcategory": "brainstorm", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\data-architect.md" - }, - { - "name": "product-manager", - "description": "Generate or update product-manager/analysis.md addressing guidance-specification discussion points", - "arguments": "\"optional topic - uses existing framework if available\"", - "category": "workflow", - "subcategory": "brainstorm", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\product-manager.md" - }, - { - "name": "product-owner", - "description": "Generate or update product-owner/analysis.md addressing guidance-specification discussion points", - "arguments": "\"optional topic - uses existing framework if available\"", - "category": "workflow", - "subcategory": "brainstorm", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\product-owner.md" - }, - { - "name": "scrum-master", - "description": "Generate or update scrum-master/analysis.md addressing guidance-specification discussion points", - "arguments": "\"optional topic - uses existing framework if available\"", - "category": "workflow", - "subcategory": "brainstorm", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\scrum-master.md" - }, - { - "name": "subject-matter-expert", - "description": "Generate or update subject-matter-expert/analysis.md addressing guidance-specification discussion points", - "arguments": "\"optional topic - uses existing framework if available\"", - "category": "workflow", - "subcategory": "brainstorm", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\subject-matter-expert.md" - }, - { - "name": "synthesis", - "description": "Clarify and refine role analyses through intelligent Q&A and targeted updates", - "arguments": "\"[optional: --session session-id]\"", - "category": "workflow", - "subcategory": "brainstorm", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\synthesis.md" - }, - { - "name": "system-architect", - "description": "Generate or update system-architect/analysis.md addressing guidance-specification discussion points", - "arguments": "\"optional topic - uses existing framework if available\"", - "category": "workflow", - "subcategory": "brainstorm", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\system-architect.md" - }, - { - "name": "ui-designer", - "description": "Generate or update ui-designer/analysis.md addressing guidance-specification discussion points", - "arguments": "\"optional topic - uses existing framework if available\"", - "category": "workflow", - "subcategory": "brainstorm", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\ui-designer.md" - }, - { - "name": "ux-expert", - "description": "Generate or update ux-expert/analysis.md addressing guidance-specification discussion points", - "arguments": "\"optional topic - uses existing framework if available\"", - "category": "workflow", - "subcategory": "brainstorm", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\ux-expert.md" - }, - { - "name": "complete", - "description": "Mark the active workflow session as complete, archive it with lessons learned, and remove active flag", - "arguments": "", - "category": "workflow", - "subcategory": "session", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\session\\complete.md" - }, - { - "name": "list", - "description": "List all workflow sessions with status", - "arguments": "", - "category": "workflow", - "subcategory": "session", - "usage_scenario": "general", - "difficulty": "Beginner", - "file_path": "workflow\\session\\list.md" - }, - { - "name": "resume", - "description": "Resume the most recently paused workflow session", - "arguments": "", - "category": "workflow", - "subcategory": "session", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\session\\resume.md" - }, - { - "name": "start", - "description": "Discover existing sessions or start a new workflow session with intelligent session management", - "arguments": "[--auto|--new] [optional: task description for new session]", - "category": "workflow", - "subcategory": "session", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\session\\start.md" - }, - { - "name": "conflict-resolution", - "description": "Detect and resolve conflicts between plan and existing codebase using CLI-powered analysis", - "arguments": "\"--session WFS-session-id --context path/to/context-package.json\"", - "category": "workflow", - "subcategory": "tools", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\tools\\conflict-resolution.md" - }, - { - "name": "gather", - "description": "Intelligently collect project context using context-search-agent based on task description and package into standardized JSON", - "arguments": "\"--session WFS-session-id \\\"task description\\\"\"", - "category": "workflow", - "subcategory": "tools", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\tools\\context-gather.md" - }, - { - "name": "task-generate-agent", - "description": "Autonomous task generation using action-planning-agent with discovery and output phases", - "arguments": "\"--session WFS-session-id [--cli-execute]\"", - "category": "workflow", - "subcategory": "tools", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\tools\\task-generate-agent.md" - }, - { - "name": "task-generate-tdd", - "description": "Generate TDD task chains with Red-Green-Refactor dependencies", - "arguments": "\"--session WFS-session-id [--agent]\"", - "category": "workflow", - "subcategory": "tools", - "usage_scenario": "general", - "difficulty": "Advanced", - "file_path": "workflow\\tools\\task-generate-tdd.md" - }, - { - "name": "task-generate", - "description": "Generate task JSON files and IMPL_PLAN.md from analysis results with artifacts integration", - "arguments": "\"--session WFS-session-id [--cli-execute]\"", - "category": "workflow", - "subcategory": "tools", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\tools\\task-generate.md" - }, - { - "name": "tdd-coverage-analysis", - "description": "Analyze test coverage and TDD cycle execution", - "arguments": "\"--session WFS-session-id\"", - "category": "workflow", - "subcategory": "tools", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\tools\\tdd-coverage-analysis.md" - }, - { - "name": "test-concept-enhanced", - "description": "Analyze test requirements and generate test generation strategy using Gemini", - "arguments": "\"--session WFS-test-session-id --context path/to/test-context-package.json\"", - "category": "workflow", - "subcategory": "tools", - "usage_scenario": "testing", - "difficulty": "Intermediate", - "file_path": "workflow\\tools\\test-concept-enhanced.md" - }, - { - "name": "test-context-gather", - "description": "Intelligently collect test coverage context using test-context-search-agent and package into standardized test-context JSON", - "arguments": "\"--session WFS-test-session-id\"", - "category": "workflow", - "subcategory": "tools", - "usage_scenario": "testing", - "difficulty": "Intermediate", - "file_path": "workflow\\tools\\test-context-gather.md" - }, - { - "name": "test-task-generate", - "description": "Generate test-fix task JSON with iterative test-fix-retest cycle specification", - "arguments": "\"[--use-codex] [--cli-execute] --session WFS-test-session-id\"", - "category": "workflow", - "subcategory": "tools", - "usage_scenario": "testing", - "difficulty": "Advanced", - "file_path": "workflow\\tools\\test-task-generate.md" - }, - { - "name": "animation-extract", - "description": "Extract animation and transition patterns from URLs, CSS, or interactive questioning", - "arguments": "\"[--base-path ] [--session ] [--urls \"\"] [--mode ] [--focus \"\"]\"", - "category": "workflow", - "subcategory": "ui-design", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\ui-design\\animation-extract.md" - }, - { - "name": "batch-generate", - "description": "Prompt-driven batch UI generation using target-style-centric parallel execution", - "arguments": "[--targets \"\"] [--target-type \"page|component\"] [--device-type \"desktop|mobile|tablet|responsive\"] [--base-path ] [--session ] [--style-variants ] [--layout-variants ]", - "category": "workflow", - "subcategory": "ui-design", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\ui-design\\batch-generate.md" - }, - { - "name": "capture", - "description": "Batch screenshot capture for UI design workflows using MCP or local fallback", - "arguments": "--url-map \"target:url,...\" [--base-path path] [--session id]", - "category": "workflow", - "subcategory": "ui-design", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\ui-design\\capture.md" - }, - { - "name": "explore-auto", - "description": "Exploratory UI design workflow with style-centric batch generation", - "arguments": "\"[--prompt \"\"] [--images \"\"] [--targets \"\"] [--target-type \"page|component\"] [--session ] [--style-variants ] [--layout-variants ] [--batch-plan]\"\"", - "category": "workflow", - "subcategory": "ui-design", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\ui-design\\explore-auto.md" - }, - { - "name": "explore-layers", - "description": "Interactive deep UI capture with depth-controlled layer exploration", - "arguments": "--url --depth <1-5> [--session id] [--base-path path]", - "category": "workflow", - "subcategory": "ui-design", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\ui-design\\explore-layers.md" - }, - { - "name": "generate", - "description": "Assemble UI prototypes by combining layout templates with design tokens (pure assembler)", - "arguments": "[--base-path ] [--session ] [--style-variants ] [--layout-variants ]", - "category": "workflow", - "subcategory": "ui-design", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\ui-design\\generate.md" - }, - { - "name": "imitate-auto", - "description": "High-speed multi-page UI replication with batch screenshot capture", - "arguments": "--url-map \"\" [--capture-mode ] [--depth <1-5>] [--session ] [--prompt \"\"]", - "category": "workflow", - "subcategory": "ui-design", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\ui-design\\imitate-auto.md" - }, - { - "name": "layout-extract", - "description": "Extract structural layout information from reference images, URLs, or text prompts", - "arguments": "[--base-path ] [--session ] [--images \"\"] [--urls \"\"] [--prompt \"\"] [--targets \"\"] [--mode ] [--variants ] [--device-type ]", - "category": "workflow", - "subcategory": "ui-design", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\ui-design\\layout-extract.md" - }, - { - "name": "style-extract", - "description": "Extract design style from reference images or text prompts using Claude's analysis", - "arguments": "\"[--base-path ] [--session ] [--images \"\"] [--urls \"\"] [--prompt \"\"] [--mode ] [--variants ]\"", - "category": "workflow", - "subcategory": "ui-design", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\ui-design\\style-extract.md" - }, - { - "name": "update", - "description": "Update brainstorming artifacts with finalized design system references", - "arguments": "--session [--selected-prototypes \"\"]", - "category": "workflow", - "subcategory": "ui-design", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\ui-design\\update.md" - } -] \ No newline at end of file diff --git a/.claude/skills/command-guide/index_backup_20251106_125738/by-category.json b/.claude/skills/command-guide/index_backup_20251106_125738/by-category.json deleted file mode 100644 index 026b212e..00000000 --- a/.claude/skills/command-guide/index_backup_20251106_125738/by-category.json +++ /dev/null @@ -1,722 +0,0 @@ -{ - "general": { - "_root": [ - { - "name": "enhance-prompt", - "description": "Context-aware prompt enhancement using session memory and codebase analysis", - "arguments": "\"user input to enhance\"", - "category": "general", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "enhance-prompt.md" - }, - { - "name": "version", - "description": "Display version information and check for updates", - "arguments": "", - "category": "general", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "version.md" - } - ] - }, - "cli": { - "_root": [ - { - "name": "analyze", - "description": "Quick codebase analysis using CLI tools (codex/gemini/qwen)", - "arguments": "\"[--agent] [--tool codex|gemini|qwen] [--enhance] analysis target\"", - "category": "cli", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Advanced", - "file_path": "cli\\analyze.md" - }, - { - "name": "chat", - "description": "Simple CLI interaction command for direct codebase analysis", - "arguments": "\"[--agent] [--tool codex|gemini|qwen] [--enhance] inquiry\"", - "category": "cli", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Advanced", - "file_path": "cli\\chat.md" - }, - { - "name": "cli-init", - "description": "Initialize CLI tool configurations (Gemini and Qwen) based on workspace analysis", - "arguments": "\"[--tool gemini|qwen|all] [--output path] [--preview]\"", - "category": "cli", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Beginner", - "file_path": "cli\\cli-init.md" - }, - { - "name": "codex-execute", - "description": "Automated task decomposition and execution with Codex using resume mechanism", - "arguments": "\"[--verify-git] task description or task-id\"", - "category": "cli", - "subcategory": null, - "usage_scenario": "implementation", - "difficulty": "Intermediate", - "file_path": "cli\\codex-execute.md" - }, - { - "name": "discuss-plan", - "description": "Orchestrates an iterative, multi-model discussion for planning and analysis without implementation.", - "arguments": "\"[--topic '...'] [--task-id '...'] [--rounds N]\"", - "category": "cli", - "subcategory": null, - "usage_scenario": "planning", - "difficulty": "Intermediate", - "file_path": "cli\\discuss-plan.md" - }, - { - "name": "execute", - "description": "Auto-execution of implementation tasks with YOLO permissions and intelligent context inference", - "arguments": "\"[--agent] [--tool codex|gemini|qwen] [--enhance] description or task-id\"", - "category": "cli", - "subcategory": null, - "usage_scenario": "implementation", - "difficulty": "Advanced", - "file_path": "cli\\execute.md" - } - ], - "mode": [ - { - "name": "bug-diagnosis", - "description": "Bug diagnosis and fix suggestions using CLI tools with specialized template", - "arguments": "\"[--agent] [--tool codex|gemini|qwen] [--enhance] [--cd path] bug description\"", - "category": "cli", - "subcategory": "mode", - "usage_scenario": "general", - "difficulty": "Advanced", - "file_path": "cli\\mode\\bug-diagnosis.md" - }, - { - "name": "code-analysis", - "description": "Deep code analysis and debugging using CLI tools with specialized template", - "arguments": "\"[--agent] [--tool codex|gemini|qwen] [--enhance] [--cd path] analysis target\"", - "category": "cli", - "subcategory": "mode", - "usage_scenario": "general", - "difficulty": "Advanced", - "file_path": "cli\\mode\\code-analysis.md" - }, - { - "name": "plan", - "description": "Project planning and architecture analysis using CLI tools", - "arguments": "\"[--agent] [--tool codex|gemini|qwen] [--enhance] [--cd path] topic\"", - "category": "cli", - "subcategory": "mode", - "usage_scenario": "planning", - "difficulty": "Advanced", - "file_path": "cli\\mode\\plan.md" - } - ] - }, - "memory": { - "_root": [ - { - "name": "docs", - "description": "Documentation planning and orchestration - creates structured documentation tasks for execution", - "arguments": "\"[path] [--tool ] [--mode ] [--cli-execute]\"", - "category": "memory", - "subcategory": null, - "usage_scenario": "documentation", - "difficulty": "Advanced", - "file_path": "memory\\docs.md" - }, - { - "name": "load-skill-memory", - "description": "Activate SKILL package (auto-detect or manual) and load documentation based on task intent", - "arguments": "\"[skill_name] \\\"task intent description\\\"\"", - "category": "memory", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "memory\\load-skill-memory.md" - }, - { - "name": "load", - "description": "Load project memory by delegating to agent, returns structured core content package for subsequent operations", - "arguments": "\"[--tool gemini|qwen] \\\"task context description\\\"\"", - "category": "memory", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "memory\\load.md" - }, - { - "name": "skill-memory", - "description": "Generate SKILL package index from project documentation", - "arguments": "\"[path] [--tool ] [--regenerate] [--mode ] [--cli-execute]\"", - "category": "memory", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Advanced", - "file_path": "memory\\skill-memory.md" - }, - { - "name": "tech-research", - "description": "Generate tech stack SKILL packages using Exa research via agent delegation", - "arguments": "\"[session-id | tech-stack-name] [--regenerate] [--tool ]\"", - "category": "memory", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "memory\\tech-research.md" - }, - { - "name": "update-full", - "description": "Complete project-wide CLAUDE.md documentation update with agent-based parallel execution and tool fallback", - "arguments": "\"[--tool gemini|qwen|codex] [--path ]\"", - "category": "memory", - "subcategory": null, - "usage_scenario": "documentation", - "difficulty": "Advanced", - "file_path": "memory\\update-full.md" - }, - { - "name": "update-related", - "description": "Context-aware CLAUDE.md documentation updates based on recent changes with agent-based execution and tool fallback", - "arguments": "\"[--tool gemini|qwen|codex]\"", - "category": "memory", - "subcategory": null, - "usage_scenario": "documentation", - "difficulty": "Advanced", - "file_path": "memory\\update-related.md" - }, - { - "name": "workflow-skill-memory", - "description": "Generate SKILL package from archived workflow sessions for progressive context loading", - "arguments": "\"session | all\"", - "category": "memory", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "memory\\workflow-skill-memory.md" - } - ] - }, - "task": { - "_root": [ - { - "name": "breakdown", - "description": "Intelligent task decomposition with context-aware subtask generation", - "arguments": "\"task-id\"", - "category": "task", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "task\\breakdown.md" - }, - { - "name": "create", - "description": "Create implementation tasks with automatic context awareness", - "arguments": "\"\\\"task title\\\"\"", - "category": "task", - "subcategory": null, - "usage_scenario": "implementation", - "difficulty": "Intermediate", - "file_path": "task\\create.md" - }, - { - "name": "execute", - "description": "Execute tasks with appropriate agents and context-aware orchestration", - "arguments": "\"task-id\"", - "category": "task", - "subcategory": null, - "usage_scenario": "implementation", - "difficulty": "Intermediate", - "file_path": "task\\execute.md" - }, - { - "name": "replan", - "description": "Replan individual tasks with detailed user input and change tracking", - "arguments": "\"task-id [\\\"text\\\"|file.md] | --batch [verification-report.md]\"", - "category": "task", - "subcategory": null, - "usage_scenario": "planning", - "difficulty": "Intermediate", - "file_path": "task\\replan.md" - } - ] - }, - "workflow": { - "_root": [ - { - "name": "action-plan-verify", - "description": "Perform non-destructive cross-artifact consistency and quality analysis of IMPL_PLAN.md and task.json before execution", - "arguments": "\"[optional: --session session-id]\"", - "category": "workflow", - "subcategory": null, - "usage_scenario": "planning", - "difficulty": "Intermediate", - "file_path": "workflow\\action-plan-verify.md" - }, - { - "name": "execute", - "description": "Coordinate agents for existing workflow tasks with automatic discovery", - "arguments": "\"[--resume-session=\\\"session-id\\\"]\"", - "category": "workflow", - "subcategory": null, - "usage_scenario": "implementation", - "difficulty": "Intermediate", - "file_path": "workflow\\execute.md" - }, - { - "name": "plan", - "description": "Orchestrate 5-phase planning workflow with quality gate, executing commands and passing context between phases", - "arguments": "\"[--agent] [--cli-execute] \\\"text description\\\"|file.md\"", - "category": "workflow", - "subcategory": null, - "usage_scenario": "planning", - "difficulty": "Advanced", - "file_path": "workflow\\plan.md" - }, - { - "name": "resume", - "description": "Intelligent workflow session resumption with automatic progress analysis", - "arguments": "\"session-id for workflow session to resume\"", - "category": "workflow", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\resume.md" - }, - { - "name": "review", - "description": "Optional specialized review (security, architecture, docs) for completed implementation", - "arguments": "\"[--type=security|architecture|action-items|quality] [optional: session-id]\"", - "category": "workflow", - "subcategory": null, - "usage_scenario": "implementation", - "difficulty": "Intermediate", - "file_path": "workflow\\review.md" - }, - { - "name": "workflow:status", - "description": "Generate on-demand views from JSON task data", - "arguments": "\"[optional: task-id]\"", - "category": "workflow", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Beginner", - "file_path": "workflow\\status.md" - }, - { - "name": "tdd-plan", - "description": "Orchestrate TDD workflow planning with Red-Green-Refactor task chains", - "arguments": "\"[--agent] \\\"feature description\\\"|file.md\"", - "category": "workflow", - "subcategory": null, - "usage_scenario": "planning", - "difficulty": "Advanced", - "file_path": "workflow\\tdd-plan.md" - }, - { - "name": "tdd-verify", - "description": "Verify TDD workflow compliance and generate quality report", - "arguments": "\"[optional: WFS-session-id]\"", - "category": "workflow", - "subcategory": null, - "usage_scenario": "testing", - "difficulty": "Intermediate", - "file_path": "workflow\\tdd-verify.md" - }, - { - "name": "test-cycle-execute", - "description": "Execute test-fix workflow with dynamic task generation and iterative fix cycles", - "arguments": "\"[--resume-session=\\\"session-id\\\"] [--max-iterations=N]\"", - "category": "workflow", - "subcategory": null, - "usage_scenario": "implementation", - "difficulty": "Intermediate", - "file_path": "workflow\\test-cycle-execute.md" - }, - { - "name": "test-fix-gen", - "description": "Create independent test-fix workflow session from existing implementation (session or prompt-based)", - "arguments": "\"[--use-codex] [--cli-execute] (source-session-id | \\\"feature description\\\" | /path/to/file.md)\"", - "category": "workflow", - "subcategory": null, - "usage_scenario": "implementation", - "difficulty": "Advanced", - "file_path": "workflow\\test-fix-gen.md" - }, - { - "name": "test-gen", - "description": "Create independent test-fix workflow session by analyzing completed implementation", - "arguments": "\"[--use-codex] [--cli-execute] source-session-id\"", - "category": "workflow", - "subcategory": null, - "usage_scenario": "implementation", - "difficulty": "Advanced", - "file_path": "workflow\\test-gen.md" - } - ], - "brainstorm": [ - { - "name": "api-designer", - "description": "Generate or update api-designer/analysis.md addressing guidance-specification discussion points", - "arguments": "\"optional topic - uses existing framework if available\"", - "category": "workflow", - "subcategory": "brainstorm", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\api-designer.md" - }, - { - "name": "artifacts", - "description": "Interactive clarification generating confirmed guidance specification", - "arguments": "\"topic or challenge description [--count N]\"", - "category": "workflow", - "subcategory": "brainstorm", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\artifacts.md" - }, - { - "name": "auto-parallel", - "description": "Parallel brainstorming automation with dynamic role selection and concurrent execution", - "arguments": "\"topic or challenge description\" [--count N]", - "category": "workflow", - "subcategory": "brainstorm", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\auto-parallel.md" - }, - { - "name": "data-architect", - "description": "Generate or update data-architect/analysis.md addressing guidance-specification discussion points", - "arguments": "\"optional topic - uses existing framework if available\"", - "category": "workflow", - "subcategory": "brainstorm", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\data-architect.md" - }, - { - "name": "product-manager", - "description": "Generate or update product-manager/analysis.md addressing guidance-specification discussion points", - "arguments": "\"optional topic - uses existing framework if available\"", - "category": "workflow", - "subcategory": "brainstorm", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\product-manager.md" - }, - { - "name": "product-owner", - "description": "Generate or update product-owner/analysis.md addressing guidance-specification discussion points", - "arguments": "\"optional topic - uses existing framework if available\"", - "category": "workflow", - "subcategory": "brainstorm", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\product-owner.md" - }, - { - "name": "scrum-master", - "description": "Generate or update scrum-master/analysis.md addressing guidance-specification discussion points", - "arguments": "\"optional topic - uses existing framework if available\"", - "category": "workflow", - "subcategory": "brainstorm", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\scrum-master.md" - }, - { - "name": "subject-matter-expert", - "description": "Generate or update subject-matter-expert/analysis.md addressing guidance-specification discussion points", - "arguments": "\"optional topic - uses existing framework if available\"", - "category": "workflow", - "subcategory": "brainstorm", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\subject-matter-expert.md" - }, - { - "name": "synthesis", - "description": "Clarify and refine role analyses through intelligent Q&A and targeted updates", - "arguments": "\"[optional: --session session-id]\"", - "category": "workflow", - "subcategory": "brainstorm", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\synthesis.md" - }, - { - "name": "system-architect", - "description": "Generate or update system-architect/analysis.md addressing guidance-specification discussion points", - "arguments": "\"optional topic - uses existing framework if available\"", - "category": "workflow", - "subcategory": "brainstorm", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\system-architect.md" - }, - { - "name": "ui-designer", - "description": "Generate or update ui-designer/analysis.md addressing guidance-specification discussion points", - "arguments": "\"optional topic - uses existing framework if available\"", - "category": "workflow", - "subcategory": "brainstorm", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\ui-designer.md" - }, - { - "name": "ux-expert", - "description": "Generate or update ux-expert/analysis.md addressing guidance-specification discussion points", - "arguments": "\"optional topic - uses existing framework if available\"", - "category": "workflow", - "subcategory": "brainstorm", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\ux-expert.md" - } - ], - "session": [ - { - "name": "complete", - "description": "Mark the active workflow session as complete, archive it with lessons learned, and remove active flag", - "arguments": "", - "category": "workflow", - "subcategory": "session", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\session\\complete.md" - }, - { - "name": "list", - "description": "List all workflow sessions with status", - "arguments": "", - "category": "workflow", - "subcategory": "session", - "usage_scenario": "general", - "difficulty": "Beginner", - "file_path": "workflow\\session\\list.md" - }, - { - "name": "resume", - "description": "Resume the most recently paused workflow session", - "arguments": "", - "category": "workflow", - "subcategory": "session", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\session\\resume.md" - }, - { - "name": "start", - "description": "Discover existing sessions or start a new workflow session with intelligent session management", - "arguments": "[--auto|--new] [optional: task description for new session]", - "category": "workflow", - "subcategory": "session", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\session\\start.md" - } - ], - "tools": [ - { - "name": "conflict-resolution", - "description": "Detect and resolve conflicts between plan and existing codebase using CLI-powered analysis", - "arguments": "\"--session WFS-session-id --context path/to/context-package.json\"", - "category": "workflow", - "subcategory": "tools", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\tools\\conflict-resolution.md" - }, - { - "name": "gather", - "description": "Intelligently collect project context using context-search-agent based on task description and package into standardized JSON", - "arguments": "\"--session WFS-session-id \\\"task description\\\"\"", - "category": "workflow", - "subcategory": "tools", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\tools\\context-gather.md" - }, - { - "name": "task-generate-agent", - "description": "Autonomous task generation using action-planning-agent with discovery and output phases", - "arguments": "\"--session WFS-session-id [--cli-execute]\"", - "category": "workflow", - "subcategory": "tools", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\tools\\task-generate-agent.md" - }, - { - "name": "task-generate-tdd", - "description": "Generate TDD task chains with Red-Green-Refactor dependencies", - "arguments": "\"--session WFS-session-id [--agent]\"", - "category": "workflow", - "subcategory": "tools", - "usage_scenario": "general", - "difficulty": "Advanced", - "file_path": "workflow\\tools\\task-generate-tdd.md" - }, - { - "name": "task-generate", - "description": "Generate task JSON files and IMPL_PLAN.md from analysis results with artifacts integration", - "arguments": "\"--session WFS-session-id [--cli-execute]\"", - "category": "workflow", - "subcategory": "tools", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\tools\\task-generate.md" - }, - { - "name": "tdd-coverage-analysis", - "description": "Analyze test coverage and TDD cycle execution", - "arguments": "\"--session WFS-session-id\"", - "category": "workflow", - "subcategory": "tools", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\tools\\tdd-coverage-analysis.md" - }, - { - "name": "test-concept-enhanced", - "description": "Analyze test requirements and generate test generation strategy using Gemini", - "arguments": "\"--session WFS-test-session-id --context path/to/test-context-package.json\"", - "category": "workflow", - "subcategory": "tools", - "usage_scenario": "testing", - "difficulty": "Intermediate", - "file_path": "workflow\\tools\\test-concept-enhanced.md" - }, - { - "name": "test-context-gather", - "description": "Intelligently collect test coverage context using test-context-search-agent and package into standardized test-context JSON", - "arguments": "\"--session WFS-test-session-id\"", - "category": "workflow", - "subcategory": "tools", - "usage_scenario": "testing", - "difficulty": "Intermediate", - "file_path": "workflow\\tools\\test-context-gather.md" - }, - { - "name": "test-task-generate", - "description": "Generate test-fix task JSON with iterative test-fix-retest cycle specification", - "arguments": "\"[--use-codex] [--cli-execute] --session WFS-test-session-id\"", - "category": "workflow", - "subcategory": "tools", - "usage_scenario": "testing", - "difficulty": "Advanced", - "file_path": "workflow\\tools\\test-task-generate.md" - } - ], - "ui-design": [ - { - "name": "animation-extract", - "description": "Extract animation and transition patterns from URLs, CSS, or interactive questioning", - "arguments": "\"[--base-path ] [--session ] [--urls \"\"] [--mode ] [--focus \"\"]\"", - "category": "workflow", - "subcategory": "ui-design", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\ui-design\\animation-extract.md" - }, - { - "name": "batch-generate", - "description": "Prompt-driven batch UI generation using target-style-centric parallel execution", - "arguments": "[--targets \"\"] [--target-type \"page|component\"] [--device-type \"desktop|mobile|tablet|responsive\"] [--base-path ] [--session ] [--style-variants ] [--layout-variants ]", - "category": "workflow", - "subcategory": "ui-design", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\ui-design\\batch-generate.md" - }, - { - "name": "capture", - "description": "Batch screenshot capture for UI design workflows using MCP or local fallback", - "arguments": "--url-map \"target:url,...\" [--base-path path] [--session id]", - "category": "workflow", - "subcategory": "ui-design", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\ui-design\\capture.md" - }, - { - "name": "explore-auto", - "description": "Exploratory UI design workflow with style-centric batch generation", - "arguments": "\"[--prompt \"\"] [--images \"\"] [--targets \"\"] [--target-type \"page|component\"] [--session ] [--style-variants ] [--layout-variants ] [--batch-plan]\"\"", - "category": "workflow", - "subcategory": "ui-design", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\ui-design\\explore-auto.md" - }, - { - "name": "explore-layers", - "description": "Interactive deep UI capture with depth-controlled layer exploration", - "arguments": "--url --depth <1-5> [--session id] [--base-path path]", - "category": "workflow", - "subcategory": "ui-design", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\ui-design\\explore-layers.md" - }, - { - "name": "generate", - "description": "Assemble UI prototypes by combining layout templates with design tokens (pure assembler)", - "arguments": "[--base-path ] [--session ] [--style-variants ] [--layout-variants ]", - "category": "workflow", - "subcategory": "ui-design", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\ui-design\\generate.md" - }, - { - "name": "imitate-auto", - "description": "High-speed multi-page UI replication with batch screenshot capture", - "arguments": "--url-map \"\" [--capture-mode ] [--depth <1-5>] [--session ] [--prompt \"\"]", - "category": "workflow", - "subcategory": "ui-design", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\ui-design\\imitate-auto.md" - }, - { - "name": "layout-extract", - "description": "Extract structural layout information from reference images, URLs, or text prompts", - "arguments": "[--base-path ] [--session ] [--images \"\"] [--urls \"\"] [--prompt \"\"] [--targets \"\"] [--mode ] [--variants ] [--device-type ]", - "category": "workflow", - "subcategory": "ui-design", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\ui-design\\layout-extract.md" - }, - { - "name": "style-extract", - "description": "Extract design style from reference images or text prompts using Claude's analysis", - "arguments": "\"[--base-path ] [--session ] [--images \"\"] [--urls \"\"] [--prompt \"\"] [--mode ] [--variants ]\"", - "category": "workflow", - "subcategory": "ui-design", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\ui-design\\style-extract.md" - }, - { - "name": "update", - "description": "Update brainstorming artifacts with finalized design system references", - "arguments": "--session [--selected-prototypes \"\"]", - "category": "workflow", - "subcategory": "ui-design", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\ui-design\\update.md" - } - ] - } -} \ No newline at end of file diff --git a/.claude/skills/command-guide/index_backup_20251106_125738/by-use-case.json b/.claude/skills/command-guide/index_backup_20251106_125738/by-use-case.json deleted file mode 100644 index 25032d5a..00000000 --- a/.claude/skills/command-guide/index_backup_20251106_125738/by-use-case.json +++ /dev/null @@ -1,702 +0,0 @@ -{ - "general": [ - { - "name": "enhance-prompt", - "description": "Context-aware prompt enhancement using session memory and codebase analysis", - "arguments": "\"user input to enhance\"", - "category": "general", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "enhance-prompt.md" - }, - { - "name": "version", - "description": "Display version information and check for updates", - "arguments": "", - "category": "general", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "version.md" - }, - { - "name": "analyze", - "description": "Quick codebase analysis using CLI tools (codex/gemini/qwen)", - "arguments": "\"[--agent] [--tool codex|gemini|qwen] [--enhance] analysis target\"", - "category": "cli", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Advanced", - "file_path": "cli\\analyze.md" - }, - { - "name": "chat", - "description": "Simple CLI interaction command for direct codebase analysis", - "arguments": "\"[--agent] [--tool codex|gemini|qwen] [--enhance] inquiry\"", - "category": "cli", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Advanced", - "file_path": "cli\\chat.md" - }, - { - "name": "cli-init", - "description": "Initialize CLI tool configurations (Gemini and Qwen) based on workspace analysis", - "arguments": "\"[--tool gemini|qwen|all] [--output path] [--preview]\"", - "category": "cli", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Beginner", - "file_path": "cli\\cli-init.md" - }, - { - "name": "bug-diagnosis", - "description": "Bug diagnosis and fix suggestions using CLI tools with specialized template", - "arguments": "\"[--agent] [--tool codex|gemini|qwen] [--enhance] [--cd path] bug description\"", - "category": "cli", - "subcategory": "mode", - "usage_scenario": "general", - "difficulty": "Advanced", - "file_path": "cli\\mode\\bug-diagnosis.md" - }, - { - "name": "code-analysis", - "description": "Deep code analysis and debugging using CLI tools with specialized template", - "arguments": "\"[--agent] [--tool codex|gemini|qwen] [--enhance] [--cd path] analysis target\"", - "category": "cli", - "subcategory": "mode", - "usage_scenario": "general", - "difficulty": "Advanced", - "file_path": "cli\\mode\\code-analysis.md" - }, - { - "name": "load-skill-memory", - "description": "Activate SKILL package (auto-detect or manual) and load documentation based on task intent", - "arguments": "\"[skill_name] \\\"task intent description\\\"\"", - "category": "memory", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "memory\\load-skill-memory.md" - }, - { - "name": "load", - "description": "Load project memory by delegating to agent, returns structured core content package for subsequent operations", - "arguments": "\"[--tool gemini|qwen] \\\"task context description\\\"\"", - "category": "memory", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "memory\\load.md" - }, - { - "name": "skill-memory", - "description": "Generate SKILL package index from project documentation", - "arguments": "\"[path] [--tool ] [--regenerate] [--mode ] [--cli-execute]\"", - "category": "memory", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Advanced", - "file_path": "memory\\skill-memory.md" - }, - { - "name": "tech-research", - "description": "Generate tech stack SKILL packages using Exa research via agent delegation", - "arguments": "\"[session-id | tech-stack-name] [--regenerate] [--tool ]\"", - "category": "memory", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "memory\\tech-research.md" - }, - { - "name": "workflow-skill-memory", - "description": "Generate SKILL package from archived workflow sessions for progressive context loading", - "arguments": "\"session | all\"", - "category": "memory", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "memory\\workflow-skill-memory.md" - }, - { - "name": "breakdown", - "description": "Intelligent task decomposition with context-aware subtask generation", - "arguments": "\"task-id\"", - "category": "task", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "task\\breakdown.md" - }, - { - "name": "resume", - "description": "Intelligent workflow session resumption with automatic progress analysis", - "arguments": "\"session-id for workflow session to resume\"", - "category": "workflow", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\resume.md" - }, - { - "name": "workflow:status", - "description": "Generate on-demand views from JSON task data", - "arguments": "\"[optional: task-id]\"", - "category": "workflow", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Beginner", - "file_path": "workflow\\status.md" - }, - { - "name": "api-designer", - "description": "Generate or update api-designer/analysis.md addressing guidance-specification discussion points", - "arguments": "\"optional topic - uses existing framework if available\"", - "category": "workflow", - "subcategory": "brainstorm", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\api-designer.md" - }, - { - "name": "artifacts", - "description": "Interactive clarification generating confirmed guidance specification", - "arguments": "\"topic or challenge description [--count N]\"", - "category": "workflow", - "subcategory": "brainstorm", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\artifacts.md" - }, - { - "name": "auto-parallel", - "description": "Parallel brainstorming automation with dynamic role selection and concurrent execution", - "arguments": "\"topic or challenge description\" [--count N]", - "category": "workflow", - "subcategory": "brainstorm", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\auto-parallel.md" - }, - { - "name": "data-architect", - "description": "Generate or update data-architect/analysis.md addressing guidance-specification discussion points", - "arguments": "\"optional topic - uses existing framework if available\"", - "category": "workflow", - "subcategory": "brainstorm", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\data-architect.md" - }, - { - "name": "product-manager", - "description": "Generate or update product-manager/analysis.md addressing guidance-specification discussion points", - "arguments": "\"optional topic - uses existing framework if available\"", - "category": "workflow", - "subcategory": "brainstorm", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\product-manager.md" - }, - { - "name": "product-owner", - "description": "Generate or update product-owner/analysis.md addressing guidance-specification discussion points", - "arguments": "\"optional topic - uses existing framework if available\"", - "category": "workflow", - "subcategory": "brainstorm", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\product-owner.md" - }, - { - "name": "scrum-master", - "description": "Generate or update scrum-master/analysis.md addressing guidance-specification discussion points", - "arguments": "\"optional topic - uses existing framework if available\"", - "category": "workflow", - "subcategory": "brainstorm", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\scrum-master.md" - }, - { - "name": "subject-matter-expert", - "description": "Generate or update subject-matter-expert/analysis.md addressing guidance-specification discussion points", - "arguments": "\"optional topic - uses existing framework if available\"", - "category": "workflow", - "subcategory": "brainstorm", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\subject-matter-expert.md" - }, - { - "name": "synthesis", - "description": "Clarify and refine role analyses through intelligent Q&A and targeted updates", - "arguments": "\"[optional: --session session-id]\"", - "category": "workflow", - "subcategory": "brainstorm", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\synthesis.md" - }, - { - "name": "system-architect", - "description": "Generate or update system-architect/analysis.md addressing guidance-specification discussion points", - "arguments": "\"optional topic - uses existing framework if available\"", - "category": "workflow", - "subcategory": "brainstorm", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\system-architect.md" - }, - { - "name": "ui-designer", - "description": "Generate or update ui-designer/analysis.md addressing guidance-specification discussion points", - "arguments": "\"optional topic - uses existing framework if available\"", - "category": "workflow", - "subcategory": "brainstorm", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\ui-designer.md" - }, - { - "name": "ux-expert", - "description": "Generate or update ux-expert/analysis.md addressing guidance-specification discussion points", - "arguments": "\"optional topic - uses existing framework if available\"", - "category": "workflow", - "subcategory": "brainstorm", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\brainstorm\\ux-expert.md" - }, - { - "name": "complete", - "description": "Mark the active workflow session as complete, archive it with lessons learned, and remove active flag", - "arguments": "", - "category": "workflow", - "subcategory": "session", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\session\\complete.md" - }, - { - "name": "list", - "description": "List all workflow sessions with status", - "arguments": "", - "category": "workflow", - "subcategory": "session", - "usage_scenario": "general", - "difficulty": "Beginner", - "file_path": "workflow\\session\\list.md" - }, - { - "name": "resume", - "description": "Resume the most recently paused workflow session", - "arguments": "", - "category": "workflow", - "subcategory": "session", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\session\\resume.md" - }, - { - "name": "start", - "description": "Discover existing sessions or start a new workflow session with intelligent session management", - "arguments": "[--auto|--new] [optional: task description for new session]", - "category": "workflow", - "subcategory": "session", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\session\\start.md" - }, - { - "name": "conflict-resolution", - "description": "Detect and resolve conflicts between plan and existing codebase using CLI-powered analysis", - "arguments": "\"--session WFS-session-id --context path/to/context-package.json\"", - "category": "workflow", - "subcategory": "tools", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\tools\\conflict-resolution.md" - }, - { - "name": "gather", - "description": "Intelligently collect project context using context-search-agent based on task description and package into standardized JSON", - "arguments": "\"--session WFS-session-id \\\"task description\\\"\"", - "category": "workflow", - "subcategory": "tools", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\tools\\context-gather.md" - }, - { - "name": "task-generate-agent", - "description": "Autonomous task generation using action-planning-agent with discovery and output phases", - "arguments": "\"--session WFS-session-id [--cli-execute]\"", - "category": "workflow", - "subcategory": "tools", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\tools\\task-generate-agent.md" - }, - { - "name": "task-generate-tdd", - "description": "Generate TDD task chains with Red-Green-Refactor dependencies", - "arguments": "\"--session WFS-session-id [--agent]\"", - "category": "workflow", - "subcategory": "tools", - "usage_scenario": "general", - "difficulty": "Advanced", - "file_path": "workflow\\tools\\task-generate-tdd.md" - }, - { - "name": "task-generate", - "description": "Generate task JSON files and IMPL_PLAN.md from analysis results with artifacts integration", - "arguments": "\"--session WFS-session-id [--cli-execute]\"", - "category": "workflow", - "subcategory": "tools", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\tools\\task-generate.md" - }, - { - "name": "tdd-coverage-analysis", - "description": "Analyze test coverage and TDD cycle execution", - "arguments": "\"--session WFS-session-id\"", - "category": "workflow", - "subcategory": "tools", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\tools\\tdd-coverage-analysis.md" - }, - { - "name": "animation-extract", - "description": "Extract animation and transition patterns from URLs, CSS, or interactive questioning", - "arguments": "\"[--base-path ] [--session ] [--urls \"\"] [--mode ] [--focus \"\"]\"", - "category": "workflow", - "subcategory": "ui-design", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\ui-design\\animation-extract.md" - }, - { - "name": "batch-generate", - "description": "Prompt-driven batch UI generation using target-style-centric parallel execution", - "arguments": "[--targets \"\"] [--target-type \"page|component\"] [--device-type \"desktop|mobile|tablet|responsive\"] [--base-path ] [--session ] [--style-variants ] [--layout-variants ]", - "category": "workflow", - "subcategory": "ui-design", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\ui-design\\batch-generate.md" - }, - { - "name": "capture", - "description": "Batch screenshot capture for UI design workflows using MCP or local fallback", - "arguments": "--url-map \"target:url,...\" [--base-path path] [--session id]", - "category": "workflow", - "subcategory": "ui-design", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\ui-design\\capture.md" - }, - { - "name": "explore-auto", - "description": "Exploratory UI design workflow with style-centric batch generation", - "arguments": "\"[--prompt \"\"] [--images \"\"] [--targets \"\"] [--target-type \"page|component\"] [--session ] [--style-variants ] [--layout-variants ] [--batch-plan]\"\"", - "category": "workflow", - "subcategory": "ui-design", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\ui-design\\explore-auto.md" - }, - { - "name": "explore-layers", - "description": "Interactive deep UI capture with depth-controlled layer exploration", - "arguments": "--url --depth <1-5> [--session id] [--base-path path]", - "category": "workflow", - "subcategory": "ui-design", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\ui-design\\explore-layers.md" - }, - { - "name": "generate", - "description": "Assemble UI prototypes by combining layout templates with design tokens (pure assembler)", - "arguments": "[--base-path ] [--session ] [--style-variants ] [--layout-variants ]", - "category": "workflow", - "subcategory": "ui-design", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\ui-design\\generate.md" - }, - { - "name": "imitate-auto", - "description": "High-speed multi-page UI replication with batch screenshot capture", - "arguments": "--url-map \"\" [--capture-mode ] [--depth <1-5>] [--session ] [--prompt \"\"]", - "category": "workflow", - "subcategory": "ui-design", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\ui-design\\imitate-auto.md" - }, - { - "name": "layout-extract", - "description": "Extract structural layout information from reference images, URLs, or text prompts", - "arguments": "[--base-path ] [--session ] [--images \"\"] [--urls \"\"] [--prompt \"\"] [--targets \"\"] [--mode ] [--variants ] [--device-type ]", - "category": "workflow", - "subcategory": "ui-design", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\ui-design\\layout-extract.md" - }, - { - "name": "style-extract", - "description": "Extract design style from reference images or text prompts using Claude's analysis", - "arguments": "\"[--base-path ] [--session ] [--images \"\"] [--urls \"\"] [--prompt \"\"] [--mode ] [--variants ]\"", - "category": "workflow", - "subcategory": "ui-design", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\ui-design\\style-extract.md" - }, - { - "name": "update", - "description": "Update brainstorming artifacts with finalized design system references", - "arguments": "--session [--selected-prototypes \"\"]", - "category": "workflow", - "subcategory": "ui-design", - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "workflow\\ui-design\\update.md" - } - ], - "implementation": [ - { - "name": "codex-execute", - "description": "Automated task decomposition and execution with Codex using resume mechanism", - "arguments": "\"[--verify-git] task description or task-id\"", - "category": "cli", - "subcategory": null, - "usage_scenario": "implementation", - "difficulty": "Intermediate", - "file_path": "cli\\codex-execute.md" - }, - { - "name": "execute", - "description": "Auto-execution of implementation tasks with YOLO permissions and intelligent context inference", - "arguments": "\"[--agent] [--tool codex|gemini|qwen] [--enhance] description or task-id\"", - "category": "cli", - "subcategory": null, - "usage_scenario": "implementation", - "difficulty": "Advanced", - "file_path": "cli\\execute.md" - }, - { - "name": "create", - "description": "Create implementation tasks with automatic context awareness", - "arguments": "\"\\\"task title\\\"\"", - "category": "task", - "subcategory": null, - "usage_scenario": "implementation", - "difficulty": "Intermediate", - "file_path": "task\\create.md" - }, - { - "name": "execute", - "description": "Execute tasks with appropriate agents and context-aware orchestration", - "arguments": "\"task-id\"", - "category": "task", - "subcategory": null, - "usage_scenario": "implementation", - "difficulty": "Intermediate", - "file_path": "task\\execute.md" - }, - { - "name": "execute", - "description": "Coordinate agents for existing workflow tasks with automatic discovery", - "arguments": "\"[--resume-session=\\\"session-id\\\"]\"", - "category": "workflow", - "subcategory": null, - "usage_scenario": "implementation", - "difficulty": "Intermediate", - "file_path": "workflow\\execute.md" - }, - { - "name": "review", - "description": "Optional specialized review (security, architecture, docs) for completed implementation", - "arguments": "\"[--type=security|architecture|action-items|quality] [optional: session-id]\"", - "category": "workflow", - "subcategory": null, - "usage_scenario": "implementation", - "difficulty": "Intermediate", - "file_path": "workflow\\review.md" - }, - { - "name": "test-cycle-execute", - "description": "Execute test-fix workflow with dynamic task generation and iterative fix cycles", - "arguments": "\"[--resume-session=\\\"session-id\\\"] [--max-iterations=N]\"", - "category": "workflow", - "subcategory": null, - "usage_scenario": "implementation", - "difficulty": "Intermediate", - "file_path": "workflow\\test-cycle-execute.md" - }, - { - "name": "test-fix-gen", - "description": "Create independent test-fix workflow session from existing implementation (session or prompt-based)", - "arguments": "\"[--use-codex] [--cli-execute] (source-session-id | \\\"feature description\\\" | /path/to/file.md)\"", - "category": "workflow", - "subcategory": null, - "usage_scenario": "implementation", - "difficulty": "Advanced", - "file_path": "workflow\\test-fix-gen.md" - }, - { - "name": "test-gen", - "description": "Create independent test-fix workflow session by analyzing completed implementation", - "arguments": "\"[--use-codex] [--cli-execute] source-session-id\"", - "category": "workflow", - "subcategory": null, - "usage_scenario": "implementation", - "difficulty": "Advanced", - "file_path": "workflow\\test-gen.md" - } - ], - "planning": [ - { - "name": "discuss-plan", - "description": "Orchestrates an iterative, multi-model discussion for planning and analysis without implementation.", - "arguments": "\"[--topic '...'] [--task-id '...'] [--rounds N]\"", - "category": "cli", - "subcategory": null, - "usage_scenario": "planning", - "difficulty": "Intermediate", - "file_path": "cli\\discuss-plan.md" - }, - { - "name": "plan", - "description": "Project planning and architecture analysis using CLI tools", - "arguments": "\"[--agent] [--tool codex|gemini|qwen] [--enhance] [--cd path] topic\"", - "category": "cli", - "subcategory": "mode", - "usage_scenario": "planning", - "difficulty": "Advanced", - "file_path": "cli\\mode\\plan.md" - }, - { - "name": "replan", - "description": "Replan individual tasks with detailed user input and change tracking", - "arguments": "\"task-id [\\\"text\\\"|file.md] | --batch [verification-report.md]\"", - "category": "task", - "subcategory": null, - "usage_scenario": "planning", - "difficulty": "Intermediate", - "file_path": "task\\replan.md" - }, - { - "name": "action-plan-verify", - "description": "Perform non-destructive cross-artifact consistency and quality analysis of IMPL_PLAN.md and task.json before execution", - "arguments": "\"[optional: --session session-id]\"", - "category": "workflow", - "subcategory": null, - "usage_scenario": "planning", - "difficulty": "Intermediate", - "file_path": "workflow\\action-plan-verify.md" - }, - { - "name": "plan", - "description": "Orchestrate 5-phase planning workflow with quality gate, executing commands and passing context between phases", - "arguments": "\"[--agent] [--cli-execute] \\\"text description\\\"|file.md\"", - "category": "workflow", - "subcategory": null, - "usage_scenario": "planning", - "difficulty": "Advanced", - "file_path": "workflow\\plan.md" - }, - { - "name": "tdd-plan", - "description": "Orchestrate TDD workflow planning with Red-Green-Refactor task chains", - "arguments": "\"[--agent] \\\"feature description\\\"|file.md\"", - "category": "workflow", - "subcategory": null, - "usage_scenario": "planning", - "difficulty": "Advanced", - "file_path": "workflow\\tdd-plan.md" - } - ], - "documentation": [ - { - "name": "docs", - "description": "Documentation planning and orchestration - creates structured documentation tasks for execution", - "arguments": "\"[path] [--tool ] [--mode ] [--cli-execute]\"", - "category": "memory", - "subcategory": null, - "usage_scenario": "documentation", - "difficulty": "Advanced", - "file_path": "memory\\docs.md" - }, - { - "name": "update-full", - "description": "Complete project-wide CLAUDE.md documentation update with agent-based parallel execution and tool fallback", - "arguments": "\"[--tool gemini|qwen|codex] [--path ]\"", - "category": "memory", - "subcategory": null, - "usage_scenario": "documentation", - "difficulty": "Advanced", - "file_path": "memory\\update-full.md" - }, - { - "name": "update-related", - "description": "Context-aware CLAUDE.md documentation updates based on recent changes with agent-based execution and tool fallback", - "arguments": "\"[--tool gemini|qwen|codex]\"", - "category": "memory", - "subcategory": null, - "usage_scenario": "documentation", - "difficulty": "Advanced", - "file_path": "memory\\update-related.md" - } - ], - "testing": [ - { - "name": "tdd-verify", - "description": "Verify TDD workflow compliance and generate quality report", - "arguments": "\"[optional: WFS-session-id]\"", - "category": "workflow", - "subcategory": null, - "usage_scenario": "testing", - "difficulty": "Intermediate", - "file_path": "workflow\\tdd-verify.md" - }, - { - "name": "test-concept-enhanced", - "description": "Analyze test requirements and generate test generation strategy using Gemini", - "arguments": "\"--session WFS-test-session-id --context path/to/test-context-package.json\"", - "category": "workflow", - "subcategory": "tools", - "usage_scenario": "testing", - "difficulty": "Intermediate", - "file_path": "workflow\\tools\\test-concept-enhanced.md" - }, - { - "name": "test-context-gather", - "description": "Intelligently collect test coverage context using test-context-search-agent and package into standardized test-context JSON", - "arguments": "\"--session WFS-test-session-id\"", - "category": "workflow", - "subcategory": "tools", - "usage_scenario": "testing", - "difficulty": "Intermediate", - "file_path": "workflow\\tools\\test-context-gather.md" - }, - { - "name": "test-task-generate", - "description": "Generate test-fix task JSON with iterative test-fix-retest cycle specification", - "arguments": "\"[--use-codex] [--cli-execute] --session WFS-test-session-id\"", - "category": "workflow", - "subcategory": "tools", - "usage_scenario": "testing", - "difficulty": "Advanced", - "file_path": "workflow\\tools\\test-task-generate.md" - } - ] -} \ No newline at end of file diff --git a/.claude/skills/command-guide/index_backup_20251106_125738/command-relationships.json b/.claude/skills/command-guide/index_backup_20251106_125738/command-relationships.json deleted file mode 100644 index 0b758ac7..00000000 --- a/.claude/skills/command-guide/index_backup_20251106_125738/command-relationships.json +++ /dev/null @@ -1,457 +0,0 @@ -{ - "analyze": [ - "enhance-prompt" - ], - "chat": [ - "enhance-prompt" - ], - "cli-init": [ - "analyze" - ], - "codex-execute": [ - "chat" - ], - "discuss-plan": [ - "version", - "chat", - "codex-execute", - "analyze" - ], - "execute": [ - "create", - "plan", - "load", - "breakdown", - "docs" - ], - "bug-diagnosis": [ - "enhance-prompt", - "chat" - ], - "code-analysis": [ - "enhance-prompt", - "chat" - ], - "plan": [ - "action-plan-verify", - "create", - "execute", - "analyze", - "breakdown" - ], - "docs": [ - "plan", - "execute", - "analyze" - ], - "load-skill-memory": [ - "docs", - "analyze" - ], - "load": [ - "execute", - "docs", - "analyze" - ], - "skill-memory": [ - "version", - "execute", - "plan", - "load", - "docs" - ], - "tech-research": [ - "version", - "load", - "execute" - ], - "update-full": [ - "plan", - "docs", - "execute" - ], - "update-related": [ - "plan", - "docs", - "execute" - ], - "workflow-skill-memory": [ - "version", - "skill-memory", - "load", - "analyze" - ], - "breakdown": [ - "plan" - ], - "create": [ - "plan", - "docs" - ], - "replan": [ - "version", - "plan", - "create" - ], - "action-plan-verify": [ - "plan", - "execute" - ], - "resume": [ - "execute" - ], - "review": [ - "plan", - "create", - "docs", - "execute" - ], - "tdd-plan": [ - "action-plan-verify", - "workflow:status", - "execute", - "analyze", - "plan", - "breakdown" - ], - "tdd-verify": [ - "create", - "workflow:status", - "tdd-plan", - "execute", - "plan", - "review" - ], - "test-cycle-execute": [ - "resume", - "workflow:status", - "execute", - "analyze", - "plan", - "load" - ], - "test-fix-gen": [ - "create", - "resume", - "workflow:status", - "test-cycle-execute", - "execute", - "analyze", - "plan", - "docs" - ], - "test-gen": [ - "create", - "workflow:status", - "test-cycle-execute", - "execute", - "analyze", - "plan" - ], - "api-designer": [ - "version", - "plan", - "create", - "load" - ], - "artifacts": [ - "execute", - "analyze", - "plan", - "load", - "docs" - ], - "auto-parallel": [ - "create", - "execute", - "analyze", - "plan", - "artifacts", - "load" - ], - "data-architect": [ - "plan", - "load" - ], - "product-manager": [ - "plan", - "load" - ], - "product-owner": [ - "plan", - "load" - ], - "scrum-master": [ - "plan", - "breakdown", - "load" - ], - "subject-matter-expert": [ - "plan", - "load" - ], - "synthesis": [ - "analyze", - "plan", - "product-manager", - "load", - "api-designer" - ], - "system-architect": [ - "version", - "plan", - "create", - "load" - ], - "ui-designer": [ - "synthesis", - "plan", - "load" - ], - "ux-expert": [ - "synthesis", - "plan", - "load" - ], - "complete": [ - "analyze" - ], - "list": [ - "complete", - "create" - ], - "start": [ - "plan", - "create" - ], - "conflict-resolution": [ - "chat", - "list", - "execute", - "artifacts", - "plan", - "system-architect" - ], - "gather": [ - "complete", - "create", - "synthesis", - "execute", - "artifacts", - "plan", - "load", - "docs" - ], - "task-generate-agent": [ - "list", - "create", - "synthesis", - "gather", - "execute", - "artifacts", - "plan", - "load", - "ui-designer", - "system-architect", - "data-architect" - ], - "task-generate-tdd": [ - "complete", - "create", - "action-plan-verify", - "system-architect", - "list", - "test-gen", - "gather", - "start", - "tdd-plan", - "execute", - "analyze", - "plan", - "artifacts", - "load", - "product-owner", - "breakdown", - "tdd-verify" - ], - "task-generate": [ - "resume", - "test-gen", - "synthesis", - "analyze", - "artifacts", - "plan", - "conflict-resolution", - "system-architect", - "ux-expert", - "create", - "action-plan-verify", - "docs", - "data-architect", - "list", - "gather", - "subject-matter-expert", - "execute", - "load", - "api-designer", - "complete", - "workflow:status", - "start", - "product-manager", - "ui-designer" - ], - "tdd-coverage-analysis": [ - "task-generate", - "complete", - "create", - "task-generate-tdd", - "execute", - "analyze", - "tdd-verify" - ], - "test-concept-enhanced": [ - "version", - "complete", - "create", - "list", - "task-generate", - "test-gen", - "gather", - "analyze", - "plan", - "review", - "docs" - ], - "test-context-gather": [ - "version", - "complete", - "create", - "task-generate", - "test-concept-enhanced", - "test-gen", - "gather", - "execute", - "plan", - "load" - ], - "test-task-generate": [ - "task-generate", - "complete", - "create", - "resume", - "list", - "test-concept-enhanced", - "test-gen", - "gather", - "execute", - "analyze", - "plan", - "load" - ], - "animation-extract": [ - "complete", - "create", - "list", - "synthesis", - "execute", - "plan", - "load" - ], - "batch-generate": [ - "list", - "complete", - "create", - "review" - ], - "capture": [ - "list", - "complete", - "create", - "start" - ], - "explore-auto": [ - "complete", - "create", - "list", - "animation-extract", - "synthesis", - "execute", - "analyze", - "plan", - "artifacts", - "review" - ], - "explore-layers": [ - "complete", - "list", - "start", - "execute", - "review", - "load", - "capture" - ], - "generate": [ - "list", - "complete", - "animation-extract", - "explore-auto", - "review" - ], - "imitate-auto": [ - "complete", - "list", - "animation-extract", - "test-gen", - "start", - "generate", - "explore-layers", - "execute", - "artifacts", - "plan", - "review", - "capture" - ], - "layout-extract": [ - "version", - "complete", - "create", - "list", - "synthesis", - "generate", - "execute", - "review", - "load", - "capture" - ], - "style-extract": [ - "complete", - "create", - "list", - "generate", - "execute", - "plan", - "review", - "load", - "capture", - "layout-extract" - ], - "update": [ - "version", - "complete", - "create", - "list", - "task-generate", - "animation-extract", - "synthesis", - "generate", - "execute", - "artifacts", - "plan", - "style-extract", - "product-manager", - "ui-designer", - "system-architect", - "ux-expert", - "layout-extract" - ] -} \ No newline at end of file diff --git a/.claude/skills/command-guide/index_backup_20251106_125738/essential-commands.json b/.claude/skills/command-guide/index_backup_20251106_125738/essential-commands.json deleted file mode 100644 index 6a8f4dfc..00000000 --- a/.claude/skills/command-guide/index_backup_20251106_125738/essential-commands.json +++ /dev/null @@ -1,142 +0,0 @@ -[ - { - "name": "enhance-prompt", - "description": "Context-aware prompt enhancement using session memory and codebase analysis", - "arguments": "\"user input to enhance\"", - "category": "general", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "enhance-prompt.md" - }, - { - "name": "version", - "description": "Display version information and check for updates", - "arguments": "", - "category": "general", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "version.md" - }, - { - "name": "analyze", - "description": "Quick codebase analysis using CLI tools (codex/gemini/qwen)", - "arguments": "\"[--agent] [--tool codex|gemini|qwen] [--enhance] analysis target\"", - "category": "cli", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Advanced", - "file_path": "cli\\analyze.md" - }, - { - "name": "chat", - "description": "Simple CLI interaction command for direct codebase analysis", - "arguments": "\"[--agent] [--tool codex|gemini|qwen] [--enhance] inquiry\"", - "category": "cli", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Advanced", - "file_path": "cli\\chat.md" - }, - { - "name": "execute", - "description": "Auto-execution of implementation tasks with YOLO permissions and intelligent context inference", - "arguments": "\"[--agent] [--tool codex|gemini|qwen] [--enhance] description or task-id\"", - "category": "cli", - "subcategory": null, - "usage_scenario": "implementation", - "difficulty": "Advanced", - "file_path": "cli\\execute.md" - }, - { - "name": "plan", - "description": "Project planning and architecture analysis using CLI tools", - "arguments": "\"[--agent] [--tool codex|gemini|qwen] [--enhance] [--cd path] topic\"", - "category": "cli", - "subcategory": "mode", - "usage_scenario": "planning", - "difficulty": "Advanced", - "file_path": "cli\\mode\\plan.md" - }, - { - "name": "breakdown", - "description": "Intelligent task decomposition with context-aware subtask generation", - "arguments": "\"task-id\"", - "category": "task", - "subcategory": null, - "usage_scenario": "general", - "difficulty": "Intermediate", - "file_path": "task\\breakdown.md" - }, - { - "name": "create", - "description": "Create implementation tasks with automatic context awareness", - "arguments": "\"\\\"task title\\\"\"", - "category": "task", - "subcategory": null, - "usage_scenario": "implementation", - "difficulty": "Intermediate", - "file_path": "task\\create.md" - }, - { - "name": "execute", - "description": "Execute tasks with appropriate agents and context-aware orchestration", - "arguments": "\"task-id\"", - "category": "task", - "subcategory": null, - "usage_scenario": "implementation", - "difficulty": "Intermediate", - "file_path": "task\\execute.md" - }, - { - "name": "execute", - "description": "Coordinate agents for existing workflow tasks with automatic discovery", - "arguments": "\"[--resume-session=\\\"session-id\\\"]\"", - "category": "workflow", - "subcategory": null, - "usage_scenario": "implementation", - "difficulty": "Intermediate", - "file_path": "workflow\\execute.md" - }, - { - "name": "plan", - "description": "Orchestrate 5-phase planning workflow with quality gate, executing commands and passing context between phases", - "arguments": "\"[--agent] [--cli-execute] \\\"text description\\\"|file.md\"", - "category": "workflow", - "subcategory": null, - "usage_scenario": "planning", - "difficulty": "Advanced", - "file_path": "workflow\\plan.md" - }, - { - "name": "review", - "description": "Optional specialized review (security, architecture, docs) for completed implementation", - "arguments": "\"[--type=security|architecture|action-items|quality] [optional: session-id]\"", - "category": "workflow", - "subcategory": null, - "usage_scenario": "implementation", - "difficulty": "Intermediate", - "file_path": "workflow\\review.md" - }, - { - "name": "tdd-plan", - "description": "Orchestrate TDD workflow planning with Red-Green-Refactor task chains", - "arguments": "\"[--agent] \\\"feature description\\\"|file.md\"", - "category": "workflow", - "subcategory": null, - "usage_scenario": "planning", - "difficulty": "Advanced", - "file_path": "workflow\\tdd-plan.md" - }, - { - "name": "test-gen", - "description": "Create independent test-fix workflow session by analyzing completed implementation", - "arguments": "\"[--use-codex] [--cli-execute] source-session-id\"", - "category": "workflow", - "subcategory": null, - "usage_scenario": "implementation", - "difficulty": "Advanced", - "file_path": "workflow\\test-gen.md" - } -] \ No newline at end of file diff --git a/.claude/skills/command-guide/analyze_commands.py b/.claude/skills/command-guide/scripts/analyze_commands.py similarity index 64% rename from .claude/skills/command-guide/analyze_commands.py rename to .claude/skills/command-guide/scripts/analyze_commands.py index 24a39151..f118a39f 100644 --- a/.claude/skills/command-guide/analyze_commands.py +++ b/.claude/skills/command-guide/scripts/analyze_commands.py @@ -107,13 +107,17 @@ def analyze_command_file(file_path: Path) -> Dict[str, Any]: difficulty = determine_difficulty(name, description, category) # Build relative path - rel_path = str(file_path.relative_to(COMMANDS_DIR)) + rel_path = str(file_path.relative_to(COMMANDS_DIR)).replace('\\', '/') - # Build full command name - if category == "general": + # Build full command name from frontmatter name or construct it + # If name already contains colons (e.g., "workflow:status"), use it directly + if ':' in name: + command_name = f"/{name}" + elif category == "general": command_name = f"/{name}" else: - if subcategory and subcategory not in name: + # For subcategorized commands, build the full path + if subcategory: command_name = f"/{category}:{subcategory}:{name}" else: command_name = f"/{category}:{name}" @@ -134,53 +138,59 @@ def build_command_relationships() -> Dict[str, Any]: """Build command relationship mappings.""" relationships = { # Workflow planning commands - "plan": { + "workflow:plan": { "calls_internally": [ - "session:start", - "tools:context-gather", - "tools:conflict-resolution", - "tools:task-generate", - "tools:task-generate-agent" + "workflow:session:start", + "workflow:tools:context-gather", + "workflow:tools:conflict-resolution", + "workflow:tools:task-generate", + "workflow:tools:task-generate-agent" ], - "next_steps": ["action-plan-verify", "status", "execute"], - "alternatives": ["tdd-plan"] + "next_steps": ["workflow:action-plan-verify", "workflow:status", "workflow:execute"], + "alternatives": ["workflow:tdd-plan"], + "prerequisites": [] }, - "tdd-plan": { + "workflow:tdd-plan": { "calls_internally": [ - "session:start", - "tools:context-gather", - "tools:task-generate-tdd" + "workflow:session:start", + "workflow:tools:context-gather", + "workflow:tools:task-generate-tdd" ], - "next_steps": ["tdd-verify", "status", "execute"], - "alternatives": ["plan"] + "next_steps": ["workflow:tdd-verify", "workflow:status", "workflow:execute"], + "alternatives": ["workflow:plan"], + "prerequisites": [] }, # Execution commands - "execute": { - "prerequisites": ["plan", "tdd-plan"], - "related": ["status", "resume"], - "next_steps": ["review", "tdd-verify"] + "workflow:execute": { + "prerequisites": ["workflow:plan", "workflow:tdd-plan"], + "related": ["workflow:status", "workflow:resume"], + "next_steps": ["workflow:review", "workflow:tdd-verify"] }, # Verification commands - "action-plan-verify": { - "prerequisites": ["plan"], - "next_steps": ["execute"], - "related": ["status"] + "workflow:action-plan-verify": { + "prerequisites": ["workflow:plan"], + "next_steps": ["workflow:execute"], + "related": ["workflow:status"] }, - "tdd-verify": { - "prerequisites": ["execute"], - "related": ["tools:tdd-coverage-analysis"] + "workflow:tdd-verify": { + "prerequisites": ["workflow:execute"], + "related": ["workflow:tools:tdd-coverage-analysis"] }, # Session management - "session:start": { - "next_steps": ["plan", "execute"], - "related": ["session:list", "session:resume"] + "workflow:session:start": { + "next_steps": ["workflow:plan", "workflow:execute"], + "related": ["workflow:session:list", "workflow:session:resume"] }, - "session:resume": { - "alternatives": ["resume"], - "related": ["session:list", "status"] + "workflow:session:resume": { + "alternatives": ["workflow:resume"], + "related": ["workflow:session:list", "workflow:status"] + }, + "workflow:resume": { + "alternatives": ["workflow:session:resume"], + "related": ["workflow:status"] }, # Task management @@ -193,17 +203,29 @@ def build_command_relationships() -> Dict[str, Any]: "related": ["task:create"] }, "task:replan": { - "prerequisites": ["plan"], - "related": ["action-plan-verify"] + "prerequisites": ["workflow:plan"], + "related": ["workflow:action-plan-verify"] + }, + "task:execute": { + "prerequisites": ["task:create", "task:breakdown", "workflow:plan"], + "related": ["workflow:status"] }, # Memory/Documentation "memory:docs": { "calls_internally": [ - "session:start", - "tools:context-gather" + "workflow:session:start", + "workflow:tools:context-gather" ], - "next_steps": ["execute"] + "next_steps": ["workflow:execute"] + }, + "memory:skill-memory": { + "next_steps": ["workflow:plan", "cli:analyze"], + "related": ["memory:load-skill-memory"] + }, + "memory:workflow-skill-memory": { + "related": ["memory:skill-memory"], + "next_steps": ["workflow:plan"] }, # CLI modes @@ -211,15 +233,47 @@ def build_command_relationships() -> Dict[str, Any]: "alternatives": ["cli:codex-execute"], "related": ["cli:analyze", "cli:chat"] }, + "cli:analyze": { + "related": ["cli:chat", "cli:mode:code-analysis"], + "next_steps": ["cli:execute"] + }, # Brainstorming - "brainstorm:artifacts": { - "next_steps": ["brainstorm:synthesis", "plan"], - "related": ["brainstorm:auto-parallel"] + "workflow:brainstorm:artifacts": { + "next_steps": ["workflow:brainstorm:synthesis", "workflow:plan"], + "related": ["workflow:brainstorm:auto-parallel"] }, - "brainstorm:synthesis": { - "prerequisites": ["brainstorm:artifacts"], - "next_steps": ["plan"] + "workflow:brainstorm:synthesis": { + "prerequisites": ["workflow:brainstorm:artifacts"], + "next_steps": ["workflow:plan"] + }, + "workflow:brainstorm:auto-parallel": { + "next_steps": ["workflow:brainstorm:synthesis", "workflow:plan"], + "related": ["workflow:brainstorm:artifacts"] + }, + + # Test workflows + "workflow:test-gen": { + "prerequisites": ["workflow:execute"], + "next_steps": ["workflow:test-cycle-execute"] + }, + "workflow:test-fix-gen": { + "alternatives": ["workflow:test-gen"], + "next_steps": ["workflow:test-cycle-execute"] + }, + "workflow:test-cycle-execute": { + "prerequisites": ["workflow:test-gen", "workflow:test-fix-gen"], + "related": ["workflow:tdd-verify"] + }, + + # UI Design workflows + "workflow:ui-design:explore-auto": { + "calls_internally": ["workflow:ui-design:capture", "workflow:ui-design:style-extract", "workflow:ui-design:layout-extract"], + "next_steps": ["workflow:ui-design:generate"] + }, + "workflow:ui-design:imitate-auto": { + "calls_internally": ["workflow:ui-design:capture"], + "next_steps": ["workflow:ui-design:generate"] } } @@ -227,31 +281,34 @@ def build_command_relationships() -> Dict[str, Any]: def identify_essential_commands(all_commands: List[Dict]) -> List[Dict]: """Identify the most essential commands for beginners.""" - # Essential command names (14 most important) + # Essential command names (14 most important) - use full command paths essential_names = [ - "plan", - "execute", - "status", - "session:start", + "workflow:plan", + "workflow:execute", + "workflow:status", + "workflow:session:start", "task:execute", "cli:analyze", "cli:chat", "memory:docs", - "brainstorm:artifacts", - "action-plan-verify", - "resume", - "review", + "workflow:brainstorm:artifacts", + "workflow:action-plan-verify", + "workflow:resume", + "workflow:review", "version", "enhance-prompt" ] essential = [] for cmd in all_commands: - # Check both command name and simple name - cmd_simple = cmd['command'].lstrip('/') - if cmd_simple in essential_names or cmd['name'] in essential_names: + # Check command name without leading slash + cmd_name = cmd['command'].lstrip('/') + if cmd_name in essential_names: essential.append(cmd) + # Sort by order in essential_names + essential.sort(key=lambda x: essential_names.index(x['command'].lstrip('/'))) + return essential[:14] # Limit to 14 def main():