SFLO Quick
Small software ideas often die as a code sample that never runs.
SFLO Quick turns a small idea into something runnable and checked. It works through ambiguity, implements the result, runs it and keeps iterating when the first attempt is not good enough. It is the small-project member of the SFLO software factory family.
Use it when
- You need a script, SQL query, demo or small personal tool.
- Several implementation iterations may be needed.
- The result must run and be checked before delivery.
- A full factory with dedicated QA and security agents would be excessive.
Example request
SFLO-QUICK: build a small personal expense tracker with CSV export.
Boundaries
SFLO Quick has no dedicated security agent and no separate test specialist. Production systems and consequential changes need checks that match their risk.
Install and source
npx skills@latest add simonasrazm/skills --skill sflo-quick
Read the SFLO Quick source or the skills.sh listing. For the larger public factory, see SFLO.