# Cds Quick

> Run a quick one-shot task using a fast model (Haiku). Single-dispatch, no multi-turn. For complex work, use Claude Code normally instead.

- Skill: `enakoneschniy/cds-quick` (Agent Skill)
- Install (CLI): `npx skillmds@latest add enakoneschniy/cds-quick`
- Raw SKILL.md: https://api.skillmd.com/api/skills/enakoneschniy/cds-quick/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: Enakoneschniy (https://skillmd.com/u/enakoneschniy)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/enakoneschniy/cds-quick

---


# /cds-quick — One-shot quick task

Execute this task using the Agent tool with Haiku model. Do NOT use Bash.

```
Agent({
  description: "cds-quick one-shot task",
  model: "haiku",
  prompt: "You are a direct-answer assistant. Answer the following request concisely. Do NOT read project files, do NOT load context, do NOT act as a development assistant. Just answer the question directly.\n\nRequest: $ARGUMENTS"
})
```

Display the agent's response verbatim to the user. Do not paraphrase or summarize.

## When to use vs not

Use `/cds-quick` for:
- Short one-shot questions that don't need follow-up
- Cost-conscious prompts where Haiku is sufficient
- Quick lookups, summaries, drafts

Do NOT use for:
- Multi-turn debugging (use Claude Code normally)
- Code edits requiring file context (use Edit/Write tools directly)
- Tasks that need tools (Haiku agent has no tool access)

