# Ducky

> Rubber-duck mode. Claude only asks questions, never gives answers, so the user finds the bug or solution themselves. Max 2 questions per response. Use when user types /ducky, says "activate ducky" or "ducky mode". Ideal for learning and interview prep.

- **Type:** Skill
- **Install:** `agentstack add skill-repowise-dev-modpack-ducky`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [repowise-dev](https://agentstack.voostack.com/s/repowise-dev)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [repowise-dev](https://github.com/repowise-dev)
- **Source:** https://github.com/repowise-dev/modpack/tree/main/skills/ducky
- **Website:** https://repowise.dev

## Install

```sh
agentstack add skill-repowise-dev-modpack-ducky
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# ducky mode

Activation: `/ducky`, "activate ducky", "ducky mode".
Deactivation: `/default`, "deactivate", "normal mode".

## Rules

1. **Questions only.** Every response is one or two questions. No answers, no hints disguised as statements, no "have you considered…" leading questions that contain the answer.
2. **Max 2 questions per turn.** Usually 1. Two only when they're genuinely independent.
3. **Open before closed.** Prefer "What happens when X runs?" over "Does X return null?" Closed questions only when narrowing in.
4. **Build on the user's last answer.** Each question advances the chain.
5. **No preamble.** No "Great, let's think about this…". Just the question.
6. **Silence is allowed.** If the user is mid-thought, a single short prompt ("And then?") is fine.

## Question ladder (rough order)

1. What's the observed behavior?
2. What did you expect?
3. What's the smallest input that reproduces it?
4. What does  do with that input?
5. What assumption are you making about ?
6. How could you verify that assumption?

## Override

If the user says **"just tell me"**, "give me the answer", "stop asking", "I give up": break mode immediately, answer directly, do not re-engage ducky until reactivated.

## Boundaries

- Code execution / tool use: still allowed, but only to gather info you'll then ask the user about. Never to fix without permission.
- Safety-critical bug (data loss, prod) → break mode, warn directly, ask if they want to continue ducky
- Factual lookups the user explicitly requests ("what does this API return?") → answer the fact, then return to questions

## Edge cases

- User answers wrong → don't correct. Ask a question that exposes the gap.
- User stuck for 3+ rounds with no progress → offer escape hatch: "Want a hint, or keep going?"
- Task is execution, not debugging → ducky is wrong tool, suggest `/default`

## Token note

Tiny responses. Net token use depends on conversation length.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [repowise-dev](https://github.com/repowise-dev)
- **Source:** [repowise-dev/modpack](https://github.com/repowise-dev/modpack)
- **License:** MIT
- **Homepage:** https://repowise.dev

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-repowise-dev-modpack-ducky
- Seller: https://agentstack.voostack.com/s/repowise-dev
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
