claude-code-workflow 6.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude/agents/action-planning-agent.md +778 -0
- package/.claude/agents/cli-execution-agent.md +270 -0
- package/.claude/agents/cli-explore-agent.md +182 -0
- package/.claude/agents/cli-lite-planning-agent.md +396 -0
- package/.claude/agents/cli-planning-agent.md +558 -0
- package/.claude/agents/code-developer.md +310 -0
- package/.claude/agents/conceptual-planning-agent.md +308 -0
- package/.claude/agents/context-search-agent.md +582 -0
- package/.claude/agents/doc-generator.md +330 -0
- package/.claude/agents/memory-bridge.md +94 -0
- package/.claude/agents/test-context-search-agent.md +399 -0
- package/.claude/agents/test-fix-agent.md +343 -0
- package/.claude/agents/ui-design-agent.md +593 -0
- package/.claude/agents/universal-executor.md +131 -0
- package/.claude/commands/cli/cli-init.md +440 -0
- package/.claude/commands/enhance-prompt.md +93 -0
- package/.claude/commands/memory/code-map-memory.md +687 -0
- package/.claude/commands/memory/docs-full-cli.md +471 -0
- package/.claude/commands/memory/docs-related-cli.md +386 -0
- package/.claude/commands/memory/docs.md +615 -0
- package/.claude/commands/memory/load-skill-memory.md +182 -0
- package/.claude/commands/memory/load.md +240 -0
- package/.claude/commands/memory/skill-memory.md +525 -0
- package/.claude/commands/memory/style-skill-memory.md +396 -0
- package/.claude/commands/memory/tech-research.md +477 -0
- package/.claude/commands/memory/update-full.md +332 -0
- package/.claude/commands/memory/update-related.md +332 -0
- package/.claude/commands/memory/workflow-skill-memory.md +517 -0
- package/.claude/commands/task/breakdown.md +204 -0
- package/.claude/commands/task/create.md +152 -0
- package/.claude/commands/task/execute.md +270 -0
- package/.claude/commands/task/replan.md +437 -0
- package/.claude/commands/version.md +254 -0
- package/.claude/commands/workflow/action-plan-verify.md +447 -0
- package/.claude/commands/workflow/brainstorm/api-designer.md +585 -0
- package/.claude/commands/workflow/brainstorm/artifacts.md +452 -0
- package/.claude/commands/workflow/brainstorm/auto-parallel.md +443 -0
- package/.claude/commands/workflow/brainstorm/data-architect.md +220 -0
- package/.claude/commands/workflow/brainstorm/product-manager.md +200 -0
- package/.claude/commands/workflow/brainstorm/product-owner.md +200 -0
- package/.claude/commands/workflow/brainstorm/scrum-master.md +200 -0
- package/.claude/commands/workflow/brainstorm/subject-matter-expert.md +200 -0
- package/.claude/commands/workflow/brainstorm/synthesis.md +398 -0
- package/.claude/commands/workflow/brainstorm/system-architect.md +387 -0
- package/.claude/commands/workflow/brainstorm/ui-designer.md +221 -0
- package/.claude/commands/workflow/brainstorm/ux-expert.md +221 -0
- package/.claude/commands/workflow/execute.md +460 -0
- package/.claude/commands/workflow/init.md +164 -0
- package/.claude/commands/workflow/lite-execute.md +686 -0
- package/.claude/commands/workflow/lite-fix.md +621 -0
- package/.claude/commands/workflow/lite-plan.md +592 -0
- package/.claude/commands/workflow/plan.md +551 -0
- package/.claude/commands/workflow/replan.md +515 -0
- package/.claude/commands/workflow/review-fix.md +646 -0
- package/.claude/commands/workflow/review-module-cycle.md +795 -0
- package/.claude/commands/workflow/review-session-cycle.md +805 -0
- package/.claude/commands/workflow/review.md +291 -0
- package/.claude/commands/workflow/session/complete.md +500 -0
- package/.claude/commands/workflow/session/list.md +96 -0
- package/.claude/commands/workflow/session/resume.md +61 -0
- package/.claude/commands/workflow/session/start.md +200 -0
- package/.claude/commands/workflow/status.md +352 -0
- package/.claude/commands/workflow/tdd-plan.md +460 -0
- package/.claude/commands/workflow/tdd-verify.md +386 -0
- package/.claude/commands/workflow/test-cycle-execute.md +498 -0
- package/.claude/commands/workflow/test-fix-gen.md +699 -0
- package/.claude/commands/workflow/test-gen.md +529 -0
- package/.claude/commands/workflow/tools/conflict-resolution.md +680 -0
- package/.claude/commands/workflow/tools/context-gather.md +434 -0
- package/.claude/commands/workflow/tools/task-generate-agent.md +291 -0
- package/.claude/commands/workflow/tools/task-generate-tdd.md +518 -0
- package/.claude/commands/workflow/tools/tdd-coverage-analysis.md +309 -0
- package/.claude/commands/workflow/tools/test-concept-enhanced.md +163 -0
- package/.claude/commands/workflow/tools/test-context-gather.md +235 -0
- package/.claude/commands/workflow/tools/test-task-generate.md +256 -0
- package/.claude/commands/workflow/ui-design/animation-extract.md +1150 -0
- package/.claude/commands/workflow/ui-design/codify-style.md +652 -0
- package/.claude/commands/workflow/ui-design/design-sync.md +454 -0
- package/.claude/commands/workflow/ui-design/explore-auto.md +678 -0
- package/.claude/commands/workflow/ui-design/generate.md +504 -0
- package/.claude/commands/workflow/ui-design/imitate-auto.md +745 -0
- package/.claude/commands/workflow/ui-design/import-from-code.md +537 -0
- package/.claude/commands/workflow/ui-design/layout-extract.md +788 -0
- package/.claude/commands/workflow/ui-design/reference-page-generator.md +356 -0
- package/.claude/commands/workflow/ui-design/style-extract.md +773 -0
- package/.claude/scripts/classify-folders.sh +35 -0
- package/.claude/scripts/convert_tokens_to_css.sh +225 -0
- package/.claude/scripts/detect_changed_modules.sh +157 -0
- package/.claude/scripts/discover-design-files.sh +83 -0
- package/.claude/scripts/extract-animations.js +243 -0
- package/.claude/scripts/extract-computed-styles.js +118 -0
- package/.claude/scripts/extract-layout-structure.js +411 -0
- package/.claude/scripts/generate_module_docs.sh +713 -0
- package/.claude/scripts/get_modules_by_depth.sh +166 -0
- package/.claude/scripts/ui-generate-preview.sh +391 -0
- package/.claude/scripts/ui-instantiate-prototypes.sh +811 -0
- package/.claude/scripts/update_module_claude.sh +333 -0
- package/.claude/skills/command-guide/SKILL.md +388 -0
- package/.claude/skills/command-guide/UPDATE-GUIDELINE.md +592 -0
- package/.claude/skills/command-guide/guides/cli-tools-guide.md +410 -0
- package/.claude/skills/command-guide/guides/examples.md +537 -0
- package/.claude/skills/command-guide/guides/getting-started.md +242 -0
- package/.claude/skills/command-guide/guides/implementation-details.md +1010 -0
- package/.claude/skills/command-guide/guides/index-structure.md +326 -0
- package/.claude/skills/command-guide/guides/troubleshooting.md +92 -0
- package/.claude/skills/command-guide/guides/ui-design-workflow-guide.md +316 -0
- package/.claude/skills/command-guide/guides/workflow-patterns.md +662 -0
- package/.claude/skills/command-guide/index/all-commands.json +783 -0
- package/.claude/skills/command-guide/index/by-category.json +811 -0
- package/.claude/skills/command-guide/index/by-use-case.json +797 -0
- package/.claude/skills/command-guide/index/command-relationships.json +307 -0
- package/.claude/skills/command-guide/index/essential-commands.json +123 -0
- package/.claude/skills/command-guide/reference/agents/action-planning-agent.md +722 -0
- package/.claude/skills/command-guide/reference/agents/cli-execution-agent.md +270 -0
- package/.claude/skills/command-guide/reference/agents/cli-explore-agent.md +182 -0
- package/.claude/skills/command-guide/reference/agents/cli-lite-planning-agent.md +396 -0
- package/.claude/skills/command-guide/reference/agents/cli-planning-agent.md +558 -0
- package/.claude/skills/command-guide/reference/agents/code-developer.md +310 -0
- package/.claude/skills/command-guide/reference/agents/conceptual-planning-agent.md +328 -0
- package/.claude/skills/command-guide/reference/agents/context-search-agent.md +577 -0
- package/.claude/skills/command-guide/reference/agents/doc-generator.md +330 -0
- package/.claude/skills/command-guide/reference/agents/memory-bridge.md +94 -0
- package/.claude/skills/command-guide/reference/agents/test-context-search-agent.md +399 -0
- package/.claude/skills/command-guide/reference/agents/test-fix-agent.md +343 -0
- package/.claude/skills/command-guide/reference/agents/ui-design-agent.md +593 -0
- package/.claude/skills/command-guide/reference/agents/universal-executor.md +131 -0
- package/.claude/skills/command-guide/reference/commands/cli/cli-init.md +440 -0
- package/.claude/skills/command-guide/reference/commands/enhance-prompt.md +93 -0
- package/.claude/skills/command-guide/reference/commands/memory/code-map-memory.md +687 -0
- package/.claude/skills/command-guide/reference/commands/memory/docs-full-cli.md +471 -0
- package/.claude/skills/command-guide/reference/commands/memory/docs-related-cli.md +386 -0
- package/.claude/skills/command-guide/reference/commands/memory/docs.md +610 -0
- package/.claude/skills/command-guide/reference/commands/memory/load-skill-memory.md +182 -0
- package/.claude/skills/command-guide/reference/commands/memory/load.md +240 -0
- package/.claude/skills/command-guide/reference/commands/memory/skill-memory.md +525 -0
- package/.claude/skills/command-guide/reference/commands/memory/style-skill-memory.md +396 -0
- package/.claude/skills/command-guide/reference/commands/memory/tech-research.md +477 -0
- package/.claude/skills/command-guide/reference/commands/memory/update-full.md +332 -0
- package/.claude/skills/command-guide/reference/commands/memory/update-related.md +332 -0
- package/.claude/skills/command-guide/reference/commands/memory/workflow-skill-memory.md +517 -0
- package/.claude/skills/command-guide/reference/commands/task/breakdown.md +204 -0
- package/.claude/skills/command-guide/reference/commands/task/create.md +152 -0
- package/.claude/skills/command-guide/reference/commands/task/execute.md +270 -0
- package/.claude/skills/command-guide/reference/commands/task/replan.md +437 -0
- package/.claude/skills/command-guide/reference/commands/version.md +254 -0
- package/.claude/skills/command-guide/reference/commands/workflow/action-plan-verify.md +447 -0
- package/.claude/skills/command-guide/reference/commands/workflow/brainstorm/api-designer.md +585 -0
- package/.claude/skills/command-guide/reference/commands/workflow/brainstorm/artifacts.md +604 -0
- package/.claude/skills/command-guide/reference/commands/workflow/brainstorm/auto-parallel.md +466 -0
- package/.claude/skills/command-guide/reference/commands/workflow/brainstorm/data-architect.md +220 -0
- package/.claude/skills/command-guide/reference/commands/workflow/brainstorm/product-manager.md +200 -0
- package/.claude/skills/command-guide/reference/commands/workflow/brainstorm/product-owner.md +200 -0
- package/.claude/skills/command-guide/reference/commands/workflow/brainstorm/scrum-master.md +200 -0
- package/.claude/skills/command-guide/reference/commands/workflow/brainstorm/subject-matter-expert.md +200 -0
- package/.claude/skills/command-guide/reference/commands/workflow/brainstorm/synthesis.md +496 -0
- package/.claude/skills/command-guide/reference/commands/workflow/brainstorm/system-architect.md +387 -0
- package/.claude/skills/command-guide/reference/commands/workflow/brainstorm/ui-designer.md +221 -0
- package/.claude/skills/command-guide/reference/commands/workflow/brainstorm/ux-expert.md +221 -0
- package/.claude/skills/command-guide/reference/commands/workflow/execute.md +460 -0
- package/.claude/skills/command-guide/reference/commands/workflow/init.md +164 -0
- package/.claude/skills/command-guide/reference/commands/workflow/lite-execute.md +634 -0
- package/.claude/skills/command-guide/reference/commands/workflow/lite-fix.md +602 -0
- package/.claude/skills/command-guide/reference/commands/workflow/lite-plan.md +582 -0
- package/.claude/skills/command-guide/reference/commands/workflow/plan.md +551 -0
- package/.claude/skills/command-guide/reference/commands/workflow/replan.md +515 -0
- package/.claude/skills/command-guide/reference/commands/workflow/review-fix.md +646 -0
- package/.claude/skills/command-guide/reference/commands/workflow/review-module-cycle.md +795 -0
- package/.claude/skills/command-guide/reference/commands/workflow/review-session-cycle.md +805 -0
- package/.claude/skills/command-guide/reference/commands/workflow/review.md +291 -0
- package/.claude/skills/command-guide/reference/commands/workflow/session/complete.md +500 -0
- package/.claude/skills/command-guide/reference/commands/workflow/session/list.md +96 -0
- package/.claude/skills/command-guide/reference/commands/workflow/session/resume.md +61 -0
- package/.claude/skills/command-guide/reference/commands/workflow/session/start.md +180 -0
- package/.claude/skills/command-guide/reference/commands/workflow/status.md +352 -0
- package/.claude/skills/command-guide/reference/commands/workflow/tdd-plan.md +460 -0
- package/.claude/skills/command-guide/reference/commands/workflow/tdd-verify.md +386 -0
- package/.claude/skills/command-guide/reference/commands/workflow/test-cycle-execute.md +498 -0
- package/.claude/skills/command-guide/reference/commands/workflow/test-fix-gen.md +699 -0
- package/.claude/skills/command-guide/reference/commands/workflow/test-gen.md +529 -0
- package/.claude/skills/command-guide/reference/commands/workflow/tools/conflict-resolution.md +680 -0
- package/.claude/skills/command-guide/reference/commands/workflow/tools/context-gather.md +434 -0
- package/.claude/skills/command-guide/reference/commands/workflow/tools/task-generate-agent.md +151 -0
- package/.claude/skills/command-guide/reference/commands/workflow/tools/task-generate-tdd.md +518 -0
- package/.claude/skills/command-guide/reference/commands/workflow/tools/tdd-coverage-analysis.md +309 -0
- package/.claude/skills/command-guide/reference/commands/workflow/tools/test-concept-enhanced.md +163 -0
- package/.claude/skills/command-guide/reference/commands/workflow/tools/test-context-gather.md +235 -0
- package/.claude/skills/command-guide/reference/commands/workflow/tools/test-task-generate.md +256 -0
- package/.claude/skills/command-guide/reference/commands/workflow/ui-design/animation-extract.md +1150 -0
- package/.claude/skills/command-guide/reference/commands/workflow/ui-design/codify-style.md +652 -0
- package/.claude/skills/command-guide/reference/commands/workflow/ui-design/design-sync.md +454 -0
- package/.claude/skills/command-guide/reference/commands/workflow/ui-design/explore-auto.md +678 -0
- package/.claude/skills/command-guide/reference/commands/workflow/ui-design/generate.md +504 -0
- package/.claude/skills/command-guide/reference/commands/workflow/ui-design/imitate-auto.md +745 -0
- package/.claude/skills/command-guide/reference/commands/workflow/ui-design/import-from-code.md +537 -0
- package/.claude/skills/command-guide/reference/commands/workflow/ui-design/layout-extract.md +788 -0
- package/.claude/skills/command-guide/reference/commands/workflow/ui-design/reference-page-generator.md +356 -0
- package/.claude/skills/command-guide/reference/commands/workflow/ui-design/style-extract.md +773 -0
- package/.claude/skills/command-guide/scripts/analyze_commands.py +502 -0
- package/.claude/skills/command-guide/scripts/update-index.sh +130 -0
- package/.claude/skills/command-guide/templates/issue-bug.md +104 -0
- package/.claude/skills/command-guide/templates/issue-diagnosis.md +275 -0
- package/.claude/skills/command-guide/templates/issue-feature.md +97 -0
- package/.claude/skills/command-guide/templates/issue-question.md +141 -0
- package/.claude/skills/prompt-enhancer/SKILL.md +124 -0
- package/.claude/workflows/_template-compare-matrix.html +692 -0
- package/.claude/workflows/cli-templates/fix-plan-template.json +75 -0
- package/.claude/workflows/cli-templates/fix-progress-template.json +48 -0
- package/.claude/workflows/cli-templates/memory/style-skill-memory/skill-md-template.md +299 -0
- package/.claude/workflows/cli-templates/planning-roles/data-architect.md +120 -0
- package/.claude/workflows/cli-templates/planning-roles/product-manager.md +119 -0
- package/.claude/workflows/cli-templates/planning-roles/product-owner.md +261 -0
- package/.claude/workflows/cli-templates/planning-roles/scrum-master.md +186 -0
- package/.claude/workflows/cli-templates/planning-roles/subject-matter-expert.md +281 -0
- package/.claude/workflows/cli-templates/planning-roles/synthesis-role.md +414 -0
- package/.claude/workflows/cli-templates/planning-roles/system-architect.md +106 -0
- package/.claude/workflows/cli-templates/planning-roles/test-strategist.md +124 -0
- package/.claude/workflows/cli-templates/planning-roles/ui-designer.md +379 -0
- package/.claude/workflows/cli-templates/planning-roles/ux-expert.md +240 -0
- package/.claude/workflows/cli-templates/prompts/analysis/01-diagnose-bug-root-cause.txt +127 -0
- package/.claude/workflows/cli-templates/prompts/analysis/01-trace-code-execution.txt +115 -0
- package/.claude/workflows/cli-templates/prompts/analysis/02-analyze-code-patterns.txt +37 -0
- package/.claude/workflows/cli-templates/prompts/analysis/02-analyze-technical-document.txt +33 -0
- package/.claude/workflows/cli-templates/prompts/analysis/02-review-architecture.txt +29 -0
- package/.claude/workflows/cli-templates/prompts/analysis/02-review-code-quality.txt +28 -0
- package/.claude/workflows/cli-templates/prompts/analysis/03-analyze-performance.txt +29 -0
- package/.claude/workflows/cli-templates/prompts/analysis/03-assess-security-risks.txt +29 -0
- package/.claude/workflows/cli-templates/prompts/analysis/03-review-quality-standards.txt +29 -0
- package/.claude/workflows/cli-templates/prompts/development/02-generate-tests.txt +70 -0
- package/.claude/workflows/cli-templates/prompts/development/02-implement-component-ui.txt +55 -0
- package/.claude/workflows/cli-templates/prompts/development/02-implement-feature.txt +58 -0
- package/.claude/workflows/cli-templates/prompts/development/02-refactor-codebase.txt +55 -0
- package/.claude/workflows/cli-templates/prompts/development/03-debug-runtime-issues.txt +55 -0
- package/.claude/workflows/cli-templates/prompts/documentation/api.txt +15 -0
- package/.claude/workflows/cli-templates/prompts/documentation/folder-navigation.txt +27 -0
- package/.claude/workflows/cli-templates/prompts/documentation/module-readme.txt +49 -0
- package/.claude/workflows/cli-templates/prompts/documentation/project-architecture.txt +41 -0
- package/.claude/workflows/cli-templates/prompts/documentation/project-examples.txt +35 -0
- package/.claude/workflows/cli-templates/prompts/documentation/project-readme.txt +35 -0
- package/.claude/workflows/cli-templates/prompts/memory/02-document-module-structure.txt +165 -0
- package/.claude/workflows/cli-templates/prompts/planning/01-plan-architecture-design.txt +109 -0
- package/.claude/workflows/cli-templates/prompts/planning/02-breakdown-task-steps.txt +30 -0
- package/.claude/workflows/cli-templates/prompts/planning/02-design-component-spec.txt +28 -0
- package/.claude/workflows/cli-templates/prompts/planning/03-evaluate-concept-feasibility.txt +127 -0
- package/.claude/workflows/cli-templates/prompts/planning/03-plan-migration-strategy.txt +30 -0
- package/.claude/workflows/cli-templates/prompts/tech/tech-module-format.txt +359 -0
- package/.claude/workflows/cli-templates/prompts/tech/tech-skill-index.txt +185 -0
- package/.claude/workflows/cli-templates/prompts/test/test-concept-analysis.txt +179 -0
- package/.claude/workflows/cli-templates/prompts/universal/00-universal-creative-style.txt +95 -0
- package/.claude/workflows/cli-templates/prompts/universal/00-universal-rigorous-style.txt +92 -0
- package/.claude/workflows/cli-templates/prompts/verification/codex-technical.txt +28 -0
- package/.claude/workflows/cli-templates/prompts/verification/cross-validation.txt +28 -0
- package/.claude/workflows/cli-templates/prompts/verification/gemini-strategic.txt +27 -0
- package/.claude/workflows/cli-templates/prompts/workflow/analysis-results-structure.txt +224 -0
- package/.claude/workflows/cli-templates/prompts/workflow/codex-feasibility-validation.txt +176 -0
- package/.claude/workflows/cli-templates/prompts/workflow/gemini-solution-design.txt +131 -0
- package/.claude/workflows/cli-templates/prompts/workflow/impl-plan-template.txt +286 -0
- package/.claude/workflows/cli-templates/prompts/workflow/skill-aggregation.txt +172 -0
- package/.claude/workflows/cli-templates/prompts/workflow/skill-conflict-patterns.txt +98 -0
- package/.claude/workflows/cli-templates/prompts/workflow/skill-index.txt +224 -0
- package/.claude/workflows/cli-templates/prompts/workflow/skill-lessons-learned.txt +98 -0
- package/.claude/workflows/cli-templates/prompts/workflow/skill-sessions-timeline.txt +53 -0
- package/.claude/workflows/cli-templates/prompts/workflow/task-json-agent-mode.txt +123 -0
- package/.claude/workflows/cli-templates/prompts/workflow/task-json-cli-mode.txt +182 -0
- package/.claude/workflows/cli-templates/schemas/diagnosis-json-schema.json +234 -0
- package/.claude/workflows/cli-templates/schemas/explore-json-schema.json +124 -0
- package/.claude/workflows/cli-templates/schemas/fix-plan-json-schema.json +273 -0
- package/.claude/workflows/cli-templates/schemas/plan-json-schema.json +219 -0
- package/.claude/workflows/cli-templates/schemas/project-json-schema.json +221 -0
- package/.claude/workflows/cli-templates/schemas/review-deep-dive-results-schema.json +82 -0
- package/.claude/workflows/cli-templates/schemas/review-dimension-results-schema.json +51 -0
- package/.claude/workflows/cli-templates/tech-stacks/go-dev.md +91 -0
- package/.claude/workflows/cli-templates/tech-stacks/java-dev.md +107 -0
- package/.claude/workflows/cli-templates/tech-stacks/javascript-dev.md +58 -0
- package/.claude/workflows/cli-templates/tech-stacks/python-dev.md +79 -0
- package/.claude/workflows/cli-templates/tech-stacks/react-dev.md +103 -0
- package/.claude/workflows/cli-templates/tech-stacks/typescript-dev.md +83 -0
- package/.claude/workflows/cli-templates/ui-design/systems/animation-tokens.json +247 -0
- package/.claude/workflows/cli-templates/ui-design/systems/design-tokens.json +342 -0
- package/.claude/workflows/cli-templates/ui-design/systems/layout-templates.json +145 -0
- package/.claude/workflows/context-search-strategy.md +77 -0
- package/.claude/workflows/intelligent-tools-strategy.md +662 -0
- package/.claude/workflows/review-directory-specification.md +336 -0
- package/.claude/workflows/task-core.md +214 -0
- package/.claude/workflows/tool-strategy.md +71 -0
- package/.claude/workflows/workflow-architecture.md +942 -0
- package/.codex/AGENTS.md +330 -0
- package/.gemini/GEMINI.md +164 -0
- package/.qwen/QWEN.md +164 -0
- package/CLAUDE.md +91 -0
- package/LICENSE +21 -0
- package/README.md +219 -0
- package/ccw/README.md +121 -0
- package/ccw/bin/ccw.js +10 -0
- package/ccw/src/cli.js +100 -0
- package/ccw/src/commands/install.js +324 -0
- package/ccw/src/commands/list.js +37 -0
- package/ccw/src/commands/serve.js +67 -0
- package/ccw/src/commands/uninstall.js +238 -0
- package/ccw/src/commands/upgrade.js +307 -0
- package/ccw/src/commands/view.js +14 -0
- package/ccw/src/core/dashboard-generator-patch.js +29 -0
- package/ccw/src/core/dashboard-generator.js +667 -0
- package/ccw/src/core/data-aggregator.js +409 -0
- package/ccw/src/core/lite-scanner.js +290 -0
- package/ccw/src/core/manifest.js +201 -0
- package/ccw/src/core/server.js +1327 -0
- package/ccw/src/core/server.js.bak +385 -0
- package/ccw/src/core/server_original.bak +385 -0
- package/ccw/src/core/session-scanner.js +235 -0
- package/ccw/src/index.js +9 -0
- package/ccw/src/templates/dashboard-js/api.js +200 -0
- package/ccw/src/templates/dashboard-js/components/_conflict_tab.js +112 -0
- package/ccw/src/templates/dashboard-js/components/_exp_helpers.js +54 -0
- package/ccw/src/templates/dashboard-js/components/_review_tab.js +640 -0
- package/ccw/src/templates/dashboard-js/components/carousel.js +398 -0
- package/ccw/src/templates/dashboard-js/components/flowchart.js +493 -0
- package/ccw/src/templates/dashboard-js/components/hook-manager.js +273 -0
- package/ccw/src/templates/dashboard-js/components/mcp-manager.js +506 -0
- package/ccw/src/templates/dashboard-js/components/modals.js +260 -0
- package/ccw/src/templates/dashboard-js/components/navigation.js +239 -0
- package/ccw/src/templates/dashboard-js/components/notifications.js +194 -0
- package/ccw/src/templates/dashboard-js/components/sidebar.js +31 -0
- package/ccw/src/templates/dashboard-js/components/tabs-context.js +1093 -0
- package/ccw/src/templates/dashboard-js/components/tabs-other.js +273 -0
- package/ccw/src/templates/dashboard-js/components/task-drawer-core.js +477 -0
- package/ccw/src/templates/dashboard-js/components/task-drawer-renderers.js +447 -0
- package/ccw/src/templates/dashboard-js/components/theme.js +21 -0
- package/ccw/src/templates/dashboard-js/main.js +57 -0
- package/ccw/src/templates/dashboard-js/state.js +37 -0
- package/ccw/src/templates/dashboard-js/utils.js +153 -0
- package/ccw/src/templates/dashboard-js/views/fix-session.js +180 -0
- package/ccw/src/templates/dashboard-js/views/home.js +193 -0
- package/ccw/src/templates/dashboard-js/views/hook-manager.js +387 -0
- package/ccw/src/templates/dashboard-js/views/lite-tasks.js +390 -0
- package/ccw/src/templates/dashboard-js/views/mcp-manager.js +271 -0
- package/ccw/src/templates/dashboard-js/views/project-overview.js +246 -0
- package/ccw/src/templates/dashboard-js/views/review-session.js +711 -0
- package/ccw/src/templates/dashboard-js/views/session-detail.js +770 -0
- package/ccw/src/templates/dashboard.css +7660 -0
- package/ccw/src/templates/dashboard.html +630 -0
- package/ccw/src/templates/dashboard_tailwind.html +42 -0
- package/ccw/src/templates/dashboard_test.html +37 -0
- package/ccw/src/templates/review-cycle-dashboard.html +1930 -0
- package/ccw/src/templates/tailwind-base.css +212 -0
- package/ccw/src/templates/workflow-dashboard.html +401 -0
- package/ccw/src/utils/browser-launcher.js +49 -0
- package/ccw/src/utils/file-utils.js +48 -0
- package/ccw/src/utils/path-resolver.js +279 -0
- package/ccw/src/utils/ui.js +148 -0
- package/package.json +66 -0
|
@@ -0,0 +1,797 @@
|
|
|
1
|
+
{
|
|
2
|
+
"general": [
|
|
3
|
+
{
|
|
4
|
+
"name": "cli-init",
|
|
5
|
+
"command": "/cli:cli-init",
|
|
6
|
+
"description": "Generate .gemini/ and .qwen/ config directories with settings.json and ignore files based on workspace technology detection",
|
|
7
|
+
"arguments": "[--tool gemini|qwen|all] [--output path] [--preview]",
|
|
8
|
+
"category": "cli",
|
|
9
|
+
"subcategory": null,
|
|
10
|
+
"usage_scenario": "general",
|
|
11
|
+
"difficulty": "Intermediate",
|
|
12
|
+
"file_path": "cli/cli-init.md"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"name": "enhance-prompt",
|
|
16
|
+
"command": "/enhance-prompt",
|
|
17
|
+
"description": "Enhanced prompt transformation using session memory and intent analysis with --enhance flag detection",
|
|
18
|
+
"arguments": "user input to enhance",
|
|
19
|
+
"category": "general",
|
|
20
|
+
"subcategory": null,
|
|
21
|
+
"usage_scenario": "general",
|
|
22
|
+
"difficulty": "Intermediate",
|
|
23
|
+
"file_path": "enhance-prompt.md"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"name": "load",
|
|
27
|
+
"command": "/memory:load",
|
|
28
|
+
"description": "Delegate to universal-executor agent to analyze project via Gemini/Qwen CLI and return JSON core content package for task context",
|
|
29
|
+
"arguments": "[--tool gemini|qwen] \\\"task context description\\",
|
|
30
|
+
"category": "memory",
|
|
31
|
+
"subcategory": null,
|
|
32
|
+
"usage_scenario": "general",
|
|
33
|
+
"difficulty": "Intermediate",
|
|
34
|
+
"file_path": "memory/load.md"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"name": "tech-research",
|
|
38
|
+
"command": "/memory:tech-research",
|
|
39
|
+
"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)",
|
|
40
|
+
"arguments": "[session-id | tech-stack-name] [--regenerate] [--tool <gemini|qwen>]",
|
|
41
|
+
"category": "memory",
|
|
42
|
+
"subcategory": null,
|
|
43
|
+
"usage_scenario": "general",
|
|
44
|
+
"difficulty": "Intermediate",
|
|
45
|
+
"file_path": "memory/tech-research.md"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"name": "update-full",
|
|
49
|
+
"command": "/memory:update-full",
|
|
50
|
+
"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",
|
|
51
|
+
"arguments": "[--tool gemini|qwen|codex] [--path <directory>]",
|
|
52
|
+
"category": "memory",
|
|
53
|
+
"subcategory": null,
|
|
54
|
+
"usage_scenario": "general",
|
|
55
|
+
"difficulty": "Intermediate",
|
|
56
|
+
"file_path": "memory/update-full.md"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"name": "update-related",
|
|
60
|
+
"command": "/memory:update-related",
|
|
61
|
+
"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",
|
|
62
|
+
"arguments": "[--tool gemini|qwen|codex]",
|
|
63
|
+
"category": "memory",
|
|
64
|
+
"subcategory": null,
|
|
65
|
+
"usage_scenario": "general",
|
|
66
|
+
"difficulty": "Intermediate",
|
|
67
|
+
"file_path": "memory/update-related.md"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"name": "version",
|
|
71
|
+
"command": "/version",
|
|
72
|
+
"description": "Display Claude Code version information and check for updates",
|
|
73
|
+
"arguments": "",
|
|
74
|
+
"category": "general",
|
|
75
|
+
"subcategory": null,
|
|
76
|
+
"usage_scenario": "general",
|
|
77
|
+
"difficulty": "Beginner",
|
|
78
|
+
"file_path": "version.md"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"name": "artifacts",
|
|
82
|
+
"command": "/workflow:brainstorm:artifacts",
|
|
83
|
+
"description": "Interactive clarification generating confirmed guidance specification through role-based analysis and synthesis",
|
|
84
|
+
"arguments": "topic or challenge description [--count N]",
|
|
85
|
+
"category": "workflow",
|
|
86
|
+
"subcategory": "brainstorm",
|
|
87
|
+
"usage_scenario": "general",
|
|
88
|
+
"difficulty": "Intermediate",
|
|
89
|
+
"file_path": "workflow/brainstorm/artifacts.md"
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"name": "auto-parallel",
|
|
93
|
+
"command": "/workflow:brainstorm:auto-parallel",
|
|
94
|
+
"description": "Parallel brainstorming automation with dynamic role selection and concurrent execution across multiple perspectives",
|
|
95
|
+
"arguments": "topic or challenge description\" [--count N]",
|
|
96
|
+
"category": "workflow",
|
|
97
|
+
"subcategory": "brainstorm",
|
|
98
|
+
"usage_scenario": "general",
|
|
99
|
+
"difficulty": "Advanced",
|
|
100
|
+
"file_path": "workflow/brainstorm/auto-parallel.md"
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"name": "data-architect",
|
|
104
|
+
"command": "/workflow:brainstorm:data-architect",
|
|
105
|
+
"description": "Generate or update data-architect/analysis.md addressing guidance-specification discussion points for data architecture perspective",
|
|
106
|
+
"arguments": "optional topic - uses existing framework if available",
|
|
107
|
+
"category": "workflow",
|
|
108
|
+
"subcategory": "brainstorm",
|
|
109
|
+
"usage_scenario": "general",
|
|
110
|
+
"difficulty": "Intermediate",
|
|
111
|
+
"file_path": "workflow/brainstorm/data-architect.md"
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"name": "product-manager",
|
|
115
|
+
"command": "/workflow:brainstorm:product-manager",
|
|
116
|
+
"description": "Generate or update product-manager/analysis.md addressing guidance-specification discussion points for product management perspective",
|
|
117
|
+
"arguments": "optional topic - uses existing framework if available",
|
|
118
|
+
"category": "workflow",
|
|
119
|
+
"subcategory": "brainstorm",
|
|
120
|
+
"usage_scenario": "general",
|
|
121
|
+
"difficulty": "Intermediate",
|
|
122
|
+
"file_path": "workflow/brainstorm/product-manager.md"
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"name": "product-owner",
|
|
126
|
+
"command": "/workflow:brainstorm:product-owner",
|
|
127
|
+
"description": "Generate or update product-owner/analysis.md addressing guidance-specification discussion points for product ownership perspective",
|
|
128
|
+
"arguments": "optional topic - uses existing framework if available",
|
|
129
|
+
"category": "workflow",
|
|
130
|
+
"subcategory": "brainstorm",
|
|
131
|
+
"usage_scenario": "general",
|
|
132
|
+
"difficulty": "Intermediate",
|
|
133
|
+
"file_path": "workflow/brainstorm/product-owner.md"
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"name": "scrum-master",
|
|
137
|
+
"command": "/workflow:brainstorm:scrum-master",
|
|
138
|
+
"description": "Generate or update scrum-master/analysis.md addressing guidance-specification discussion points for Agile process perspective",
|
|
139
|
+
"arguments": "optional topic - uses existing framework if available",
|
|
140
|
+
"category": "workflow",
|
|
141
|
+
"subcategory": "brainstorm",
|
|
142
|
+
"usage_scenario": "general",
|
|
143
|
+
"difficulty": "Intermediate",
|
|
144
|
+
"file_path": "workflow/brainstorm/scrum-master.md"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"name": "subject-matter-expert",
|
|
148
|
+
"command": "/workflow:brainstorm:subject-matter-expert",
|
|
149
|
+
"description": "Generate or update subject-matter-expert/analysis.md addressing guidance-specification discussion points for domain expertise perspective",
|
|
150
|
+
"arguments": "optional topic - uses existing framework if available",
|
|
151
|
+
"category": "workflow",
|
|
152
|
+
"subcategory": "brainstorm",
|
|
153
|
+
"usage_scenario": "general",
|
|
154
|
+
"difficulty": "Intermediate",
|
|
155
|
+
"file_path": "workflow/brainstorm/subject-matter-expert.md"
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"name": "synthesis",
|
|
159
|
+
"command": "/workflow:brainstorm:synthesis",
|
|
160
|
+
"description": "Clarify and refine role analyses through intelligent Q&A and targeted updates with synthesis agent",
|
|
161
|
+
"arguments": "[optional: --session session-id]",
|
|
162
|
+
"category": "workflow",
|
|
163
|
+
"subcategory": "brainstorm",
|
|
164
|
+
"usage_scenario": "general",
|
|
165
|
+
"difficulty": "Advanced",
|
|
166
|
+
"file_path": "workflow/brainstorm/synthesis.md"
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"name": "system-architect",
|
|
170
|
+
"command": "/workflow:brainstorm:system-architect",
|
|
171
|
+
"description": "Generate or update system-architect/analysis.md addressing guidance-specification discussion points for system architecture perspective",
|
|
172
|
+
"arguments": "optional topic - uses existing framework if available",
|
|
173
|
+
"category": "workflow",
|
|
174
|
+
"subcategory": "brainstorm",
|
|
175
|
+
"usage_scenario": "general",
|
|
176
|
+
"difficulty": "Intermediate",
|
|
177
|
+
"file_path": "workflow/brainstorm/system-architect.md"
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"name": "ux-expert",
|
|
181
|
+
"command": "/workflow:brainstorm:ux-expert",
|
|
182
|
+
"description": "Generate or update ux-expert/analysis.md addressing guidance-specification discussion points for UX perspective",
|
|
183
|
+
"arguments": "optional topic - uses existing framework if available",
|
|
184
|
+
"category": "workflow",
|
|
185
|
+
"subcategory": "brainstorm",
|
|
186
|
+
"usage_scenario": "general",
|
|
187
|
+
"difficulty": "Intermediate",
|
|
188
|
+
"file_path": "workflow/brainstorm/ux-expert.md"
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"name": "init",
|
|
192
|
+
"command": "/workflow:init",
|
|
193
|
+
"description": "Initialize project-level state with intelligent project analysis using cli-explore-agent",
|
|
194
|
+
"arguments": "[--regenerate]",
|
|
195
|
+
"category": "workflow",
|
|
196
|
+
"subcategory": null,
|
|
197
|
+
"usage_scenario": "general",
|
|
198
|
+
"difficulty": "Intermediate",
|
|
199
|
+
"file_path": "workflow/init.md"
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"name": "lite-fix",
|
|
203
|
+
"command": "/workflow:lite-fix",
|
|
204
|
+
"description": "Lightweight bug diagnosis and fix workflow with intelligent severity assessment and optional hotfix mode for production incidents",
|
|
205
|
+
"arguments": "[--hotfix] \\\"bug description or issue reference\\",
|
|
206
|
+
"category": "workflow",
|
|
207
|
+
"subcategory": null,
|
|
208
|
+
"usage_scenario": "general",
|
|
209
|
+
"difficulty": "Intermediate",
|
|
210
|
+
"file_path": "workflow/lite-fix.md"
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"name": "list",
|
|
214
|
+
"command": "/workflow:session:list",
|
|
215
|
+
"description": "List all workflow sessions with status filtering, shows session metadata and progress information",
|
|
216
|
+
"arguments": "",
|
|
217
|
+
"category": "workflow",
|
|
218
|
+
"subcategory": "session",
|
|
219
|
+
"usage_scenario": "general",
|
|
220
|
+
"difficulty": "Beginner",
|
|
221
|
+
"file_path": "workflow/session/list.md"
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"name": "start",
|
|
225
|
+
"command": "/workflow:session:start",
|
|
226
|
+
"description": "Discover existing sessions or start new workflow session with intelligent session management and conflict detection",
|
|
227
|
+
"arguments": "[--auto|--new] [optional: task description for new session]",
|
|
228
|
+
"category": "workflow",
|
|
229
|
+
"subcategory": "session",
|
|
230
|
+
"usage_scenario": "general",
|
|
231
|
+
"difficulty": "Intermediate",
|
|
232
|
+
"file_path": "workflow/session/start.md"
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"name": "conflict-resolution",
|
|
236
|
+
"command": "/workflow:tools:conflict-resolution",
|
|
237
|
+
"description": "Detect and resolve conflicts between plan and existing codebase using CLI-powered analysis with Gemini/Qwen",
|
|
238
|
+
"arguments": "--session WFS-session-id --context path/to/context-package.json",
|
|
239
|
+
"category": "workflow",
|
|
240
|
+
"subcategory": "tools",
|
|
241
|
+
"usage_scenario": "general",
|
|
242
|
+
"difficulty": "Advanced",
|
|
243
|
+
"file_path": "workflow/tools/conflict-resolution.md"
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"name": "gather",
|
|
247
|
+
"command": "/workflow:tools:gather",
|
|
248
|
+
"description": "Intelligently collect project context using context-search-agent based on task description, packages into standardized JSON",
|
|
249
|
+
"arguments": "--session WFS-session-id \\\"task description\\",
|
|
250
|
+
"category": "workflow",
|
|
251
|
+
"subcategory": "tools",
|
|
252
|
+
"usage_scenario": "general",
|
|
253
|
+
"difficulty": "Intermediate",
|
|
254
|
+
"file_path": "workflow/tools/context-gather.md"
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"name": "animation-extract",
|
|
258
|
+
"command": "/workflow:ui-design:animation-extract",
|
|
259
|
+
"description": "Extract animation and transition patterns from prompt inference and image references for design system documentation",
|
|
260
|
+
"arguments": "[--design-id <id>] [--session <id>] [--images \"<glob>\"] [--focus \"<types>\"] [--interactive] [--refine]",
|
|
261
|
+
"category": "workflow",
|
|
262
|
+
"subcategory": "ui-design",
|
|
263
|
+
"usage_scenario": "general",
|
|
264
|
+
"difficulty": "Intermediate",
|
|
265
|
+
"file_path": "workflow/ui-design/animation-extract.md"
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
"name": "explore-auto",
|
|
269
|
+
"command": "/workflow:ui-design:explore-auto",
|
|
270
|
+
"description": "Interactive exploratory UI design workflow with style-centric batch generation, creates design variants from prompts/images with parallel execution and user selection",
|
|
271
|
+
"arguments": "[--input \"<value>\"] [--targets \"<list>\"] [--target-type \"page|component\"] [--session <id>] [--style-variants <count>] [--layout-variants <count>]",
|
|
272
|
+
"category": "workflow",
|
|
273
|
+
"subcategory": "ui-design",
|
|
274
|
+
"usage_scenario": "general",
|
|
275
|
+
"difficulty": "Intermediate",
|
|
276
|
+
"file_path": "workflow/ui-design/explore-auto.md"
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
"name": "imitate-auto",
|
|
280
|
+
"command": "/workflow:ui-design:imitate-auto",
|
|
281
|
+
"description": "UI design workflow with direct code/image input for design token extraction and prototype generation",
|
|
282
|
+
"arguments": "[--input \"<value>\"] [--session <id>]",
|
|
283
|
+
"category": "workflow",
|
|
284
|
+
"subcategory": "ui-design",
|
|
285
|
+
"usage_scenario": "general",
|
|
286
|
+
"difficulty": "Intermediate",
|
|
287
|
+
"file_path": "workflow/ui-design/imitate-auto.md"
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"name": "layout-extract",
|
|
291
|
+
"command": "/workflow:ui-design:layout-extract",
|
|
292
|
+
"description": "Extract structural layout information from reference images or text prompts using Claude analysis with variant generation or refinement mode",
|
|
293
|
+
"arguments": "[--design-id <id>] [--session <id>] [--images \"<glob>\"] [--prompt \"<desc>\"] [--targets \"<list>\"] [--variants <count>] [--device-type <desktop|mobile|tablet|responsive>] [--interactive] [--refine]",
|
|
294
|
+
"category": "workflow",
|
|
295
|
+
"subcategory": "ui-design",
|
|
296
|
+
"usage_scenario": "general",
|
|
297
|
+
"difficulty": "Intermediate",
|
|
298
|
+
"file_path": "workflow/ui-design/layout-extract.md"
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"name": "style-extract",
|
|
302
|
+
"command": "/workflow:ui-design:style-extract",
|
|
303
|
+
"description": "Extract design style from reference images or text prompts using Claude analysis with variant generation or refinement mode",
|
|
304
|
+
"arguments": "[--design-id <id>] [--session <id>] [--images \"<glob>\"] [--prompt \"<desc>\"] [--variants <count>] [--interactive] [--refine]",
|
|
305
|
+
"category": "workflow",
|
|
306
|
+
"subcategory": "ui-design",
|
|
307
|
+
"usage_scenario": "general",
|
|
308
|
+
"difficulty": "Intermediate",
|
|
309
|
+
"file_path": "workflow/ui-design/style-extract.md"
|
|
310
|
+
}
|
|
311
|
+
],
|
|
312
|
+
"documentation": [
|
|
313
|
+
{
|
|
314
|
+
"name": "code-map-memory",
|
|
315
|
+
"command": "/memory:code-map-memory",
|
|
316
|
+
"description": "3-phase orchestrator: parse feature keyword → cli-explore-agent analyzes (Deep Scan dual-source) → orchestrator generates Mermaid docs + SKILL package (skips phase 2 if exists)",
|
|
317
|
+
"arguments": "\\\"feature-keyword\\\" [--regenerate] [--tool <gemini|qwen>]",
|
|
318
|
+
"category": "memory",
|
|
319
|
+
"subcategory": null,
|
|
320
|
+
"usage_scenario": "documentation",
|
|
321
|
+
"difficulty": "Intermediate",
|
|
322
|
+
"file_path": "memory/code-map-memory.md"
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"name": "docs-full-cli",
|
|
326
|
+
"command": "/memory:docs-full-cli",
|
|
327
|
+
"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",
|
|
328
|
+
"arguments": "[path] [--tool <gemini|qwen|codex>]",
|
|
329
|
+
"category": "memory",
|
|
330
|
+
"subcategory": null,
|
|
331
|
+
"usage_scenario": "documentation",
|
|
332
|
+
"difficulty": "Intermediate",
|
|
333
|
+
"file_path": "memory/docs-full-cli.md"
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
"name": "docs-related-cli",
|
|
337
|
+
"command": "/memory:docs-related-cli",
|
|
338
|
+
"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",
|
|
339
|
+
"arguments": "[--tool <gemini|qwen|codex>]",
|
|
340
|
+
"category": "memory",
|
|
341
|
+
"subcategory": null,
|
|
342
|
+
"usage_scenario": "documentation",
|
|
343
|
+
"difficulty": "Intermediate",
|
|
344
|
+
"file_path": "memory/docs-related-cli.md"
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
"name": "docs",
|
|
348
|
+
"command": "/memory:docs",
|
|
349
|
+
"description": "Plan documentation workflow with dynamic grouping (≤10 docs/task), generates IMPL tasks for parallel module trees, README, ARCHITECTURE, and HTTP API docs",
|
|
350
|
+
"arguments": "[path] [--tool <gemini|qwen|codex>] [--mode <full|partial>] [--cli-execute]",
|
|
351
|
+
"category": "memory",
|
|
352
|
+
"subcategory": null,
|
|
353
|
+
"usage_scenario": "documentation",
|
|
354
|
+
"difficulty": "Intermediate",
|
|
355
|
+
"file_path": "memory/docs.md"
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
"name": "load-skill-memory",
|
|
359
|
+
"command": "/memory:load-skill-memory",
|
|
360
|
+
"description": "Activate SKILL package (auto-detect from paths/keywords or manual) and intelligently load documentation based on task intent keywords",
|
|
361
|
+
"arguments": "[skill_name] \\\"task intent description\\",
|
|
362
|
+
"category": "memory",
|
|
363
|
+
"subcategory": null,
|
|
364
|
+
"usage_scenario": "documentation",
|
|
365
|
+
"difficulty": "Intermediate",
|
|
366
|
+
"file_path": "memory/load-skill-memory.md"
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
"name": "skill-memory",
|
|
370
|
+
"command": "/memory:skill-memory",
|
|
371
|
+
"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)",
|
|
372
|
+
"arguments": "[path] [--tool <gemini|qwen|codex>] [--regenerate] [--mode <full|partial>] [--cli-execute]",
|
|
373
|
+
"category": "memory",
|
|
374
|
+
"subcategory": null,
|
|
375
|
+
"usage_scenario": "documentation",
|
|
376
|
+
"difficulty": "Intermediate",
|
|
377
|
+
"file_path": "memory/skill-memory.md"
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
"name": "style-skill-memory",
|
|
381
|
+
"command": "/memory:style-skill-memory",
|
|
382
|
+
"description": "Generate SKILL memory package from style reference for easy loading and consistent design system usage",
|
|
383
|
+
"arguments": "[package-name] [--regenerate]",
|
|
384
|
+
"category": "memory",
|
|
385
|
+
"subcategory": null,
|
|
386
|
+
"usage_scenario": "documentation",
|
|
387
|
+
"difficulty": "Intermediate",
|
|
388
|
+
"file_path": "memory/style-skill-memory.md"
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
"name": "workflow-skill-memory",
|
|
392
|
+
"command": "/memory:workflow-skill-memory",
|
|
393
|
+
"description": "Process WFS-* archived sessions using universal-executor agents with Gemini analysis to generate workflow-progress SKILL package (sessions-timeline, lessons, conflicts)",
|
|
394
|
+
"arguments": "session <session-id> | all",
|
|
395
|
+
"category": "memory",
|
|
396
|
+
"subcategory": null,
|
|
397
|
+
"usage_scenario": "documentation",
|
|
398
|
+
"difficulty": "Intermediate",
|
|
399
|
+
"file_path": "memory/workflow-skill-memory.md"
|
|
400
|
+
}
|
|
401
|
+
],
|
|
402
|
+
"planning": [
|
|
403
|
+
{
|
|
404
|
+
"name": "breakdown",
|
|
405
|
+
"command": "/task:breakdown",
|
|
406
|
+
"description": "Decompose complex task into subtasks with dependency mapping, creates child task JSONs with parent references and execution order",
|
|
407
|
+
"arguments": "task-id",
|
|
408
|
+
"category": "task",
|
|
409
|
+
"subcategory": null,
|
|
410
|
+
"usage_scenario": "planning",
|
|
411
|
+
"difficulty": "Intermediate",
|
|
412
|
+
"file_path": "task/breakdown.md"
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
"name": "replan",
|
|
416
|
+
"command": "/task:replan",
|
|
417
|
+
"description": "Update task JSON with new requirements or batch-update multiple tasks from verification report, tracks changes in task-changes.json",
|
|
418
|
+
"arguments": "task-id [\\\"text\\\"|file.md] | --batch [verification-report.md]",
|
|
419
|
+
"category": "task",
|
|
420
|
+
"subcategory": null,
|
|
421
|
+
"usage_scenario": "planning",
|
|
422
|
+
"difficulty": "Intermediate",
|
|
423
|
+
"file_path": "task/replan.md"
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
"name": "action-plan-verify",
|
|
427
|
+
"command": "/workflow:action-plan-verify",
|
|
428
|
+
"description": "Perform non-destructive cross-artifact consistency analysis between IMPL_PLAN.md and task JSONs with quality gate validation",
|
|
429
|
+
"arguments": "[optional: --session session-id]",
|
|
430
|
+
"category": "workflow",
|
|
431
|
+
"subcategory": null,
|
|
432
|
+
"usage_scenario": "planning",
|
|
433
|
+
"difficulty": "Intermediate",
|
|
434
|
+
"file_path": "workflow/action-plan-verify.md"
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
"name": "api-designer",
|
|
438
|
+
"command": "/workflow:brainstorm:api-designer",
|
|
439
|
+
"description": "Generate or update api-designer/analysis.md addressing guidance-specification discussion points for API design perspective",
|
|
440
|
+
"arguments": "optional topic - uses existing framework if available",
|
|
441
|
+
"category": "workflow",
|
|
442
|
+
"subcategory": "brainstorm",
|
|
443
|
+
"usage_scenario": "planning",
|
|
444
|
+
"difficulty": "Intermediate",
|
|
445
|
+
"file_path": "workflow/brainstorm/api-designer.md"
|
|
446
|
+
},
|
|
447
|
+
{
|
|
448
|
+
"name": "ui-designer",
|
|
449
|
+
"command": "/workflow:brainstorm:ui-designer",
|
|
450
|
+
"description": "Generate or update ui-designer/analysis.md addressing guidance-specification discussion points for UI design perspective",
|
|
451
|
+
"arguments": "optional topic - uses existing framework if available",
|
|
452
|
+
"category": "workflow",
|
|
453
|
+
"subcategory": "brainstorm",
|
|
454
|
+
"usage_scenario": "planning",
|
|
455
|
+
"difficulty": "Intermediate",
|
|
456
|
+
"file_path": "workflow/brainstorm/ui-designer.md"
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
"name": "lite-plan",
|
|
460
|
+
"command": "/workflow:lite-plan",
|
|
461
|
+
"description": "Lightweight interactive planning workflow with in-memory planning, code exploration, and execution dispatch to lite-execute after user confirmation",
|
|
462
|
+
"arguments": "[-e|--explore] \\\"task description\\\"|file.md",
|
|
463
|
+
"category": "workflow",
|
|
464
|
+
"subcategory": null,
|
|
465
|
+
"usage_scenario": "planning",
|
|
466
|
+
"difficulty": "Intermediate",
|
|
467
|
+
"file_path": "workflow/lite-plan.md"
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
"name": "plan",
|
|
471
|
+
"command": "/workflow:plan",
|
|
472
|
+
"description": "5-phase planning workflow with action-planning-agent task generation, outputs IMPL_PLAN.md and task JSONs",
|
|
473
|
+
"arguments": "\\\"text description\\\"|file.md",
|
|
474
|
+
"category": "workflow",
|
|
475
|
+
"subcategory": null,
|
|
476
|
+
"usage_scenario": "planning",
|
|
477
|
+
"difficulty": "Intermediate",
|
|
478
|
+
"file_path": "workflow/plan.md"
|
|
479
|
+
},
|
|
480
|
+
{
|
|
481
|
+
"name": "replan",
|
|
482
|
+
"command": "/workflow:replan",
|
|
483
|
+
"description": "Interactive workflow replanning with session-level artifact updates and boundary clarification through guided questioning",
|
|
484
|
+
"arguments": "[--session session-id] [task-id] \\\"requirements\\\"|file.md [--interactive]",
|
|
485
|
+
"category": "workflow",
|
|
486
|
+
"subcategory": null,
|
|
487
|
+
"usage_scenario": "planning",
|
|
488
|
+
"difficulty": "Intermediate",
|
|
489
|
+
"file_path": "workflow/replan.md"
|
|
490
|
+
},
|
|
491
|
+
{
|
|
492
|
+
"name": "tdd-plan",
|
|
493
|
+
"command": "/workflow:tdd-plan",
|
|
494
|
+
"description": "TDD workflow planning with Red-Green-Refactor task chain generation, test-first development structure, and cycle tracking",
|
|
495
|
+
"arguments": "\\\"feature description\\\"|file.md",
|
|
496
|
+
"category": "workflow",
|
|
497
|
+
"subcategory": null,
|
|
498
|
+
"usage_scenario": "planning",
|
|
499
|
+
"difficulty": "Advanced",
|
|
500
|
+
"file_path": "workflow/tdd-plan.md"
|
|
501
|
+
},
|
|
502
|
+
{
|
|
503
|
+
"name": "workflow:ui-design:codify-style",
|
|
504
|
+
"command": "/workflow:ui-design:codify-style",
|
|
505
|
+
"description": "Orchestrator to extract styles from code and generate shareable reference package with preview (automatic file discovery)",
|
|
506
|
+
"arguments": "<path> [--package-name <name>] [--output-dir <path>] [--overwrite]",
|
|
507
|
+
"category": "workflow",
|
|
508
|
+
"subcategory": "ui-design",
|
|
509
|
+
"usage_scenario": "planning",
|
|
510
|
+
"difficulty": "Intermediate",
|
|
511
|
+
"file_path": "workflow/ui-design/codify-style.md"
|
|
512
|
+
},
|
|
513
|
+
{
|
|
514
|
+
"name": "design-sync",
|
|
515
|
+
"command": "/workflow:ui-design:design-sync",
|
|
516
|
+
"description": "Synchronize finalized design system references to brainstorming artifacts, preparing them for /workflow:plan consumption",
|
|
517
|
+
"arguments": "--session <session_id> [--selected-prototypes \"<list>\"]",
|
|
518
|
+
"category": "workflow",
|
|
519
|
+
"subcategory": "ui-design",
|
|
520
|
+
"usage_scenario": "planning",
|
|
521
|
+
"difficulty": "Intermediate",
|
|
522
|
+
"file_path": "workflow/ui-design/design-sync.md"
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
"name": "workflow:ui-design:import-from-code",
|
|
526
|
+
"command": "/workflow:ui-design:import-from-code",
|
|
527
|
+
"description": "Import design system from code files (CSS/JS/HTML/SCSS) with automatic file discovery and parallel agent analysis",
|
|
528
|
+
"arguments": "[--design-id <id>] [--session <id>] [--source <path>]",
|
|
529
|
+
"category": "workflow",
|
|
530
|
+
"subcategory": "ui-design",
|
|
531
|
+
"usage_scenario": "planning",
|
|
532
|
+
"difficulty": "Intermediate",
|
|
533
|
+
"file_path": "workflow/ui-design/import-from-code.md"
|
|
534
|
+
},
|
|
535
|
+
{
|
|
536
|
+
"name": "workflow:ui-design:reference-page-generator",
|
|
537
|
+
"command": "/workflow:ui-design:reference-page-generator",
|
|
538
|
+
"description": "Generate multi-component reference pages and documentation from design run extraction",
|
|
539
|
+
"arguments": "[--design-run <path>] [--package-name <name>] [--output-dir <path>]",
|
|
540
|
+
"category": "workflow",
|
|
541
|
+
"subcategory": "ui-design",
|
|
542
|
+
"usage_scenario": "planning",
|
|
543
|
+
"difficulty": "Intermediate",
|
|
544
|
+
"file_path": "workflow/ui-design/reference-page-generator.md"
|
|
545
|
+
}
|
|
546
|
+
],
|
|
547
|
+
"implementation": [
|
|
548
|
+
{
|
|
549
|
+
"name": "create",
|
|
550
|
+
"command": "/task:create",
|
|
551
|
+
"description": "Generate task JSON from natural language description with automatic file pattern detection, scope inference, and dependency analysis",
|
|
552
|
+
"arguments": "\\\"task title\\",
|
|
553
|
+
"category": "task",
|
|
554
|
+
"subcategory": null,
|
|
555
|
+
"usage_scenario": "implementation",
|
|
556
|
+
"difficulty": "Intermediate",
|
|
557
|
+
"file_path": "task/create.md"
|
|
558
|
+
},
|
|
559
|
+
{
|
|
560
|
+
"name": "execute",
|
|
561
|
+
"command": "/task:execute",
|
|
562
|
+
"description": "Execute task JSON using appropriate agent (@doc-generator/@implementation-agent/@test-agent) with pre-analysis context loading and status tracking",
|
|
563
|
+
"arguments": "task-id",
|
|
564
|
+
"category": "task",
|
|
565
|
+
"subcategory": null,
|
|
566
|
+
"usage_scenario": "implementation",
|
|
567
|
+
"difficulty": "Intermediate",
|
|
568
|
+
"file_path": "task/execute.md"
|
|
569
|
+
},
|
|
570
|
+
{
|
|
571
|
+
"name": "execute",
|
|
572
|
+
"command": "/workflow:execute",
|
|
573
|
+
"description": "Coordinate agent execution for workflow tasks with automatic session discovery, parallel task processing, and status tracking",
|
|
574
|
+
"arguments": "[--resume-session=\\\"session-id\\\"]",
|
|
575
|
+
"category": "workflow",
|
|
576
|
+
"subcategory": null,
|
|
577
|
+
"usage_scenario": "implementation",
|
|
578
|
+
"difficulty": "Intermediate",
|
|
579
|
+
"file_path": "workflow/execute.md"
|
|
580
|
+
},
|
|
581
|
+
{
|
|
582
|
+
"name": "lite-execute",
|
|
583
|
+
"command": "/workflow:lite-execute",
|
|
584
|
+
"description": "Execute tasks based on in-memory plan, prompt description, or file content",
|
|
585
|
+
"arguments": "[--in-memory] [\\\"task description\\\"|file-path]",
|
|
586
|
+
"category": "workflow",
|
|
587
|
+
"subcategory": null,
|
|
588
|
+
"usage_scenario": "implementation",
|
|
589
|
+
"difficulty": "Intermediate",
|
|
590
|
+
"file_path": "workflow/lite-execute.md"
|
|
591
|
+
},
|
|
592
|
+
{
|
|
593
|
+
"name": "test-cycle-execute",
|
|
594
|
+
"command": "/workflow:test-cycle-execute",
|
|
595
|
+
"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.",
|
|
596
|
+
"arguments": "[--resume-session=\\\"session-id\\\"] [--max-iterations=N]",
|
|
597
|
+
"category": "workflow",
|
|
598
|
+
"subcategory": null,
|
|
599
|
+
"usage_scenario": "implementation",
|
|
600
|
+
"difficulty": "Intermediate",
|
|
601
|
+
"file_path": "workflow/test-cycle-execute.md"
|
|
602
|
+
},
|
|
603
|
+
{
|
|
604
|
+
"name": "task-generate-agent",
|
|
605
|
+
"command": "/workflow:tools:task-generate-agent",
|
|
606
|
+
"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",
|
|
607
|
+
"arguments": "--session WFS-session-id",
|
|
608
|
+
"category": "workflow",
|
|
609
|
+
"subcategory": "tools",
|
|
610
|
+
"usage_scenario": "implementation",
|
|
611
|
+
"difficulty": "Advanced",
|
|
612
|
+
"file_path": "workflow/tools/task-generate-agent.md"
|
|
613
|
+
},
|
|
614
|
+
{
|
|
615
|
+
"name": "task-generate-tdd",
|
|
616
|
+
"command": "/workflow:tools:task-generate-tdd",
|
|
617
|
+
"description": "Autonomous TDD task generation using action-planning-agent with Red-Green-Refactor cycles, test-first structure, and cycle validation",
|
|
618
|
+
"arguments": "--session WFS-session-id",
|
|
619
|
+
"category": "workflow",
|
|
620
|
+
"subcategory": "tools",
|
|
621
|
+
"usage_scenario": "implementation",
|
|
622
|
+
"difficulty": "Advanced",
|
|
623
|
+
"file_path": "workflow/tools/task-generate-tdd.md"
|
|
624
|
+
},
|
|
625
|
+
{
|
|
626
|
+
"name": "test-task-generate",
|
|
627
|
+
"command": "/workflow:tools:test-task-generate",
|
|
628
|
+
"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",
|
|
629
|
+
"arguments": "--session WFS-test-session-id",
|
|
630
|
+
"category": "workflow",
|
|
631
|
+
"subcategory": "tools",
|
|
632
|
+
"usage_scenario": "implementation",
|
|
633
|
+
"difficulty": "Intermediate",
|
|
634
|
+
"file_path": "workflow/tools/test-task-generate.md"
|
|
635
|
+
},
|
|
636
|
+
{
|
|
637
|
+
"name": "generate",
|
|
638
|
+
"command": "/workflow:ui-design:generate",
|
|
639
|
+
"description": "Assemble UI prototypes by combining layout templates with design tokens (default animation support), pure assembler without new content generation",
|
|
640
|
+
"arguments": "[--design-id <id>] [--session <id>]",
|
|
641
|
+
"category": "workflow",
|
|
642
|
+
"subcategory": "ui-design",
|
|
643
|
+
"usage_scenario": "implementation",
|
|
644
|
+
"difficulty": "Intermediate",
|
|
645
|
+
"file_path": "workflow/ui-design/generate.md"
|
|
646
|
+
}
|
|
647
|
+
],
|
|
648
|
+
"analysis": [
|
|
649
|
+
{
|
|
650
|
+
"name": "review-fix",
|
|
651
|
+
"command": "/workflow:review-fix",
|
|
652
|
+
"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.",
|
|
653
|
+
"arguments": "<export-file|review-dir> [--resume] [--max-iterations=N]",
|
|
654
|
+
"category": "workflow",
|
|
655
|
+
"subcategory": null,
|
|
656
|
+
"usage_scenario": "analysis",
|
|
657
|
+
"difficulty": "Intermediate",
|
|
658
|
+
"file_path": "workflow/review-fix.md"
|
|
659
|
+
},
|
|
660
|
+
{
|
|
661
|
+
"name": "review-module-cycle",
|
|
662
|
+
"command": "/workflow:review-module-cycle",
|
|
663
|
+
"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.",
|
|
664
|
+
"arguments": "<path-pattern> [--dimensions=security,architecture,...] [--max-iterations=N]",
|
|
665
|
+
"category": "workflow",
|
|
666
|
+
"subcategory": null,
|
|
667
|
+
"usage_scenario": "analysis",
|
|
668
|
+
"difficulty": "Intermediate",
|
|
669
|
+
"file_path": "workflow/review-module-cycle.md"
|
|
670
|
+
},
|
|
671
|
+
{
|
|
672
|
+
"name": "review",
|
|
673
|
+
"command": "/workflow:review",
|
|
674
|
+
"description": "Post-implementation review with specialized types (security/architecture/action-items/quality) using analysis agents and Gemini",
|
|
675
|
+
"arguments": "[--type=security|architecture|action-items|quality] [optional: session-id]",
|
|
676
|
+
"category": "workflow",
|
|
677
|
+
"subcategory": null,
|
|
678
|
+
"usage_scenario": "analysis",
|
|
679
|
+
"difficulty": "Intermediate",
|
|
680
|
+
"file_path": "workflow/review.md"
|
|
681
|
+
}
|
|
682
|
+
],
|
|
683
|
+
"session-management": [
|
|
684
|
+
{
|
|
685
|
+
"name": "review-session-cycle",
|
|
686
|
+
"command": "/workflow:review-session-cycle",
|
|
687
|
+
"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.",
|
|
688
|
+
"arguments": "[session-id] [--dimensions=security,architecture,...] [--max-iterations=N]",
|
|
689
|
+
"category": "workflow",
|
|
690
|
+
"subcategory": null,
|
|
691
|
+
"usage_scenario": "session-management",
|
|
692
|
+
"difficulty": "Intermediate",
|
|
693
|
+
"file_path": "workflow/review-session-cycle.md"
|
|
694
|
+
},
|
|
695
|
+
{
|
|
696
|
+
"name": "complete",
|
|
697
|
+
"command": "/workflow:session:complete",
|
|
698
|
+
"description": "Mark active workflow session as complete, archive with lessons learned, update manifest, remove active flag",
|
|
699
|
+
"arguments": "",
|
|
700
|
+
"category": "workflow",
|
|
701
|
+
"subcategory": "session",
|
|
702
|
+
"usage_scenario": "session-management",
|
|
703
|
+
"difficulty": "Intermediate",
|
|
704
|
+
"file_path": "workflow/session/complete.md"
|
|
705
|
+
},
|
|
706
|
+
{
|
|
707
|
+
"name": "resume",
|
|
708
|
+
"command": "/workflow:session:resume",
|
|
709
|
+
"description": "Resume the most recently paused workflow session with automatic session discovery and status update",
|
|
710
|
+
"arguments": "",
|
|
711
|
+
"category": "workflow",
|
|
712
|
+
"subcategory": "session",
|
|
713
|
+
"usage_scenario": "session-management",
|
|
714
|
+
"difficulty": "Intermediate",
|
|
715
|
+
"file_path": "workflow/session/resume.md"
|
|
716
|
+
},
|
|
717
|
+
{
|
|
718
|
+
"name": "workflow:status",
|
|
719
|
+
"command": "/workflow:status",
|
|
720
|
+
"description": "Generate on-demand views for project overview and workflow tasks with optional task-id filtering for detailed view",
|
|
721
|
+
"arguments": "[optional: --project|task-id|--validate|--dashboard]",
|
|
722
|
+
"category": "workflow",
|
|
723
|
+
"subcategory": null,
|
|
724
|
+
"usage_scenario": "session-management",
|
|
725
|
+
"difficulty": "Beginner",
|
|
726
|
+
"file_path": "workflow/status.md"
|
|
727
|
+
}
|
|
728
|
+
],
|
|
729
|
+
"testing": [
|
|
730
|
+
{
|
|
731
|
+
"name": "tdd-verify",
|
|
732
|
+
"command": "/workflow:tdd-verify",
|
|
733
|
+
"description": "Verify TDD workflow compliance against Red-Green-Refactor cycles, generate quality report with coverage analysis",
|
|
734
|
+
"arguments": "[optional: WFS-session-id]",
|
|
735
|
+
"category": "workflow",
|
|
736
|
+
"subcategory": null,
|
|
737
|
+
"usage_scenario": "testing",
|
|
738
|
+
"difficulty": "Advanced",
|
|
739
|
+
"file_path": "workflow/tdd-verify.md"
|
|
740
|
+
},
|
|
741
|
+
{
|
|
742
|
+
"name": "test-fix-gen",
|
|
743
|
+
"command": "/workflow:test-fix-gen",
|
|
744
|
+
"description": "Create test-fix workflow session from session ID, description, or file path with test strategy generation and task planning",
|
|
745
|
+
"arguments": "(source-session-id | \\\"feature description\\\" | /path/to/file.md)",
|
|
746
|
+
"category": "workflow",
|
|
747
|
+
"subcategory": null,
|
|
748
|
+
"usage_scenario": "testing",
|
|
749
|
+
"difficulty": "Intermediate",
|
|
750
|
+
"file_path": "workflow/test-fix-gen.md"
|
|
751
|
+
},
|
|
752
|
+
{
|
|
753
|
+
"name": "test-gen",
|
|
754
|
+
"command": "/workflow:test-gen",
|
|
755
|
+
"description": "Create independent test-fix workflow session from completed implementation session, analyzes code to generate test tasks",
|
|
756
|
+
"arguments": "source-session-id",
|
|
757
|
+
"category": "workflow",
|
|
758
|
+
"subcategory": null,
|
|
759
|
+
"usage_scenario": "testing",
|
|
760
|
+
"difficulty": "Intermediate",
|
|
761
|
+
"file_path": "workflow/test-gen.md"
|
|
762
|
+
},
|
|
763
|
+
{
|
|
764
|
+
"name": "tdd-coverage-analysis",
|
|
765
|
+
"command": "/workflow:tools:tdd-coverage-analysis",
|
|
766
|
+
"description": "Analyze test coverage and TDD cycle execution with Red-Green-Refactor compliance verification",
|
|
767
|
+
"arguments": "--session WFS-session-id",
|
|
768
|
+
"category": "workflow",
|
|
769
|
+
"subcategory": "tools",
|
|
770
|
+
"usage_scenario": "testing",
|
|
771
|
+
"difficulty": "Advanced",
|
|
772
|
+
"file_path": "workflow/tools/tdd-coverage-analysis.md"
|
|
773
|
+
},
|
|
774
|
+
{
|
|
775
|
+
"name": "test-concept-enhanced",
|
|
776
|
+
"command": "/workflow:tools:test-concept-enhanced",
|
|
777
|
+
"description": "Coordinate test analysis workflow using cli-execution-agent to generate test strategy via Gemini",
|
|
778
|
+
"arguments": "--session WFS-test-session-id --context path/to/test-context-package.json",
|
|
779
|
+
"category": "workflow",
|
|
780
|
+
"subcategory": "tools",
|
|
781
|
+
"usage_scenario": "testing",
|
|
782
|
+
"difficulty": "Intermediate",
|
|
783
|
+
"file_path": "workflow/tools/test-concept-enhanced.md"
|
|
784
|
+
},
|
|
785
|
+
{
|
|
786
|
+
"name": "test-context-gather",
|
|
787
|
+
"command": "/workflow:tools:test-context-gather",
|
|
788
|
+
"description": "Collect test coverage context using test-context-search-agent and package into standardized test-context JSON",
|
|
789
|
+
"arguments": "--session WFS-test-session-id",
|
|
790
|
+
"category": "workflow",
|
|
791
|
+
"subcategory": "tools",
|
|
792
|
+
"usage_scenario": "testing",
|
|
793
|
+
"difficulty": "Intermediate",
|
|
794
|
+
"file_path": "workflow/tools/test-context-gather.md"
|
|
795
|
+
}
|
|
796
|
+
]
|
|
797
|
+
}
|