Lets
Skill troels-im/agent-skills-playbook-template/.agents/skills/lets
Use when a user invokes /lets or asks to start, continue, or inspect a guided development flow such as create-product, create-prototype, continue-work, work-on-bug, improve-codebase, research-decision, or write-docs in an agent-skills-playbook-template repository.From its SKILL.md
npx -y skills add troels-im/agent-skills-playbook-template --skill letsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
2.5 KB, 517 tokens by cl100k_base, as published. Nobody here has run it
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. - Select the tracker provider early. If the user did not specify GitHub,
GitLab, or Linear, use
localand create tickets intickets/. - 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.
Prescribed Subagents
When a selected flow or playbook prescribes subagents, run it with subagents.
If the host cannot run the prescribed subagent workflow, stop the loop
immediately and follow
playbooks/repository/prescribed-subagent-failure.md. Do not replace a
prescribed subagent workflow with a sequential self-review unless the user
explicitly approves that degraded fallback after the retrospective is queued.
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.
Before starting user-story inventory, specs, PRDs, acceptance criteria, or
tickets, write assumptions to an active trace file using
playbooks/planning/verify-assumptions.md and pause for user review.
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.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.