Launch checklist¶
One pass to run before opening steer to the wider team. Work top to bottom;
each item is something you've actually exercised, not just read about. Do this in
a real (or throwaway) repo, not against production work.
Pre-rollout checks¶
- [ ] Plugin install tested.
/plugin marketplace add element22llc/e22-pluginsthen/plugin install steer@e22-pluginssucceeds in a clean Claude Code. - [ ]
/steer:inittested. Runs in a fresh repo and installs the scaffold +/specspine. (See Adopt for the existing-repo path.) - [ ]
/steer:standardstested. Loads the always-on rules on demand — confirm it works on a hookless surface (Cowork/desktop) whereSessionStartdoesn't fire. See Known limitations. - [ ] Issue creation tested. Capturing an idea creates a tracked issue through
/steer:tracker-sync(MCP-first →ghfallback). Confirmgh auth statusis green so the path doesn't drop to the manual floor. - [ ] PR workflow tested.
/steer:workproduces a branch + commit and opens a PR, and the push/PR gate correctly pauses for a human. - [ ] In-CI
@claudeprovisioned. The shippedclaude.ymlloads thesteerplugin in CI, so it needs theANTHROPIC_API_KEYsecret and the shared marketplace GitHub App (STEER_APP_ID/STEER_APP_PRIVATE_KEY, set once at the org level). Create the App, then@claudeon a test PR and confirm the reply reflects steer standards (proves the plugin loaded). See GitHub Actions integration. - [ ] Docs drift CI tested.
mise run docs:checkpasses, and a deliberate drift (e.g. add a skill without updating the reference) is caught by CI. - [ ] One PO dry run completed. A non-developer walks the PO happy path end to end: idea → preview → PR for dev review.
- [ ] Rollback / uninstall documented. The team knows how to back out (below).
Rollback / uninstall¶
To remove the plugin from a Claude Code install, use the /plugin manager
(symmetric with the install steps in Installation):
This stops the hooks from firing and the rules from being injected in new
sessions; it does not touch artifacts already written into a managed repo
(the /spec spine, scaffold files, branches, or issues). To fully back a repo
out, revert those changes through normal git history.
Next¶
Point new teammates at Team onboarding once these boxes are checked.