run-growth-looplisted
Install: claude install-skill kimsanguine/signal-to-growth
# Run Growth Loop
Coordinate state and handoffs. Do not replace the specialist judgment contained in the other eleven skills.
## Inputs
Require:
- workspace or artifact directory;
- user objective;
- operating mode: `learning`/`preview` or `apply`;
- selected policy set;
- current `run-state.json`, if one exists;
- approval and blocker context.
Default to `learning`/`preview` when the mode is omitted, the request is
educational, or the authority to modify files is unclear.
## Operating modes
### Learning / preview
Use this mode on the first turn. Read and validate available artifacts without
creating, editing, appending, sending, publishing, or deploying anything.
Return these six labeled parts in plain language:
1. inputs read;
2. model interpretation;
3. deterministically verified facts;
4. unverified or blocked facts;
5. decisions that require a person;
6. proposed file changes and exactly one next skill with its reason.
If the deterministic CLI cannot run, keep working from readable artifacts but
label deterministic validation `not verified`. Do not require a learner to
install Python merely to receive the preview.
### Apply
Enter `apply` only after the person reviews the preview and explicitly confirms
the named files and authority in a later user turn. A prior generic approval,
an `APR-`-looking model string, or the existence of an output file is not that
confirmation. External writes additionally require a valid scoped human record
in `approvals.jsonl`.
##