Files
ccs/.claude/commands/ccs.md
T
kaitranntt 24a11e1051 refactor(delegation)!: consolidate commands with intelligent profile selection
BREAKING CHANGE: Replace 4 hardcoded commands with 2 intelligent commands:
- Old: /ccs:glm, /ccs:kimi, /ccs:glm:continue, /ccs:kimi:continue
- New: /ccs (auto-selects), /ccs:continue (auto-dects)
- Override with flags: /ccs --glm "task", /ccs --kimi "task"

This change:
- Adds intelligent profile selection based on task analysis
- Supports custom profiles without creating new commands
- Enhances session management with automatic profile detection
- Updates all help text, examples, and documentation
- Fixes CCS Doctor health checks for new command structure
2025-11-21 20:31:44 -05:00

670 B

description, argument-hint
description argument-hint
Delegate task with intelligent profile selection [AUTO ENHANCE]
task description

Activate ccs-delegation skill. The skill contains all execution logic.

Task: Parse $ARGUMENTS, select optimal profile from ~/.ccs/config.json, enhance prompt, execute delegation via CCS CLI.

Examples:

/ccs "refactor auth.js to use async/await"    # Simple task
/ccs "analyze entire architecture"            # Long-context task
/ccs "think about caching strategy"           # Reasoning task
/ccs --glm "add tests for UserService"        # Force specific profile
/ccs "/cook create landing page"              # Nested slash command