# Discuss Design

> Interview the user about a plan/design in a structured, paced manner. Use when needing to flesh out details of an idea. Use when in planning mode or when unsure of what direction to take next.

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

## Install

```sh
agentstack add skill-bambam955-skills-discuss-design
```

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

## About

# Discuss Design

Interview the user about all aspects of this plan until we have reached a shared understanding on all of the main technical decisions.

The goal is to ensure that you are fully aligned with the user on the direction to take before doing any implementation.

## Workflow

1. Make sure you are in sync with the user about the overall goal or problem and its context and constraints. Ask for clarity if needed.
2. Repeat the following steps as many times as necessary, until all design decisions are resolved:
    1. Examine the current context and plan for lingering assumptions or questions or areas where you may have to jump to conclusions.
    2. Laser in on _one_ particular question.
       - Ask questions one at a time to maintain a steady conversational pace.
    3. Explore the codebase to see if the question can be answered by existing code.
       - If `yes`, update the current context/plan with the answer and go back to step 1.
       - If `no`, proceed to step 4.
    4. Present a couple sentences explaining why the question needs answered.
    5. Come up with 3-4 possible answers and present them to the user.
       - Highlight which one is your recommended solution.
       - Include one pro and one con for each alternative.
       - Add one option for "Explain in more detail, then ask again".
3. At the end of the discussion, give a brief summary of each decision that was made.

## Guidelines

- **Always** walk down all branches of the design tree, resolving each decision one-by-one. Stay focused on the task at hand.
  - **Never** make premature conclusions or rush ahead.
- **Always** focus on design concepts. **Ask approval** before getting into nitty-gritty implementation details, and avoid doing so if possible, because it bogs down a discussion very quickly.
- **Never** implement anything unless explicitly told to do so.

## Output

Summary of the discussion's decisions in bullet points.

## Gotchas

- Do not dig too deep into little implementation details during the discussion.

## Source & license

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

- **Author:** [bambam955](https://github.com/bambam955)
- **Source:** [bambam955/skills](https://github.com/bambam955/skills)
- **License:** MIT

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-bambam955-skills-discuss-design
- Seller: https://agentstack.voostack.com/s/bambam955
- 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%.
