What problem does it solve?
This Skill allows you to offload one-time tasks to provider subagents, utilizing different models and services, without the need for long-term collaboration.
Core Features & Use Cases
- One-shot Tasks: Run subagents for specific, one-time tasks such as research, analysis, or judgment.
- Batch Fan-out: Execute multiple independent tasks in parallel using subagents.
- Cost-bounded Probes: Limit the duration and cost of tasks to control resource usage.
- Provider Flexibility: Utilize a wide range of models from various providers, including Codex/Claude subscriptions.
Quick Start
Run a subagent to analyze the complexity of quicksort using the 'deepseek' provider:
ccf subagent deepseek --model strong \
--prompt "Analyze the worst-case complexity of quicksort in src/sort.go; give a triggering input" \
--label "codex/quicksort" --json