# SFLO Quick

AI often produces something that looks finished while leaving basic mistakes behind.

SFLO Quick is a lightweight universal work executor. It uses a plan-do-check-act cycle to frame the outcome, make the work, check it, repair basic failures and deliver the usable result. It works with presentations, research, data, documents, demos, small software projects and other bounded tasks.

## Use it when

- The task is bounded and speed matters.
- Good-enough quality is enough, but obvious mistakes are not.
- One or more repair passes may be needed.
- A full specialist factory would be excessive.

## Example requests

```text
SFLO-QUICK: prepare the presentation for tomorrow's product review.
```

```text
SFLO-QUICK: use smart-shot to gather a shortlist of European AI security companies for potential partnerships.
```

## Boundaries

SFLO Quick is intentionally lightweight. It does not add dedicated security testing, TDD or a full specialist team by default. Use regular [SFLO](https://github.com/simonasrazm/simon-factory-lights-out) for software that needs the larger factory.

## Install and source

```shell
npx skills@latest add simonasrazm/skills --skill sflo-quick
```

Read the [SFLO Quick source](https://github.com/simonasrazm/skills/tree/main/skills/sflo-quick) or the [skills.sh listing](https://www.skills.sh/simonasrazm/skills/sflo-quick).

Source: https://finallydone.ai/skills/sflo-quick/
