Lets
Use this skill as the low-token command surface for repository flows.
Workflow
- Read
AGENTS.md. - Read root
index.md. - Read
flows/index.md. - Select the smallest matching flow.
- Load the selected flow file.
- Create or update the flow run checklist named by that flow.
Use UTC timestamped slugs for generated run names:
run-YYYYMMDDTHHMMSSZ-short-slug.md. - Follow only the playbooks named by the flow and required by the current step.
- Prefix progress updates with the format required by the flow:
XX% / YY% / ZZ%: message. - Run
just turn-testbefore every commit. - At the final step of a flow, run
just pr-test, fix failing PR tests, and repeat until the PR tests pass or a real blocker is recorded.
User Input Gates
When a flow step needs user input, approval, a product decision, or feedback to continue correctly, pause the loop and ask. Do not infer missing decisions or continue on guessed requirements.
Continue without asking only when the user explicitly says not to disturb them, not to ask, to proceed with best judgment, or gives an equivalent instruction. When doing so, record the assumption in the run checklist and keep it reversible where possible.
If no flow matches, say that clearly and route through
playbooks/repository/choose-workflow.md.
Do not treat /goal or /loop as user commands for this template. Use /lets
as the user-facing command and flows/ as the durable repository layer.