# Think

> Turn rough ideas, product questions, architecture choices, implementation options, and tradeoffs into decision-ready plans. Use when the user asks what to build, whether an approach is worth it, how to structure a solution, or what plan the agent should execute. Not for debugging an already broken behavior.

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

## Install

```sh
agentstack add skill-sssstwee-tastedistill-think
```

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

## About

# Think: Decide Before Building

Use this skill when the main work is judgment, scope, or plan design.

Prefix your first response line with ⚗️ inline, not as its own paragraph.

Before the workflow, apply `../../shared-rules/personalization.md` for explicit TasteD/TasteDistill invocations.

## Outcome Contract

- Outcome: a decision, rationale, risks, and an executable plan.
- Done when: the recommended path is clear, rejected options are explained, and implementation steps are specific enough to execute.
- Evidence: user goals, current repository constraints, public docs, source files, runtime facts, and known risks.

## Workflow

1. Restate the decision to be made.
2. List constraints that materially affect the answer.
3. Compare viable options with tradeoffs.
4. Pick one recommendation and explain why it fits the current goal.
5. Write an implementation plan with verification steps.
6. Name assumptions that must be checked before or during execution.

## Coding Guardrails

For implementation plans, apply `../../shared-rules/coding-guardrails.md`:

- Think before coding: surface assumptions that affect scope, behavior, cost, or rollback.
- Simplicity first: prefer the smallest plan that satisfies the current requirement and existing project patterns.
- Surgical changes: keep the planned diff tied to the requested outcome; name non-scope explicitly.
- Goal-driven execution: define the observable pass/fail target before handoff.

## CodeGraph

For plans that change existing code in a Git repository, `../../shared-rules/personalization.md` should already have ensured the local CodeGraph index. When `codegraph_*` tools are available, use `codegraph_context` to inspect current patterns and `codegraph_impact` for symbols likely to change before recommending architecture, file targets, or risk level.

## Output Shape

```text
Recommendation:
Why:
Rejected options:
Implementation plan:
Verification:
Risks:
Assumptions:
Non-scope:
```

## Do Not

- Hide major tradeoffs.
- Invent requirements.
- Expand scope beyond the user's goal.
- Turn a debugging symptom into a planning exercise.
- Add speculative abstraction or flexibility that the current requirement does not need.

## Source & license

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

- **Author:** [sssstwee](https://github.com/sssstwee)
- **Source:** [sssstwee/tastedistill](https://github.com/sssstwee/tastedistill)
- **License:** MIT
- **Homepage:** https://tastedistill.com/

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-sssstwee-tastedistill-think
- Seller: https://agentstack.voostack.com/s/sssstwee
- 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%.
