sssf

Installation
SKILL.md

Super Simple Software Factory (SSSF)

Reusable combination of agents plus code: deterministic Python ADW scripts own sequencing, retries, and acceptance; coding agents (Pi in v1) work inside bounded phases; typed JSON envelopes carry context between them; everything streams into SQLite for the polled visualizer. Agent proposes, code disposes.

Startup

Three steps. Then stop.

  1. Read cookbooks/sssf_overview.md — the system map.
  2. ls adws/adw_*.py and read each file's Phases: docstring line.
  3. Print the ADWs as a table — name, the chain, one line on when to reach for it — and wait for the engineer's request.
| ADW | Chain | Use when |
|---|---|---|
| adw_scout | engineer → scout | read-only recon; nothing changes |
| adw_simple_sdlc | plan → build → test → review → document, 3 commits | the work is real and its shape is not obvious |
Installs
9
GitHub Stars
735
First Seen
Aug 3, 2026
sssf — disler/super-simple-software-factory