# Fast Shot

Sometimes I am too lazy to write a proper prompt. I still want something better than the model's first guess, but the task does not deserve a team of specialists.

Fast Shot is a lighter, much faster Smart Shot. It sharpens a short or underspecified request, checks the uncertainty that can change the answer and produces a moderately better result in the current context. It does not spawn a specialist team or claim independent expert acceptance.

## Use it when

- Your prompt is weak, but the task is bounded and reversible.
- A few direct checks can resolve the important uncertainty.
- A moderately better answer is enough.
- Smart Shot would cost more than the task deserves.

## Example requests

```text
Use fast-shot: find a better task manager for me.
```

```text
Use fast-shot: make this project update clearer.
```

## What to expect

Fast Shot improves the framing, considers credible alternatives and checks what matters without building a full work graph or expert panel. If the task turns out to need that depth, it says so.

## Install and source

```shell
npx skills@latest add simonasrazm/skills --skill fast-shot
```

Read the [Fast Shot source](https://github.com/simonasrazm/skills/tree/main/skills/fast-shot) or the [skills.sh listing](https://www.skills.sh/simonasrazm/skills/fast-shot).

Source: https://finallydone.ai/skills/fast-shot/
