Staff-level engineering judgment for coding agents, from design to production.
Give Staff Engineer Mode a design, diff, rollout, incident, migration, or maintenance problem. One router selects one of 64 focused specialists. The agent works through relevant failure modes and verification checks before it ships code or changes production.
You get concrete decisions, risks, checks, and next steps across architecture, reliability, security, delivery, data, platform, and operations.
Ask a normal engineering question. You never need to name a specialist.
The router classifies the requested artifact, lifecycle phase, engineering surface, and risk. It chooses one primary specialist and adds a secondary only when the request needs a separate artifact.
Supported tools list only the native staff-engineer-mode router. The 64
specialist files stay under specialists/ and load only after routing.
For commits and amends, Staff Engineer Mode calls agent-pr-review against
the exact staged diff. For releases, tags, version bumps, packages, artifacts,
and promotions, it calls release-build-reproducibility and
production-readiness-review together.
Commands labeled "terminal" are run in your shell. Commands labeled "agent chat" are typed inside that tool's interactive agent session.
Terminal:
claude plugin marketplace add https://github.com/sirmarkz/staff-engineer-mode.git
claude plugin install staff-engineer-mode@staff-engineer-modeAgent chat:
/plugin marketplace add https://github.com/sirmarkz/staff-engineer-mode.git
/plugin install staff-engineer-mode@staff-engineer-mode
Terminal:
codex plugin marketplace add https://github.com/sirmarkz/staff-engineer-mode.git
codex plugin add staff-engineer-mode@staff-engineer-modeTerminal:
git clone https://github.com/sirmarkz/staff-engineer-mode.git ~/.cursor/staff-engineer-mode-src
mkdir -p ~/.cursor/plugins
ln -s ~/.cursor/staff-engineer-mode-src ~/.cursor/plugins/staff-engineer-modeTerminal:
opencode plugin 'staff-engineer-mode@git+https://github.com/sirmarkz/staff-engineer-mode.git'Terminal:
copilot plugin marketplace add https://github.com/sirmarkz/staff-engineer-mode.gitInstall the plugin:
copilot plugin install staff-engineer-mode@staff-engineer-modeTerminal:
gemini extensions install https://github.com/sirmarkz/staff-engineer-modeStart a fresh session inside any open repo and try one of these prompts:
- "Before implementing partner webhooks, design delivery retries, replay, and dead-letter handling."
- "For a new inventory dependency call, decide timeout, retry, and fallback."
- "Review my last commit."
The agent should load the router, choose one specialist, and respond with concrete decisions, risks, checks, owners, supporting details, and next steps.
For more coverage, see the sample prompts.
Staff Engineer Mode ships one native router skill. It keeps 64 specialist files
under specialists/ and loads them after routing.
The concern groups below help you browse. Runtime routing still follows the requested artifact, phase, surface, and risk.
The practice library uses first-party engineering publications from Amazon, Google, Meta, Microsoft, Apple, and Netflix. Standards and guidance come from NIST, CISA, OWASP, OpenSSF, IETF, and W3C.
The library covers public incident records from AWS, Azure, Google Cloud, Google Workspace, Meta, and Netflix.
See the source index for the full reference set. Staff Engineer Mode is independent and is not endorsed by or affiliated with these organizations.
Patches are welcome. New practices should come from authoritative sources: first-party engineering publications, official documentation, standards bodies, peer-reviewed papers, or widely cited practitioner references.
Contributors must keep new specialists technology-agnostic. Do not endorse vendors. Maintain authoritative sources in the shared index and read CONTRIBUTING.md before opening a PR. Repository checks enforce this voice.
MIT