A development workflow plugin for Claude Code Stop babysitting your AI. Start shipping with it.
> /plugin marketplace add restarter/lets-workflow> /plugin install lets@lets-workflow
What's inside
FAQ
lets-workflow is a Claude Code plugin with 16 hand-picked skills for development work, indexed on Flowy. Install it with the command on its page. It includes goal-plan-clean, goal-test, loop-bb-pr. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
Repo: restarter/lets-workflow
A development workflow plugin for Claude Code
Stop babysitting your AI. Start shipping with it.
Claude Code is powerful, but without structure it drifts - forgets context between sessions, silently changes approach when something fails, reviews its own code with no outside perspective, and loses track of what was decided and why.
LETS fix this. You get a team of 14 specialized AI agents, a structured development workflow, and a PR review system that posts inline comments directly to GitHub - all from the terminal. Every session has a task. Every commit links to it. Context survives across sessions and conversation compaction.
You don't just chat with AI. You run a process β /lets:* commands and 14 expert agents cover the whole development cycle, every change is reviewed by the right specialists, and every decision is made deliberately, with you in the loop.
LETS statusline and /lets:review command in action
LETS is two pieces: a small lets CLI on your $PATH, and the plugin inside Claude Code. Install both, then initialize your project.
macOS / Linux:
curl -fsSL https://raw.githubusercontent.com/restarter/lets-workflow/main/scripts/install.sh | bash
You also need beads (bd) on $PATH β LETS uses it for task tracking. You don't have to learn beads: the plugin drives bd entirely for you, so just get it installed. Its install guide has all the options; the quick one-liner:
curl -fsSL https://raw.githubusercontent.com/steveyegge/beads/main/scripts/install.sh | bash
Manual download, Windows, source builds, troubleshooting β docs/installation.md.
In Claude Code:
/plugin marketplace add restarter/lets-workflow
/plugin install lets
Install scope: Claude Code will ask where to install β all three options work:
- "Install for all collaborators on this repository" (project scope) β recommended for shared repos; the choice lands in
.claude/settings.json, so teammates inheritletswithout re-installing.- "Install for you, in this repo only" (local scope) β fine for a solo or throwaway project; not committed.
- "Install for yourself everywhere" (user scope) β one install for all your projects. After installing,
/lets:initin any project offerslets init --user: global workflow rules land in~/.claude/rules/lets-rules.mdand your personal defaults (language, launcher) in~/.lets/.envβ every project gets LETS without per-project setup. Project rules override global on conflict. Details, precedence, and the opt-out limitation: docs/installation.md.
Stay current (do this once): in /plugin β Marketplaces β lets-workflow, Enable auto-update β the plugin then tracks every release on its own. Staying current then collapses to a single self-driving loop: run /lets:update, do the one thing it says, re-run until it prints β Everything on vX.Y.Z β each run advances one step (binary β plugin β reload β done), the binary step offers to run the installer in-session, and rules never sync to a plugin that's still behind.
(Or install from a local clone β git clone https://github.com/restarter/lets-workflow, then /plugin marketplace add ./lets-workflow and /plugin install lets β handy for hacking on the plugin: edit the clone, then /reload-plugins to pick up your changes.)
cd your-project
claude
Then, inside the Claude Code session:
/lets:init
/lets:init creates .lets/ (config + statusline) and runs bd init if beads is installed. From there, start each work session with /lets:start β the full loop is in Using LETS below.
β Full docs: docs/commands.md
| Command | Description |
|---|---|
/lets:start | Start session - restore context, show tasks, create feature branch (--main = no-task project-assistant mode) |
/lets:end | End session - save progress, sync tasks, write snapshot (--pre-compact snapshots before /compact without ending) |
/lets:commit | Commit with review and conventional commit format |
/lets:done | Finish task - create PR (GitHub or Bitbucket) or merge locally |
/lets:status | Read-only orient snapshot β where you are, what's in flight, what's next (tracker-universal) |
/lets:note | Add note to active task (--pre-compact snapshots the session before /compact) |
| Command | Description |
|---|---|
/lets:backlog | Backlog review (multi-agent, --workflow = off-context) + --fast quick no-agent pulse + interactive cleanup triage |
/lets:plan | Structured planning - explore codebase, design architecture, write plan (--fast = orchestrator-only, no subagents) |
/lets:execute | Execute plan from /lets:plan via native plan mode |
/lets:team | Parallel implementation with Agent Teams |
/lets:worktree | Create/manage worktrees for parallel sessions |
/lets:statusline | Manage & persist statusline appearance - light/dark, compact, hidden rows |
| Command | Description |
|---|---|
/lets:check | Quick inline sanity check (~30s, 6-perspective review) |
/lets:review | Full code review with dynamic agent selection (~2-3 min) |
/lets:github-pr | GitHub PR review lifecycle - analyze, discuss, post inline, follow-up, approve |
/lets:review-round | Work through a received review round - triage comments, record decisions, one final edit-pass |
/lets:opinion | Technical decision analysis (dynamic expert agents in parallel) |
/lets:ask | Quick expert consultation (single agent) |
/lets:research | Web-sourced cited answer to an external/technical question - cross-check flags weak/contradicted claims (--workflow off-context, --project repo-grounded) |
| Command | Description |
|---|---|
/lets:init | Initialize LETS in current project |
/lets:update | Sync project with the current release - .lets/.env + rules self-heal, plus version status for the lets binary and the plugin |
β Full docs: docs/agents.md
LETS ships 14 specialized agents. You never pick them by hand β the commands that use agents (/lets:review, /lets:opinion, /lets:ask, /lets:plan, /lets:backlog, /lets:research, /lets:team) look at what you're doing and bring in only the ones that fit.
| Agent | Expertise |
|---|---|
| architect | System design, patterns, SOLID, coupling |
| backend | APIs, business logic, error handling, performance |
| frontend | UI components, state management, accessibility |
| security | Vulnerabilities, auth, crypto, secrets, input validation |
| database | Schema design, migrations, query optimization, transactions |
| devops | Docker, CI/CD, deployment config, shell scripts |
| qa | Test strategy, coverage, assertion quality, mocking |
| compliance | Project standards and conventions (CLAUDE.md, style) |
| docs | Documentation sync, README accuracy, changelog |
| pragmatist | ROI analysis, overengineering detection, scope creep |
| git-historian | Blame analysis, past-decision context, change patterns |
| explorer | Codebase mapping, pattern discovery (used in /lets:plan) |
| implementer | Full-stack implementation (used by /lets:team) |
| actor | Any expert personality loaded from a URL or local file |
Dynamic selection. Each command analyzes the change (or the plan, or the question) and selects only the experts that matter β touch auth code and security, backend, and architect join; a pure docs update gets docs + compliance and nothing else; a full-stack feature can pull in up to 12, each focused on its domain. (compliance and docs always join a review. For plan reviews, the picks come from signals in the plan text β migrations, API endpoints, Docker configs, β¦.)
Tiered findings. Every finding is [BLOCKER] (must fix), [SUGGESTION] (should fix), or [NIT] (nice to have). Agents are tuned to skip the obvious and surface what actually matters β signal, not a wall of nitpicks.
Modes. The same agent behaves differently depending on context β review for code review, opinion for a technical decision, plan for evaluating an architecture, brainstorm for ideation, ask for a direct question. Same expertise, different lens.
Read-only by default. Agents analyze; they never touch your code. The one exception is implementer, which gets write access for parallel implementation via /lets:team (in an isolated worktree, behind your plan approval).
The actor agent. Give actor a personality β a URL or a local file β and it adopts that persona, then works with LETS's structured output. A senior iOS dev on your Swift code, a UX designer on your components, anyone β point it at their writeup and get their take. It's never auto-selected; you confirm each personality before it's loaded.
β Full docs: docs/workflow.md
A LETS session runs a loop: start, work, commit, finish.
/lets:start βββ choose how to work βββ /lets:commit βββ /lets:done βββ /lets:end
Start - /lets:start restores context from the previous session, shows available tasks, and creates a feature branch. Context survives conversation compaction via beads task comments.
Choose how to work - depending on the task, you pick the approach:
ββ You write code yourself ββββββββββββββββββββββββββββββββββββββββββββββββββ
β Write code with Claude. Use helpers along the way: β
β /lets:opinion Technical decision with expert agents β
β /lets:ask Quick question to a single expert β
β /lets:check Quick sanity check (6 perspectives, ~30s) β
β /lets:review Full multi-agent code review (~2-3 min) β
β /lets:research Web-sourced cited answer to a question β
β β
ββ You plan, Claude builds ββββββββββββββββββββββββββββββββββββββββββββββββββ€
β /lets:backlog Backlog review (multi-agent) + cleanup triage β
β /lets:plan Design how to build it - codebase exploration, arch β
β /lets:execute Claude implements the plan with your approval gates β
β β
ββ Agents work in parallel ββββββββββββββββββββββββββββββββββββββββββββββββββ€
β /lets:team Spawn agents that implement multiple tasks at once β
β /lets:worktree Open parallel sessions in separate terminals β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Commit - /lets:commit reviews changes and creates a conventional commit (feat:, fix:, docs:, β¦) linked to the active task.
Finish - /lets:done creates a PR on GitHub or Bitbucket (or merges locally). /lets:end saves a session snapshot so the next conversation picks up where you left off.
β Full docs: docs/plan-execute.md
Think β Design β Build
Backlog (/lets:backlog) - manage the task backlog in three modes: Review backlog (agents analyze your task list, find patterns, suggest priorities), --fast (a quick no-agent pulse - fast context scan, then a direct conversation), and Cleanup (find stale tasks, broken dependencies, forgotten work). /lets:backlog review, /lets:backlog --fast, and /lets:backlog cleanup skip the menu. /lets:backlog review --workflow runs the Review fan-out off-context.
Plan (/lets:plan) - codebase exploration with dynamically-scaled explorer agents, then architecture design with expert evaluation. Small project? One explorer. Large monorepo? Up to 10, each mapping a different area. Want a quick talk-through instead? /lets:plan --fast skips the subagent phases and plans collaboratively in-session.
Execute (/lets:execute) - implements the plan step by step in native plan mode. You approve each step before Claude proceeds. No surprises.
Research (/lets:research) - unlike /lets:opinion (project-grounded judgment, no web) or /lets:ask (a quick model-knowledge consult), this answers an external or technical question with a CITED synthesis: it searches the web, fetches the best sources, and a cross-check pass flags single-source, contradicted, or stale claims before presenting. The deliverable is a sourced answer with a Sources list and an as-of date. --workflow runs it off-context; --project grounds findings against this repo.
β Full docs: docs/code-review.md
Three levels of review, from 30-second sanity check to full PR lifecycle:
| Need | Command | Time | What happens |
|---|---|---|---|
| Quick pre-commit check | /lets:check | ~30s | Inline 6-lens review: bugs, security, performance, quality, compliance, docs |
| Full code review | /lets:review | ~2-3 min | Dynamic agent selection - only relevant experts for your changes |
| Full PR lifecycle (GitHub) | /lets:github-pr <PR> | Interactive | Analyze, discuss, post inline comments, follow up on fixes, approve |
/lets:github-pr)This is where LETS shines. Instead of reviewing PRs in a browser, you do it from the terminal with expert agents. /lets:github-pr is GitHub-only. Bitbucket PRs review with /lets:review (fetch, diff, discussion, summary comment) and finish with /lets:done:
/lets:github-pr https://github.com/owner/repo/pull/42
/lets:github-pr --follow-up checks each finding: fixed, not fixed, or needs discussion/lets:github-pr --approve when ready, or request changesAuthors can respond with /lets:github-pr --respond - triage comments, auto-fix mechanical issues, post replies.
β Full docs: docs/parallel-work.md
Two ways to work on multiple tasks at once:
Agent Teams (autonomous) β spawn multiple agents that work in parallel, each in an isolated worktree:
/lets:team run # select tasks, agents start working
Each teammate gets one task, creates a plan, waits for your approval, then implements. Commits are cherry-picked back. Dynamic teammate count - the system scales based on how many tasks you select.
Worktrees (interactive) β work on multiple tasks yourself in separate terminals:
/lets:worktree create auth-feature # Terminal 1 (main repo)
cd .worktrees/auth-feature && claude # Terminal 2 - start new session
Each worktree gets its own branch, shares the task database and config via symlinks. Full LETS workflow in each terminal.
On Linux or macOS with tmux installed, set LETS_LAUNCHER=tmux (or run /lets:init and pick tmux) and /lets:worktree create opens the session in a tmux window/session automatically β no second terminal. On macOS, cmux is a GUI alternative (LETS_LAUNCHER=cmux). Both stay optional: without the launcher's binary (or on Windows) it falls back to the cd β¦ && claude command above.
After key actions, Claude shows a contextual help box with the most likely next steps, so you always know what to do next:
ββ LETS ββββββββββββββββββββββββββ
β Review? /lets:review β
β Commit? /lets:commit β
ββββββββββββββββββββββββββββββββββ
β Full docs: docs/tasks.md
LETS uses beads for persistent task tracking that survives conversation compaction:
/lets:status shows what's ready to work onβ Full docs: docs/configuration.md
After /lets:init, edit .lets/.env:
# Default response language β write the English name, like every value here (English, Ukrainian, Russian, Japanese, ...)
LETS_LANGUAGE=English
# Target branch for merges and PR base
LETS_MERGE_BRANCH=main
# PR flow: github | bitbucket | local
LETS_PR_FLOW=github
# Task tracker adapter: beads | none (selects .claude/rules/tracker-<name>.md; see docs/trackers.md)
LETS_TRACKER=beads
All plugin-generated files live under .lets/ (gitignored); interactive worktrees under .worktrees/.
/lets:init wires the LETS statusline into .claude/settings.json (lets statusline). By default it draws a bordered multi-line box β identity (brand, folder/worktree, branch, diff, PR), budget (model + effort + usage), task, and a rotating tip line β width-responsive (Full β₯72 cols, Compact below), universal text glyphs (no Nerd Font or emoji needed), light/dark palettes.
Flags (set in settings.json's command):
| Flag / env | Effect |
|---|---|
--light | Light-terminal palette (default dark) |
--no-tip (or env LETS_STATUSLINE_TIP=off) | Hide the bottom tip line |
--no-dir (or env LETS_STATUSLINE_DIR=off) | Hide the location pill |
--no-task (or env LETS_STATUSLINE_TASK=off) | Hide the task line (also skips the background bd refresh) |
--compact | Legacy 2-line bar (fallback if the box misbehaves) |
To make a choice stick without hand-editing settings, run /lets:statusline (interactive) or lets statusline config --light β¦ β it persists the flags to your personal, gitignored .claude/settings.local.json (not the shared settings.json, so it won't force your palette on collaborators). Restart Claude Code to apply.
{
"statusLine": {
"type": "command",
"command": "lets statusline --light"
}
}
Add --light for light-background terminals (default palette is dark). Full details β line anatomy, width tiers, worktree behavior β in docs/statusline.md.
| Dependency | Required | Purpose |
|---|---|---|
| Claude Code | Yes | AI coding agent (the thing LETS plugs into) |
| git | Yes | Version control, branching, worktrees |
| beads | Yes | Task tracking and issue management (Claude Code plugin) |
| gh | Optional | GitHub PR workflow (when LETS_PR_FLOW=github) |
bb-bash (bbb) | Optional | Bitbucket PR workflow (when LETS_PR_FLOW=bitbucket) |
The README is the tour; docs/ is the manual.
| Doc | What's in it |
|---|---|
| installation.md | Install the lets binary and the Claude Code plugin, initialize a project. Troubleshooting and uninstall. |
| workflow.md | The day-to-day loop β session lifecycle, the three ways to work, LETS boxes, how the hooks keep Claude on track. |
| plan-execute.md | The plan β execute flow β /lets:plan designs the change with codebase exploration and expert review, /lets:execute implements it behind approval gates. |
| code-review.md | Three levels of review β /lets:check, /lets:review, and /lets:github-pr (analyze, post inline, follow up, approve). Dynamic agent selection. |
| agents.md | The 14 expert agents, what triggers each, tiered scoring, agent modes, and the actor agent. |
| parallel-work.md | Working on several tasks at once β /lets:team (autonomous agents) and /lets:worktree (parallel terminals). |
| autonomous.md | Hands-off flows β Dynamic Workflows (--workflow) and the autonomous task pipeline (spawn β plan β execute, two gates). |
| tasks.md | Task tracking β the task lifecycle, taking and creating tasks, notes, /lets:backlog, beads memory, shared backlogs for teams. |
| trackers.md | Pluggable tracker adapters β LETS_TRACKER selects beads (default) | ; one drift-tracked per adapter, the neutral verb set, and how to add one. |
Building on the plugin itself? See CONTRIBUTING.md and CLAUDE.md.
MIT
.beads/
.gitignore
config.yaml
metadata.json
README.md
.claude/
.claude-plugin/
marketplace.json
rules/
git.md
lets-rules.md
tracker-beads.md
settings.json
skills/
goal-plan-clean/
SKILL.md
goal-test/
findings.md
SKILL.md
loop-bb-pr/
SKILL.md
loop-test/
findings.md
SKILL.md
.editorconfig
.github/
dependabot.yml
ISSUE_TEMPLATE/
bug_report.md
config.yml
feature_request.md
PULL_REQUEST_TEMPLATE.md
workflows/
ci.yml
release.yml
verify-versions.yml
.gitignore
.goreleaser.yml
CHANGELOG.md
CLAUDE.md
cli/
.gitignore
.golangci.yml
cmd/
lets/
main_test.go
main.go
go.mod
go.sum
internal/
cli/
cmux_stub.go
cmux.go
export_test.go
hook_precompact_test.go
hook_precompact.go
hook_session_start_test.go
hook_session_start.go
hook_test.go
hook.go
init_json_test.go
init_test.go
init_user_test.go
init.go
launcher_test.go
notify_stub.go
notify.go
root.go
statusline_test.go
statusline.go
testmain_test.go
tmux_stub.go
tmux.go
update_test.go
update.go
version_test.go
version.go
worktree_lint_test.go
worktree_stub.go
worktree_test.go
worktree.go
cmuxcmd/
cmuxcmd.go
errors.go
exit.go
notify_test.go
notify.go
open_test.go
open.go
rename_test.go
rename.go
render_test.go
render.go
result.go
verify_test.go
workspaces.go
drift/
drift_test.go
drift.go
envfile/
envfile_test.go
envfile.go
frontmatter/
frontmatter_test.go
frontmatter.go
gitutil/
defaultbranch_test.go
projectroot_test.go
projectroot.go
hook/
sessionstart/
local_config_explainer.md
refresh_test.go
refresh.go
sessionstart_test.go
sessionstart.go
initcmd/
embed.go
embedded_statusline_shim.sh
env_test.go
env.go
flock_unix.go
flock_windows.go
init_test.go
init_user_test.go
init_user.go
init.go
jsonmerge_test.go
jsonmerge.go
migrate_concurrent_test.go
migrate_test.go
migrate.go
render_test.go
render.go
result.go
reviewspec_test.go
state_test.go
state.go
testdata/
golden_env_default.txt
golden_env_github.txt
golden_env_ukrainian.txt
tracker_test.go
tracker.go
trackerbodies_test.go
trackerrules_test.go
letsconfig/
env.go
keys_test.go
keys.go
launcher_test.go
launcher.go
notifycmd/
notifycmd_test.go
notifycmd.go
statusline/
fetch_test.go
fetch.go
keychain_darwin.go
keychain_other.go
render_test.go
render.go
rich_test.go
rich.go
spawn_guard_test.go
spawn_unix_test.go
spawn_unix.go
spawn_windows.go
statusline.go
taskfetch_test.go
taskfetch.go
usage_test.go
usage.go
statuslinecmd/
config_test.go
config.go
errors.go
result_test.go
result.go
tmuxcmd/
errors.go
exit.go
notify_test.go
notify.go
open_test.go
open.go
rename.go
render_test.go
render.go
result.go
sessions_test.go
sessions.go
tmuxcmd.go
verify_test.go
updatecmd/
latest_test.go
latest.go
pluginversion_test.go
pluginversion.go
result_test.go
result.go
updatecmd_test.go
updatecmd.go
version/
version_test.go
version.go
worktreecmd/
branch_test.go
branch.go
create_test.go
create.go
errors.go
exit.go
export_test.go
info_test.go
info.go
list_test.go
list.go
redact.go
remove_test.go
remove.go
render.go
result_test.go
result.go
rollback.go
security_test.go
symlink.go
testutil_test.go
verify.go
worktreecmd.go
README.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
docs/
agents.md
autonomous.md
code-review.md
commands/
commands.md
README.md
research.md
configuration.md
images/
review.png
installation.md
parallel-work.md
plan-execute.md
README.md
statusline.md
tasks.md
trackers.md
workflow.md
LICENSE
Makefile
plugins/
lets/
.claude-plugin/
plugin.json
agents/
actor.md
architect.md
backend.md
compliance.md
database.md
devops.md
docs.md
explorer.md
frontend.md
git-historian.md
implementer.md
pragmatist.md
qa.md
security.md
skeptic.md
commands/
ask.md
backlog.md
check.md
done.md
end.md
execute.md
github-pr.md
init.md
install-deprecated.md
note.md
opinion.md
plan-workflow.md
plan.md
research.md
review-round.md
review.md
start.md
status.md
statusline.md
team.md
update.md
worktree.md
hooks/
hooks.json
rules/
lets-rules.md
tracker-beads.md
tracker-none.md
tracker-TEMPLATE.md
skills/
actor-fetch-personality/
SKILL.md
backlog-workflow/
backlog.workflow.js
SKILL.md
commit/
SKILL.md
create-task/
SKILL.md
detect-task/
SKILL.md
opinion-workflow/
opinion.workflow.js
SKILL.md
orient/
SKILL.md
plan-workflow/
plan.workflow.js
SKILL.md
research-workflow/
research.workflow.js
SKILL.md
review-workflow/
review.workflow.js
SKILL.md
session-snapshot/
SKILL.md
take-task/
SKILL.md
README.md
RELEASING.md
scripts/
dev/
run.sh
install.sh
release/
bump-version.sh
verify-versions.sh
remote/
beads-web/
README.md
setup-remote.sh
update-remote.sh
dolt/
backup-remote.sh
manage-users.sh
README.md
setup-remote.sh
SECURITY.mdΒ© 2026 Flowy Β· Free and open source
Built for Claude Code Β· Not affiliated with Anthropic
nonetracker-<name>.md| commands.md | Full reference for every /lets:* command. |
| configuration.md | .lets/.env settings, the .lets/ file layout, lets init vs bd init setup order, and dependencies. |