diff --git a/.claude/skills/ccw-help/command.json b/.claude/skills/ccw-help/command.json index 1927a520..52e5dad2 100644 --- a/.claude/skills/ccw-help/command.json +++ b/.claude/skills/ccw-help/command.json @@ -1,599 +1,922 @@ { "_metadata": { - "version": "2.3.0", - "total_commands": 51, - "total_agents": 16, - "description": "Unified CCW-Help command index", - "update": "User prompted to update on skill execution. Run 'python scripts/auto-update.py' for manual update." + "version": "3.0.0", + "total_commands": 73, + "total_agents": 19, + "description": "Auto-generated CCW-Help command index from analyze_commands.py", + "generated": "Auto-updated - all commands synced from file system", + "last_sync": "command.json now stays in sync with CLI definitions" }, - - "essential_commands": [ - "/ccw", - "/workflow:lite-plan", - "/workflow:lite-fix", - "/workflow:plan", - "/workflow:execute", - "/workflow:session:start", - "/workflow:review-session-cycle", - "/memory:docs", - "/workflow:brainstorm:artifacts", - "/workflow:plan-verify", - "/version" - ], - + "essential_commands": [], "commands": [ + { + "name": "ccw-coordinator", + "command": "/ccw-coordinator", + "description": "Command orchestration tool - analyze requirements, recommend chain, execute sequentially with state persistence", + "arguments": "[task description]", + "category": "general", + "subcategory": null, + "usage_scenario": "general", + "difficulty": "Intermediate", + "source": "../../../commands/ccw-coordinator.md" + }, + { + "name": "ccw-debug", + "command": "/ccw-debug", + "description": "Aggregated debug command - combines debugging diagnostics and test verification in a synergistic workflow supporting cli-quick / debug-first / test-first / bidirectional-verification modes", + "arguments": "[--mode cli|debug|test|bidirectional] [--yes|-y] [--hotfix] \\\"bug description or error message\\", + "category": "general", + "subcategory": null, + "usage_scenario": "general", + "difficulty": "Intermediate", + "source": "../../../commands/ccw-debug.md" + }, { "name": "ccw", "command": "/ccw", - "description": "Main workflow orchestrator - analyze intent, auto-select workflow, execute command chain", - "arguments": "\"task description\"", + "description": "Main workflow orchestrator - analyze intent, select workflow, execute command chain in main process", + "arguments": "\\\"task description\\", "category": "general", - "difficulty": "Beginner", - "essential": true, - "flow": { - "next_steps": ["/workflow:lite-plan", "/workflow:lite-fix", "/workflow:plan"] - }, + "subcategory": null, + "usage_scenario": "general", + "difficulty": "Intermediate", "source": "../../../commands/ccw.md" }, { - "name": "lite-plan", - "command": "/workflow:lite-plan", - "description": "Lightweight interactive planning with in-memory plan, dispatches to lite-execute", - "arguments": "[-e|--explore] \"task\"|file.md", - "category": "workflow", + "name": "cli-init", + "command": "/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": null, + "usage_scenario": "general", "difficulty": "Intermediate", - "essential": true, - "flow": { - "next_steps": ["/workflow:lite-execute"], - "alternatives": ["/workflow:plan"] - }, - "source": "../../../commands/workflow/lite-plan.md" + "source": "../../../commands/cli/cli-init.md" }, { - "name": "lite-execute", - "command": "/workflow:lite-execute", - "description": "Execute based on in-memory plan or prompt", - "arguments": "[--in-memory] \"task\"|file-path", - "category": "workflow", + "name": "codex-review", + "command": "/cli:codex-review", + "description": "Interactive code review using Codex CLI via ccw endpoint with configurable review target, model, and custom instructions", + "arguments": "[--uncommitted|--base |--commit ] [--model ] [--title ] [prompt]", + "category": "cli", + "subcategory": null, + "usage_scenario": "analysis", "difficulty": "Intermediate", - "flow": { - "prerequisites": ["/workflow:lite-plan", "/workflow:lite-fix"] - }, - "source": "../../../commands/workflow/lite-execute.md" + "source": "../../../commands/cli/codex-review.md" }, { - "name": "lite-fix", - "command": "/workflow:lite-fix", - "description": "Lightweight bug diagnosis and fix with optional hotfix mode", - "arguments": "[--hotfix] \"bug description\"", - "category": "workflow", + "name": "convert-to-plan", + "command": "/issue:convert-to-plan", + "description": "Convert planning artifacts (lite-plan, workflow session, markdown) to issue solutions", + "arguments": "[-y|--yes] [--issue <id>] [--supplement] <SOURCE>", + "category": "issue", + "subcategory": null, + "usage_scenario": "planning", "difficulty": "Intermediate", - "essential": true, - "flow": { - "next_steps": ["/workflow:lite-execute"], - "alternatives": ["/workflow:lite-plan"] - }, - "source": "../../../commands/workflow/lite-fix.md" + "source": "../../../commands/issue/convert-to-plan.md" }, { - "name": "plan", - "command": "/workflow:plan", - "description": "5-phase planning with task JSON generation", - "arguments": "\"description\"|file.md", - "category": "workflow", + "name": "issue:discover-by-prompt", + "command": "/issue:discover-by-prompt", + "description": "Discover issues from user prompt with Gemini-planned iterative multi-agent exploration. Uses ACE semantic search for context gathering and supports cross-module comparison (e.g., frontend vs backend API contracts).", + "arguments": "[-y|--yes] <prompt> [--scope=src/**] [--depth=standard|deep] [--max-iterations=5]", + "category": "issue", + "subcategory": null, + "usage_scenario": "general", "difficulty": "Intermediate", - "essential": true, - "flow": { - "next_steps": ["/workflow:plan-verify", "/workflow:execute"], - "alternatives": ["/workflow:tdd-plan"] - }, - "source": "../../../commands/workflow/plan.md" + "source": "../../../commands/issue/discover-by-prompt.md" + }, + { + "name": "issue:discover", + "command": "/issue:discover", + "description": "Discover potential issues from multiple perspectives (bug, UX, test, quality, security, performance, maintainability, best-practices) using CLI explore. Supports Exa external research for security and best-practices perspectives.", + "arguments": "[-y|--yes] <path-pattern> [--perspectives=bug,ux,...] [--external]", + "category": "issue", + "subcategory": null, + "usage_scenario": "general", + "difficulty": "Intermediate", + "source": "../../../commands/issue/discover.md" }, { "name": "execute", - "command": "/workflow:execute", - "description": "Coordinate agent execution with DAG parallel processing", - "arguments": "[--resume-session=\"session-id\"]", - "category": "workflow", + "command": "/issue:execute", + "description": "Execute queue with DAG-based parallel orchestration (one commit per solution)", + "arguments": "[-y|--yes] --queue <queue-id> [--worktree [<existing-path>]]", + "category": "issue", + "subcategory": null, + "usage_scenario": "implementation", "difficulty": "Intermediate", - "essential": true, - "flow": { - "prerequisites": ["/workflow:plan", "/workflow:tdd-plan"], - "next_steps": ["/workflow:review"] - }, - "source": "../../../commands/workflow/execute.md" + "source": "../../../commands/issue/execute.md" }, { - "name": "plan-verify", - "command": "/workflow:plan-verify", - "description": "Cross-artifact consistency analysis", - "arguments": "[--session session-id]", - "category": "workflow", + "name": "from-brainstorm", + "command": "/issue:from-brainstorm", + "description": "Convert brainstorm session ideas into issue with executable solution for parallel-dev-cycle", + "arguments": "SESSION=\\\"<session-id>\\\" [--idea=<index>] [--auto] [-y|--yes]", + "category": "issue", + "subcategory": null, + "usage_scenario": "planning", "difficulty": "Intermediate", - "essential": true, - "flow": { - "prerequisites": ["/workflow:plan"], - "next_steps": ["/workflow:execute"] - }, - "source": "../../../commands/workflow/plan-verify.md" + "source": "../../../commands/issue/from-brainstorm.md" }, { - "name": "init", - "command": "/workflow:init", - "description": "Initialize project-level state", - "arguments": "[--regenerate]", - "category": "workflow", + "name": "new", + "command": "/issue:new", + "description": "Create structured issue from GitHub URL or text description", + "arguments": "[-y|--yes] <github-url | text-description> [--priority 1-5]", + "category": "issue", + "subcategory": null, + "usage_scenario": "general", "difficulty": "Intermediate", - "source": "../../../commands/workflow/init.md" + "source": "../../../commands/issue/new.md" }, { - "name": "clean", - "command": "/workflow:clean", - "description": "Intelligent code cleanup with stale artifact discovery", - "arguments": "[--dry-run] [\"focus\"]", - "category": "workflow", + "name": "plan", + "command": "/issue:plan", + "description": "Batch plan issue resolution using issue-plan-agent (explore + plan closed-loop)", + "arguments": "[-y|--yes] --all-pending <issue-id>[,<issue-id>,...] [--batch-size 3]", + "category": "issue", + "subcategory": null, + "usage_scenario": "planning", "difficulty": "Intermediate", - "source": "../../../commands/workflow/clean.md" + "source": "../../../commands/issue/plan.md" }, { - "name": "debug", - "command": "/workflow:debug", - "description": "Hypothesis-driven debugging with NDJSON logging", - "arguments": "\"bug description\"", - "category": "workflow", + "name": "queue", + "command": "/issue:queue", + "description": "Form execution queue from bound solutions using issue-queue-agent (solution-level)", + "arguments": "[-y|--yes] [--queues <n>] [--issue <id>]", + "category": "issue", + "subcategory": null, + "usage_scenario": "general", "difficulty": "Intermediate", - "source": "../../../commands/workflow/debug.md" + "source": "../../../commands/issue/queue.md" }, { - "name": "replan", - "command": "/workflow:replan", - "description": "Interactive workflow replanning", - "arguments": "[--session id] [task-id] \"requirements\"", - "category": "workflow", + "name": "compact", + "command": "/memory:compact", + "description": "Compact current session memory into structured text for session recovery, extracting objective/plan/files/decisions/constraints/state, and save via MCP core_memory tool", + "arguments": "[optional: session description]", + "category": "memory", + "subcategory": null, + "usage_scenario": "general", "difficulty": "Intermediate", - "source": "../../../commands/workflow/replan.md" + "source": "../../../commands/memory/compact.md" }, { - "name": "session:start", - "command": "/workflow:session:start", - "description": "Start or discover workflow sessions", - "arguments": "[--type <workflow|review|tdd>] [--auto|--new]", - "category": "workflow", - "subcategory": "session", + "name": "docs-full-cli", + "command": "/memory:docs-full-cli", + "description": "Generate full project documentation using CLI execution (Layer 3→1) with batched agents (4 modules/agent) and gemini→qwen→codex fallback, <20 modules uses direct parallel", + "arguments": "[path] [--tool <gemini|qwen|codex>]", + "category": "memory", + "subcategory": null, + "usage_scenario": "documentation", "difficulty": "Intermediate", - "essential": true, - "flow": { - "next_steps": ["/workflow:plan", "/workflow:execute"] - }, - "source": "../../../commands/workflow/session/start.md" + "source": "../../../commands/memory/docs-full-cli.md" }, { - "name": "session:list", - "command": "/workflow:session:list", - "description": "List all workflow sessions", + "name": "docs-related-cli", + "command": "/memory:docs-related-cli", + "description": "Generate/update documentation for git-changed modules using CLI execution with batched agents (4 modules/agent) and gemini→qwen→codex fallback, <15 modules uses direct parallel", + "arguments": "[--tool <gemini|qwen|codex>]", + "category": "memory", + "subcategory": null, + "usage_scenario": "documentation", + "difficulty": "Intermediate", + "source": "../../../commands/memory/docs-related-cli.md" + }, + { + "name": "load", + "command": "/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", + "difficulty": "Intermediate", + "source": "../../../commands/memory/load.md" + }, + { + "name": "style-skill-memory", + "command": "/memory:style-skill-memory", + "description": "Generate SKILL memory package from style reference for easy loading and consistent design system usage", + "arguments": "[package-name] [--regenerate]", + "category": "memory", + "subcategory": null, + "usage_scenario": "documentation", + "difficulty": "Intermediate", + "source": "../../../commands/memory/style-skill-memory.md" + }, + { + "name": "tips", + "command": "/memory:tips", + "description": "Quick note-taking command to capture ideas, snippets, reminders, and insights for later reference", + "arguments": "<note content> [--tag <tag1,tag2>] [--context <context>]", + "category": "memory", + "subcategory": null, + "usage_scenario": "general", + "difficulty": "Intermediate", + "source": "../../../commands/memory/tips.md" + }, + { + "name": "update-full", + "command": "/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 <directory>]", + "category": "memory", + "subcategory": null, + "usage_scenario": "general", + "difficulty": "Intermediate", + "source": "../../../commands/memory/update-full.md" + }, + { + "name": "update-related", + "command": "/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": null, + "usage_scenario": "general", + "difficulty": "Intermediate", + "source": "../../../commands/memory/update-related.md" + }, + { + "name": "ccw view", + "command": "/ccw view", + "description": "Dashboard - Open CCW workflow dashboard for managing tasks and sessions", "arguments": "", + "category": "general", + "subcategory": null, + "usage_scenario": "general", + "difficulty": "Intermediate", + "source": "../../../commands/view.md" + }, + { + "name": "analyze-with-file", + "command": "/workflow:analyze-with-file", + "description": "Interactive collaborative analysis with documented discussions, CLI-assisted exploration, and evolving understanding", + "arguments": "[-y|--yes] [-c|--continue] \\\"topic or question\\", "category": "workflow", - "subcategory": "session", + "subcategory": null, + "usage_scenario": "analysis", "difficulty": "Beginner", - "source": "../../../commands/workflow/session/list.md" + "source": "../../../commands/workflow/analyze-with-file.md" }, { - "name": "session:resume", - "command": "/workflow:session:resume", - "description": "Resume paused workflow session", - "arguments": "", - "category": "workflow", - "subcategory": "session", - "difficulty": "Intermediate", - "source": "../../../commands/workflow/session/resume.md" - }, - { - "name": "session:complete", - "command": "/workflow:session:complete", - "description": "Mark session complete and archive", - "arguments": "", - "category": "workflow", - "subcategory": "session", - "difficulty": "Intermediate", - "source": "../../../commands/workflow/session/complete.md" - }, - { - "name": "brainstorm:auto-parallel", - "command": "/workflow:brainstorm:auto-parallel", - "description": "Parallel brainstorming with multi-role analysis", - "arguments": "\"topic\" [--count N]", + "name": "artifacts", + "command": "/workflow:brainstorm:artifacts", + "description": "Interactive clarification generating confirmed guidance specification through role-based analysis and synthesis", + "arguments": "[-y|--yes] topic or challenge description [--count N]", "category": "workflow", "subcategory": "brainstorm", + "usage_scenario": "general", + "difficulty": "Intermediate", + "source": "../../../commands/workflow/brainstorm/artifacts.md" + }, + { + "name": "auto-parallel", + "command": "/workflow:brainstorm:auto-parallel", + "description": "Parallel brainstorming automation with dynamic role selection and concurrent execution across multiple perspectives", + "arguments": "[-y|--yes] topic or challenge description [--count N]", + "category": "workflow", + "subcategory": "brainstorm", + "usage_scenario": "general", "difficulty": "Advanced", "source": "../../../commands/workflow/brainstorm/auto-parallel.md" }, { - "name": "brainstorm:artifacts", - "command": "/workflow:brainstorm:artifacts", - "description": "Interactive clarification with guidance specification", - "arguments": "\"topic\" [--count N]", + "name": "role-analysis", + "command": "/workflow:brainstorm:role-analysis", + "description": "Unified role-specific analysis generation with interactive context gathering and incremental updates", + "arguments": "[role-name] [--session session-id] [--update] [--include-questions] [--skip-questions]", "category": "workflow", "subcategory": "brainstorm", + "usage_scenario": "general", "difficulty": "Intermediate", - "essential": true, - "source": "../../../commands/workflow/brainstorm/artifacts.md" + "source": "../../../commands/workflow/brainstorm/role-analysis.md" }, { - "name": "brainstorm:synthesis", + "name": "synthesis", "command": "/workflow:brainstorm:synthesis", - "description": "Refine role analyses through Q&A", - "arguments": "[--session session-id]", + "description": "Clarify and refine role analyses through intelligent Q&A and targeted updates with synthesis agent", + "arguments": "[-y|--yes] [optional: --session session-id]", "category": "workflow", "subcategory": "brainstorm", + "usage_scenario": "general", "difficulty": "Advanced", "source": "../../../commands/workflow/brainstorm/synthesis.md" }, { "name": "brainstorm-with-file", "command": "/workflow:brainstorm-with-file", - "description": "Multi-perspective ideation with documented exploration and multi-CLI collaboration", - "arguments": "\"topic\" [--count N]", + "description": "Interactive brainstorming with multi-CLI collaboration, idea expansion, and documented thought evolution", + "arguments": "[-y|--yes] [-c|--continue] [-m|--mode creative|structured] \\\"idea or topic\\", "category": "workflow", - "subcategory": "brainstorm", - "difficulty": "Advanced", - "flow": { - "next_steps": ["/workflow:plan", "/issue:new"] - }, + "subcategory": null, + "usage_scenario": "planning", + "difficulty": "Intermediate", "source": "../../../commands/workflow/brainstorm-with-file.md" }, + { + "name": "clean", + "command": "/workflow:clean", + "description": "Intelligent code cleanup with mainline detection, stale artifact discovery, and safe execution", + "arguments": "[-y|--yes] [--dry-run] [\\\"focus area\\\"]", + "category": "workflow", + "subcategory": null, + "usage_scenario": "general", + "difficulty": "Intermediate", + "source": "../../../commands/workflow/clean.md" + }, { "name": "debug-with-file", "command": "/workflow:debug-with-file", - "description": "Hypothesis-driven debugging with documented understanding evolution", - "arguments": "\"bug description\" [--hotfix]", + "description": "Interactive hypothesis-driven debugging with documented exploration, understanding evolution, and Gemini-assisted correction", + "arguments": "[-y|--yes] \\\"bug description or error message\\", "category": "workflow", - "subcategory": "debug", - "difficulty": "Advanced", - "flow": { - "next_steps": ["/workflow:execute"] - }, + "subcategory": null, + "usage_scenario": "general", + "difficulty": "Intermediate", "source": "../../../commands/workflow/debug-with-file.md" }, { - "name": "analyze-with-file", - "command": "/workflow:analyze-with-file", - "description": "Collaborative analysis with multi-round Q&A and CLI exploration", - "arguments": "\"topic\" [--depth N]", + "name": "execute", + "command": "/workflow:execute", + "description": "Coordinate agent execution for workflow tasks with automatic session discovery, parallel task processing, and status tracking", + "arguments": "[-y|--yes] [--resume-session=\\\"session-id\\\"]", "category": "workflow", - "subcategory": "analyze", - "difficulty": "Advanced", - "flow": { - "next_steps": ["/workflow:plan"] - }, - "source": "../../../commands/workflow/analyze-with-file.md" + "subcategory": null, + "usage_scenario": "implementation", + "difficulty": "Intermediate", + "source": "../../../commands/workflow/execute.md" + }, + { + "name": "init", + "command": "/workflow:init", + "description": "Initialize project-level state with intelligent project analysis using cli-explore-agent", + "arguments": "[--regenerate]", + "category": "workflow", + "subcategory": null, + "usage_scenario": "general", + "difficulty": "Intermediate", + "source": "../../../commands/workflow/init.md" + }, + { + "name": "lite-execute", + "command": "/workflow:lite-execute", + "description": "Execute tasks based on in-memory plan, prompt description, or file content", + "arguments": "[-y|--yes] [--in-memory] [\\\"task description\\\"|file-path]", + "category": "workflow", + "subcategory": null, + "usage_scenario": "implementation", + "difficulty": "Intermediate", + "source": "../../../commands/workflow/lite-execute.md" + }, + { + "name": "lite-fix", + "command": "/workflow:lite-fix", + "description": "Lightweight bug diagnosis and fix workflow with intelligent severity assessment and optional hotfix mode for production incidents", + "arguments": "[-y|--yes] [--hotfix] \\\"bug description or issue reference\\", + "category": "workflow", + "subcategory": null, + "usage_scenario": "general", + "difficulty": "Intermediate", + "source": "../../../commands/workflow/lite-fix.md" + }, + { + "name": "workflow:lite-lite-lite", + "command": "/workflow:lite-lite-lite", + "description": "Ultra-lightweight multi-tool analysis and direct execution. No artifacts for simple tasks; auto-creates planning docs in .workflow/.scratchpad/ for complex tasks. Auto tool selection based on task analysis, user-driven iteration via AskUser.", + "arguments": "[-y|--yes] <task description>", + "category": "workflow", + "subcategory": null, + "usage_scenario": "general", + "difficulty": "Intermediate", + "source": "../../../commands/workflow/lite-lite-lite.md" + }, + { + "name": "lite-plan", + "command": "/workflow:lite-plan", + "description": "Lightweight interactive planning workflow with in-memory planning, code exploration, and execution execute to lite-execute after user confirmation", + "arguments": "[-y|--yes] [-e|--explore] \\\"task description\\\"|file.md", + "category": "workflow", + "subcategory": null, + "usage_scenario": "planning", + "difficulty": "Intermediate", + "source": "../../../commands/workflow/lite-plan.md" + }, + { + "name": "workflow:multi-cli-plan", + "command": "/workflow:multi-cli-plan", + "description": "Multi-CLI collaborative planning workflow with ACE context gathering and iterative cross-verification. Uses cli-discuss-agent for Gemini+Codex+Claude analysis to converge on optimal execution plan.", + "arguments": "[-y|--yes] <task description> [--max-rounds=3] [--tools=gemini,codex] [--mode=parallel|serial]", + "category": "workflow", + "subcategory": null, + "usage_scenario": "planning", + "difficulty": "Intermediate", + "source": "../../../commands/workflow/multi-cli-plan.md" + }, + { + "name": "plan-verify", + "command": "/workflow:plan-verify", + "description": "Perform READ-ONLY verification analysis between IMPL_PLAN.md, task JSONs, and brainstorming artifacts. Generates structured report with quality gate recommendation. Does NOT modify any files.", + "arguments": "[optional: --session session-id]", + "category": "workflow", + "subcategory": null, + "usage_scenario": "planning", + "difficulty": "Intermediate", + "source": "../../../commands/workflow/plan-verify.md" + }, + { + "name": "plan", + "command": "/workflow:plan", + "description": "5-phase planning workflow with action-planning-agent task generation, outputs IMPL_PLAN.md and task JSONs", + "arguments": "[-y|--yes] \\\"text description\\\"|file.md", + "category": "workflow", + "subcategory": null, + "usage_scenario": "planning", + "difficulty": "Intermediate", + "source": "../../../commands/workflow/plan.md" + }, + { + "name": "replan", + "command": "/workflow:replan", + "description": "Interactive workflow replanning with session-level artifact updates and boundary clarification through guided questioning", + "arguments": "[-y|--yes] [--session session-id] [task-id] \\\"requirements\\\"|file.md [--interactive]", + "category": "workflow", + "subcategory": null, + "usage_scenario": "planning", + "difficulty": "Intermediate", + "source": "../../../commands/workflow/replan.md" + }, + { + "name": "review-cycle-fix", + "command": "/workflow:review-cycle-fix", + "description": "Automated fixing of code review findings with AI-powered planning and coordinated execution. Uses intelligent grouping, multi-stage timeline coordination, and test-driven verification.", + "arguments": "<export-file|review-dir> [--resume] [--max-iterations=N]", + "category": "workflow", + "subcategory": null, + "usage_scenario": "analysis", + "difficulty": "Intermediate", + "source": "../../../commands/workflow/review-cycle-fix.md" + }, + { + "name": "review-module-cycle", + "command": "/workflow:review-module-cycle", + "description": "Independent multi-dimensional code review for specified modules/files. Analyzes specific code paths across 7 dimensions with hybrid parallel-iterative execution, independent of workflow sessions.", + "arguments": "<path-pattern> [--dimensions=security,architecture,...] [--max-iterations=N]", + "category": "workflow", + "subcategory": null, + "usage_scenario": "analysis", + "difficulty": "Intermediate", + "source": "../../../commands/workflow/review-module-cycle.md" + }, + { + "name": "review-session-cycle", + "command": "/workflow:review-session-cycle", + "description": "Session-based comprehensive multi-dimensional code review. Analyzes git changes from workflow session across 7 dimensions with hybrid parallel-iterative execution, aggregates findings, and performs focused deep-dives on critical issues until quality gates met.", + "arguments": "[session-id] [--dimensions=security,architecture,...] [--max-iterations=N]", + "category": "workflow", + "subcategory": null, + "usage_scenario": "session-management", + "difficulty": "Intermediate", + "source": "../../../commands/workflow/review-session-cycle.md" + }, + { + "name": "review", + "command": "/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] [--archived] [optional: session-id]", + "category": "workflow", + "subcategory": null, + "usage_scenario": "analysis", + "difficulty": "Intermediate", + "source": "../../../commands/workflow/review.md" + }, + { + "name": "complete", + "command": "/workflow:session:complete", + "description": "Mark active workflow session as complete, archive with lessons learned, update manifest, remove active flag", + "arguments": "[-y|--yes] [--detailed]", + "category": "workflow", + "subcategory": "session", + "usage_scenario": "session-management", + "difficulty": "Intermediate", + "source": "../../../commands/workflow/session/complete.md" + }, + { + "name": "list", + "command": "/workflow:session:list", + "description": "List all workflow sessions with status filtering, shows session metadata and progress information", + "arguments": "", + "category": "workflow", + "subcategory": "session", + "usage_scenario": "general", + "difficulty": "Beginner", + "source": "../../../commands/workflow/session/list.md" + }, + { + "name": "resume", + "command": "/workflow:session:resume", + "description": "Resume the most recently paused workflow session with automatic session discovery and status update", + "arguments": "", + "category": "workflow", + "subcategory": "session", + "usage_scenario": "session-management", + "difficulty": "Intermediate", + "source": "../../../commands/workflow/session/resume.md" + }, + { + "name": "solidify", + "command": "/workflow:session:solidify", + "description": "Crystallize session learnings and user-defined constraints into permanent project guidelines", + "arguments": "[-y|--yes] [--type <convention|constraint|learning>] [--category <category>] \\\"rule or insight\\", + "category": "workflow", + "subcategory": "session", + "usage_scenario": "general", + "difficulty": "Intermediate", + "source": "../../../commands/workflow/session/solidify.md" + }, + { + "name": "start", + "command": "/workflow:session:start", + "description": "Discover existing sessions or start new workflow session with intelligent session management and conflict detection", + "arguments": "[--type <workflow|review|tdd|test|docs>] [--auto|--new] [optional: task description for new session]", + "category": "workflow", + "subcategory": "session", + "usage_scenario": "general", + "difficulty": "Intermediate", + "source": "../../../commands/workflow/session/start.md" }, { "name": "tdd-plan", "command": "/workflow:tdd-plan", - "description": "TDD planning with Red-Green-Refactor cycles", - "arguments": "\"feature\"|file.md", + "description": "TDD workflow planning with Red-Green-Refactor task chain generation, test-first development structure, and cycle tracking", + "arguments": "\\\"feature description\\\"|file.md", "category": "workflow", + "subcategory": null, + "usage_scenario": "planning", "difficulty": "Advanced", - "flow": { - "next_steps": ["/workflow:execute", "/workflow:tdd-verify"], - "alternatives": ["/workflow:plan"] - }, "source": "../../../commands/workflow/tdd-plan.md" }, { "name": "tdd-verify", "command": "/workflow:tdd-verify", - "description": "Verify TDD compliance with coverage analysis", - "arguments": "[session-id]", + "description": "Verify TDD workflow compliance against Red-Green-Refactor cycles. Generates quality report with coverage analysis and quality gate recommendation. Orchestrates sub-commands for comprehensive validation.", + "arguments": "[optional: --session WFS-session-id]", "category": "workflow", + "subcategory": null, + "usage_scenario": "testing", "difficulty": "Advanced", - "flow": { - "prerequisites": ["/workflow:execute"] - }, "source": "../../../commands/workflow/tdd-verify.md" }, - { - "name": "review", - "command": "/workflow:review", - "description": "Post-implementation review (security/architecture/quality)", - "arguments": "[--type=<type>] [session-id]", - "category": "workflow", - "difficulty": "Intermediate", - "source": "../../../commands/workflow/review.md" - }, - { - "name": "review-session-cycle", - "command": "/workflow:review-session-cycle", - "description": "Multi-dimensional code review across 7 dimensions", - "arguments": "[session-id] [--dimensions=...]", - "category": "workflow", - "difficulty": "Intermediate", - "essential": true, - "flow": { - "prerequisites": ["/workflow:execute"], - "next_steps": ["/workflow:review-cycle-fix"] - }, - "source": "../../../commands/workflow/review-session-cycle.md" - }, - { - "name": "review-module-cycle", - "command": "/workflow:review-module-cycle", - "description": "Module-based multi-dimensional review", - "arguments": "<path-pattern> [--dimensions=...]", - "category": "workflow", - "difficulty": "Intermediate", - "source": "../../../commands/workflow/review-module-cycle.md" - }, - { - "name": "review-cycle-fix", - "command": "/workflow:review-cycle-fix", - "description": "Automated fixing of review findings", - "arguments": "<export-file|review-dir>", - "category": "workflow", - "difficulty": "Intermediate", - "flow": { - "prerequisites": ["/workflow:review-session-cycle", "/workflow:review-module-cycle"] - }, - "source": "../../../commands/workflow/review-cycle-fix.md" - }, - { - "name": "test-gen", - "command": "/workflow:test-gen", - "description": "Generate test session from implementation", - "arguments": "source-session-id", - "category": "workflow", - "difficulty": "Intermediate", - "source": "../../../commands/workflow/test-gen.md" - }, - { - "name": "test-fix-gen", - "command": "/workflow:test-fix-gen", - "description": "Create test-fix session with strategy", - "arguments": "session-id|\"description\"|file", - "category": "workflow", - "difficulty": "Intermediate", - "source": "../../../commands/workflow/test-fix-gen.md" - }, { "name": "test-cycle-execute", "command": "/workflow:test-cycle-execute", - "description": "Execute test-fix with iterative cycles", - "arguments": "[--resume-session=id] [--max-iterations=N]", + "description": "Execute test-fix workflow with dynamic task generation and iterative fix cycles until test pass rate >= 95% or max iterations reached. Uses @cli-planning-agent for failure analysis and task generation.", + "arguments": "[--resume-session=\\\"session-id\\\"] [--max-iterations=N]", "category": "workflow", + "subcategory": null, + "usage_scenario": "implementation", "difficulty": "Intermediate", "source": "../../../commands/workflow/test-cycle-execute.md" }, { - "name": "issue:new", - "command": "/issue:new", - "description": "Create issue from GitHub URL or text", - "arguments": "<url|text> [--priority 1-5]", - "category": "issue", + "name": "test-fix-gen", + "command": "/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": "(source-session-id | \\\"feature description\\\" | /path/to/file.md)", + "category": "workflow", + "subcategory": null, + "usage_scenario": "testing", "difficulty": "Intermediate", - "source": "../../../commands/issue/new.md" + "source": "../../../commands/workflow/test-fix-gen.md" }, { - "name": "issue:discover", - "command": "/issue:discover", - "description": "Discover issues from multiple perspectives", - "arguments": "<path> [--perspectives=...]", - "category": "issue", + "name": "test-gen", + "command": "/workflow:test-gen", + "description": "Create independent test-fix workflow session from completed implementation session, analyzes code to generate test tasks", + "arguments": "source-session-id", + "category": "workflow", + "subcategory": null, + "usage_scenario": "testing", "difficulty": "Intermediate", - "source": "../../../commands/issue/discover.md" + "source": "../../../commands/workflow/test-gen.md" }, { - "name": "issue:plan", - "command": "/issue:plan", - "description": "Batch plan issue resolution", - "arguments": "--all-pending|<ids>", - "category": "issue", + "name": "conflict-resolution", + "command": "/workflow:tools:conflict-resolution", + "description": "Detect and resolve conflicts between plan and existing codebase using CLI-powered analysis with Gemini/Qwen", + "arguments": "[-y|--yes] --session WFS-session-id --context path/to/context-package.json", + "category": "workflow", + "subcategory": "tools", + "usage_scenario": "general", + "difficulty": "Advanced", + "source": "../../../commands/workflow/tools/conflict-resolution.md" + }, + { + "name": "gather", + "command": "/workflow:tools: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", - "flow": { - "next_steps": ["/issue:queue"] - }, - "source": "../../../commands/issue/plan.md" + "source": "../../../commands/workflow/tools/context-gather.md" }, { - "name": "issue:queue", - "command": "/issue:queue", - "description": "Form execution queue from solutions", - "arguments": "[--rebuild]", - "category": "issue", + "name": "task-generate-agent", + "command": "/workflow:tools:task-generate-agent", + "description": "Generate implementation plan documents (IMPL_PLAN.md, task JSONs, TODO_LIST.md) using action-planning-agent - produces planning artifacts, does NOT execute code implementation", + "arguments": "[-y|--yes] --session WFS-session-id", + "category": "workflow", + "subcategory": "tools", + "usage_scenario": "implementation", + "difficulty": "Advanced", + "source": "../../../commands/workflow/tools/task-generate-agent.md" + }, + { + "name": "task-generate-tdd", + "command": "/workflow:tools:task-generate-tdd", + "description": "Autonomous TDD task generation using action-planning-agent with Red-Green-Refactor cycles, test-first structure, and cycle validation", + "arguments": "[-y|--yes] --session WFS-session-id", + "category": "workflow", + "subcategory": "tools", + "usage_scenario": "implementation", + "difficulty": "Advanced", + "source": "../../../commands/workflow/tools/task-generate-tdd.md" + }, + { + "name": "tdd-coverage-analysis", + "command": "/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", + "source": "../../../commands/workflow/tools/tdd-coverage-analysis.md" + }, + { + "name": "test-concept-enhanced", + "command": "/workflow:tools:test-concept-enhanced", + "description": "Coordinate test analysis workflow using cli-execution-agent to generate test strategy via Gemini", + "arguments": "--session WFS-test-session-id --context path/to/test-context-package.json", + "category": "workflow", + "subcategory": "tools", + "usage_scenario": "testing", "difficulty": "Intermediate", - "flow": { - "prerequisites": ["/issue:plan"], - "next_steps": ["/issue:execute"] - }, - "source": "../../../commands/issue/queue.md" + "source": "../../../commands/workflow/tools/test-concept-enhanced.md" }, { - "name": "issue:execute", - "command": "/issue:execute", - "description": "Execute queue with DAG parallel", - "arguments": "[--worktree]", - "category": "issue", + "name": "test-context-gather", + "command": "/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": "testing", "difficulty": "Intermediate", - "flow": { - "prerequisites": ["/issue:queue"] - }, - "source": "../../../commands/issue/execute.md" + "source": "../../../commands/workflow/tools/test-context-gather.md" }, { - "name": "issue:from-brainstorm", - "command": "/issue:from-brainstorm", - "description": "Convert brainstorm session ideas into executable issue with solutions", - "arguments": "SESSION=\"<session-id>\" [--auto]", - "category": "issue", + "name": "test-task-generate", + "command": "/workflow:tools:test-task-generate", + "description": "Generate test planning documents (IMPL_PLAN.md, test task JSONs, TODO_LIST.md) using action-planning-agent - produces test planning artifacts, does NOT execute tests", + "arguments": "--session WFS-test-session-id", + "category": "workflow", + "subcategory": "tools", + "usage_scenario": "implementation", "difficulty": "Intermediate", - "flow": { - "prerequisites": ["/workflow:brainstorm-with-file"], - "next_steps": ["/issue:queue"] - }, - "source": "../../../commands/issue/from-brainstorm.md" + "source": "../../../commands/workflow/tools/test-task-generate.md" }, { - "name": "docs", - "command": "/memory:docs", - "description": "Plan documentation workflow", - "arguments": "[path] [--tool <tool>]", - "category": "memory", + "name": "animation-extract", + "command": "/workflow:ui-design:animation-extract", + "description": "Extract animation and transition patterns from prompt inference and image references for design system documentation", + "arguments": "[-y|--yes] [--design-id <id>] [--session <id>] [--images \"<glob>\"] [--focus \"<types>\"] [--interactive] [--refine]", + "category": "workflow", + "subcategory": "ui-design", + "usage_scenario": "general", "difficulty": "Intermediate", - "essential": true, - "flow": { - "next_steps": ["/workflow:execute"] - }, - "source": "../../../commands/memory/docs.md" + "source": "../../../commands/workflow/ui-design/animation-extract.md" }, { - "name": "update-related", - "command": "/memory:update-related", - "description": "Update docs for git-changed modules", - "arguments": "[--tool <tool>]", - "category": "memory", + "name": "workflow:ui-design:codify-style", + "command": "/workflow:ui-design:codify-style", + "description": "Orchestrator to extract styles from code and generate shareable reference package with preview (automatic file discovery)", + "arguments": "<path> [--package-name <name>] [--output-dir <path>] [--overwrite]", + "category": "workflow", + "subcategory": "ui-design", + "usage_scenario": "planning", "difficulty": "Intermediate", - "source": "../../../commands/memory/update-related.md" + "source": "../../../commands/workflow/ui-design/codify-style.md" }, { - "name": "update-full", - "command": "/memory:update-full", - "description": "Update all CLAUDE.md files", - "arguments": "[--tool <tool>]", - "category": "memory", + "name": "design-sync", + "command": "/workflow:ui-design:design-sync", + "description": "Synchronize finalized design system references to brainstorming artifacts, preparing them for /workflow:plan consumption", + "arguments": "--session <session_id> [--selected-prototypes \"<list>\"]", + "category": "workflow", + "subcategory": "ui-design", + "usage_scenario": "planning", "difficulty": "Intermediate", - "source": "../../../commands/memory/update-full.md" + "source": "../../../commands/workflow/ui-design/design-sync.md" }, { - "name": "skill-memory", - "command": "/memory:skill-memory", - "description": "Generate SKILL.md with loading index", - "arguments": "[path] [--regenerate]", - "category": "memory", + "name": "explore-auto", + "command": "/workflow:ui-design:explore-auto", + "description": "Interactive exploratory UI design workflow with style-centric batch generation, creates design variants from prompts/images with parallel execution and user selection", + "arguments": "[--input \"<value>\"] [--targets \"<list>\"] [--target-type \"page|component\"] [--session <id>] [--style-variants <count>] [--layout-variants <count>]", + "category": "workflow", + "subcategory": "ui-design", + "usage_scenario": "general", "difficulty": "Intermediate", - "source": "../../../commands/memory/skill-memory.md" + "source": "../../../commands/workflow/ui-design/explore-auto.md" }, { - "name": "load-skill-memory", - "command": "/memory:load-skill-memory", - "description": "Activate SKILL package for task", - "arguments": "[skill_name] \"task intent\"", - "category": "memory", + "name": "generate", + "command": "/workflow:ui-design:generate", + "description": "Assemble UI prototypes by combining layout templates with design tokens (default animation support), pure assembler without new content generation", + "arguments": "[--design-id <id>] [--session <id>]", + "category": "workflow", + "subcategory": "ui-design", + "usage_scenario": "implementation", "difficulty": "Intermediate", - "source": "../../../commands/memory/load-skill-memory.md" + "source": "../../../commands/workflow/ui-design/generate.md" }, { - "name": "load", - "command": "/memory:load", - "description": "Load project context via CLI", - "arguments": "[--tool <tool>] \"context\"", - "category": "memory", + "name": "imitate-auto", + "command": "/workflow:ui-design:imitate-auto", + "description": "UI design workflow with direct code/image input for design token extraction and prototype generation", + "arguments": "[--input \"<value>\"] [--session <id>]", + "category": "workflow", + "subcategory": "ui-design", + "usage_scenario": "general", "difficulty": "Intermediate", - "source": "../../../commands/memory/load.md" + "source": "../../../commands/workflow/ui-design/imitate-auto.md" }, { - "name": "compact", - "command": "/memory:compact", - "description": "Compact session memory for recovery", - "arguments": "[description]", - "category": "memory", + "name": "workflow:ui-design:import-from-code", + "command": "/workflow:ui-design:import-from-code", + "description": "Import design system from code files (CSS/JS/HTML/SCSS) with automatic file discovery and parallel agent analysis", + "arguments": "[--design-id <id>] [--session <id>] [--source <path>]", + "category": "workflow", + "subcategory": "ui-design", + "usage_scenario": "planning", "difficulty": "Intermediate", - "source": "../../../commands/memory/compact.md" + "source": "../../../commands/workflow/ui-design/import-from-code.md" }, { - "name": "task:create", - "command": "/task:create", - "description": "Generate task JSON from description", - "arguments": "\"task title\"", - "category": "task", + "name": "layout-extract", + "command": "/workflow:ui-design:layout-extract", + "description": "Extract structural layout information from reference images or text prompts using Claude analysis with variant generation or refinement mode", + "arguments": "[-y|--yes] [--design-id <id>] [--session <id>] [--images \"<glob>\"] [--prompt \"<desc>\"] [--targets \"<list>\"] [--variants <count>] [--device-type <desktop|mobile|tablet|responsive>] [--interactive] [--refine]", + "category": "workflow", + "subcategory": "ui-design", + "usage_scenario": "general", "difficulty": "Intermediate", - "source": "../../../commands/task/create.md" + "source": "../../../commands/workflow/ui-design/layout-extract.md" }, { - "name": "task:execute", - "command": "/task:execute", - "description": "Execute task JSON with agent", - "arguments": "task-id", - "category": "task", + "name": "workflow:ui-design:reference-page-generator", + "command": "/workflow:ui-design:reference-page-generator", + "description": "Generate multi-component reference pages and documentation from design run extraction", + "arguments": "[--design-run <path>] [--package-name <name>] [--output-dir <path>]", + "category": "workflow", + "subcategory": "ui-design", + "usage_scenario": "planning", "difficulty": "Intermediate", - "source": "../../../commands/task/execute.md" + "source": "../../../commands/workflow/ui-design/reference-page-generator.md" }, { - "name": "task:breakdown", - "command": "/task:breakdown", - "description": "Decompose task into subtasks", - "arguments": "task-id", - "category": "task", + "name": "style-extract", + "command": "/workflow:ui-design:style-extract", + "description": "Extract design style from reference images or text prompts using Claude analysis with variant generation or refinement mode", + "arguments": "[-y|--yes] [--design-id <id>] [--session <id>] [--images \"<glob>\"] [--prompt \"<desc>\"] [--variants <count>] [--interactive] [--refine]", + "category": "workflow", + "subcategory": "ui-design", + "usage_scenario": "general", "difficulty": "Intermediate", - "source": "../../../commands/task/breakdown.md" + "source": "../../../commands/workflow/ui-design/style-extract.md" }, { - "name": "task:replan", - "command": "/task:replan", - "description": "Update task with new requirements", - "arguments": "task-id [\"text\"|file]", - "category": "task", + "name": "unified-execute-with-file", + "command": "/workflow:unified-execute-with-file", + "description": "Universal execution engine for consuming any planning/brainstorm/analysis output with minimal progress tracking, multi-agent coordination, and incremental execution", + "arguments": "[-y|--yes] [-p|--plan <path>] [-m|--mode sequential|parallel] [\\\"execution context or task name\\\"]", + "category": "workflow", + "subcategory": null, + "usage_scenario": "implementation", "difficulty": "Intermediate", - "source": "../../../commands/task/replan.md" - }, - { - "name": "version", - "command": "/version", - "description": "Display version and check updates", - "arguments": "", - "category": "general", - "difficulty": "Beginner", - "essential": true, - "source": "../../../commands/version.md" - }, - { - "name": "enhance-prompt", - "command": "/enhance-prompt", - "description": "Transform prompts with session memory", - "arguments": "user input", - "category": "general", - "difficulty": "Intermediate", - "source": "../../../commands/enhance-prompt.md" - }, - { - "name": "view", - "command": "ccw view", - "description": "Open CCW workflow dashboard for managing tasks and sessions", - "arguments": "[--path <path>] [--port <port>] [--host <host>] [--no-browser]", - "category": "general", - "difficulty": "Beginner", - "flow": { - "next_steps": ["/workflow:session:list"] - }, - "source": "../../../commands/view.md" - }, - { - "name": "cli-init", - "command": "/cli:cli-init", - "description": "Initialize CLI tool configurations (.gemini/, .qwen/) with technology-aware ignore rules", - "arguments": "[--tool gemini|qwen|all] [--preview] [--output path]", - "category": "cli", - "difficulty": "Intermediate", - "source": "../../../commands/cli/cli-init.md" + "source": "../../../commands/workflow/unified-execute-with-file.md" } ], - "agents": [ - { "name": "action-planning-agent", "description": "Task planning and generation", "source": "../../../agents/action-planning-agent.md" }, - { "name": "cli-execution-agent", "description": "CLI tool execution", "source": "../../../agents/cli-execution-agent.md" }, - { "name": "cli-explore-agent", "description": "Codebase exploration", "source": "../../../agents/cli-explore-agent.md" }, - { "name": "cli-lite-planning-agent", "description": "Lightweight planning", "source": "../../../agents/cli-lite-planning-agent.md" }, - { "name": "cli-planning-agent", "description": "CLI-based planning", "source": "../../../agents/cli-planning-agent.md" }, - { "name": "code-developer", "description": "Code implementation", "source": "../../../agents/code-developer.md" }, - { "name": "conceptual-planning-agent", "description": "Conceptual analysis", "source": "../../../agents/conceptual-planning-agent.md" }, - { "name": "context-search-agent", "description": "Context discovery", "source": "../../../agents/context-search-agent.md" }, - { "name": "doc-generator", "description": "Documentation generation", "source": "../../../agents/doc-generator.md" }, - { "name": "issue-plan-agent", "description": "Issue planning", "source": "../../../agents/issue-plan-agent.md" }, - { "name": "issue-queue-agent", "description": "Issue queue formation", "source": "../../../agents/issue-queue-agent.md" }, - { "name": "memory-bridge", "description": "Documentation coordination", "source": "../../../agents/memory-bridge.md" }, - { "name": "test-context-search-agent", "description": "Test context collection", "source": "../../../agents/test-context-search-agent.md" }, - { "name": "test-fix-agent", "description": "Test execution and fixing", "source": "../../../agents/test-fix-agent.md" }, - { "name": "ui-design-agent", "description": "UI design and prototyping", "source": "../../../agents/ui-design-agent.md" }, - { "name": "universal-executor", "description": "Universal task execution", "source": "../../../agents/universal-executor.md" } + { + "name": "action-planning-agent", + "description": "|", + "source": "../../../agents/action-planning-agent.md" + }, + { + "name": "cli-discuss-agent", + "description": "|", + "source": "../../../agents/cli-discuss-agent.md" + }, + { + "name": "cli-execution-agent", + "description": "|", + "source": "../../../agents/cli-execution-agent.md" + }, + { + "name": "cli-explore-agent", + "description": "|", + "source": "../../../agents/cli-explore-agent.md" + }, + { + "name": "cli-lite-planning-agent", + "description": "|", + "source": "../../../agents/cli-lite-planning-agent.md" + }, + { + "name": "cli-planning-agent", + "description": "|", + "source": "../../../agents/cli-planning-agent.md" + }, + { + "name": "code-developer", + "description": "|", + "source": "../../../agents/code-developer.md" + }, + { + "name": "conceptual-planning-agent", + "description": "|", + "source": "../../../agents/conceptual-planning-agent.md" + }, + { + "name": "context-search-agent", + "description": "|", + "source": "../../../agents/context-search-agent.md" + }, + { + "name": "debug-explore-agent", + "description": "|", + "source": "../../../agents/debug-explore-agent.md" + }, + { + "name": "doc-generator", + "description": "|", + "source": "../../../agents/doc-generator.md" + }, + { + "name": "issue-plan-agent", + "description": "|", + "source": "../../../agents/issue-plan-agent.md" + }, + { + "name": "issue-queue-agent", + "description": "|", + "source": "../../../agents/issue-queue-agent.md" + }, + { + "name": "memory-bridge", + "description": "Execute complex project documentation updates using script coordination", + "source": "../../../agents/memory-bridge.md" + }, + { + "name": "tdd-developer", + "description": "|", + "source": "../../../agents/tdd-developer.md" + }, + { + "name": "test-context-search-agent", + "description": "|", + "source": "../../../agents/test-context-search-agent.md" + }, + { + "name": "test-fix-agent", + "description": "|", + "source": "../../../agents/test-fix-agent.md" + }, + { + "name": "ui-design-agent", + "description": "|", + "source": "../../../agents/ui-design-agent.md" + }, + { + "name": "universal-executor", + "description": "|", + "source": "../../../agents/universal-executor.md" + } ], - - "categories": ["workflow", "issue", "memory", "task", "general", "cli"] -} + "categories": [ + "cli", + "general", + "issue", + "memory", + "workflow", + "ui-design", + "tools" + ] +} \ No newline at end of file