[ { "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: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 Claude Code version information and check for updates", "arguments": "", "category": "general", "subcategory": "core", "usage_scenario": "utilities", "difficulty": "Basic", "file_path": "version.md" }, { "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": "workflow/action-plan-verify.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": "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/resume.md" }, { "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": "workflow/session/start.md" }, { "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" }, { "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" } ]