Your AI coding agent ships fast. This makes it ship with judgment.
Staff-level engineering reasoning for design, development, testing, release, and operations decisions.
AI coding agents now write material amounts of production code. The bottleneck is no longer how fast the agent writes — it is whether the agent reasoned about what happens when the code runs at 3am. Agents will happily design an endpoint without a compatibility plan, implement a migration with no rollback, add tests that miss the failure mode, or ship a config change with no canary. This pack closes that gap.
Ask a normal engineering question. Hand the agent a task, design, diff, incident, rollout, or maintenance problem. The router reads the work, picks one specialist (occasionally one secondary), reads that specialist file, and returns concrete decisions, risks, checks, owners, supporting details, and next steps. You never name a specialist.
Supported tools should list only the native staff-engineer-mode router. Specialist files live under specialists/ and load only after routing.
The router refuses to load every plausible specialist. One primary specialist at a time, by default.
See SAMPLE-PROMPTS.md for prompts across every specialist.
These are real Claude Code captures from public codebases. The prompt is plain developer wording; Staff Engineer Mode routes to one specialist, loads that specialist file, and returns a structured engineering answer.
Register the marketplace:
/plugin marketplace add https://github.com/sirmarkz/staff-engineer-mode.git
Install the plugin:
/plugin install staff-engineer-mode@staff-engineer-mode
Works with Codex CLI and Codex App. Tell Codex:
Fetch and follow instructions from https://raw.githubusercontent.com/sirmarkz/staff-engineer-mode/main/.codex/INSTALL.md
/add-plugin staff-engineer-mode
Works with OpenCode. Tell OpenCode:
Fetch and follow instructions from https://raw.githubusercontent.com/sirmarkz/staff-engineer-mode/main/.opencode/INSTALL.md
Register the marketplace:
copilot plugin marketplace add https://github.com/sirmarkz/staff-engineer-mode.gitInstall the plugin:
copilot plugin install staff-engineer-mode@staff-engineer-modegemini extensions install https://github.com/sirmarkz/staff-engineer-modeStart a fresh session inside any open repo and ask one of:
- "Before implementing partner webhooks, design the event contract, delivery retries, replay path, and dead-letter handling."
- "During development of the checkout inventory call, decide timeout, retry, fallback, and duplicate-work safeguards."
- "Review my last commit and tell me what you would catch in PR review."
The agent should load the router, choose one specialist, and respond with concrete decisions, risks, checks, owners, supporting details, and next steps — not vibes.
One native router skill: staff-engineer-mode. It routes to 54 specialist
files under specialists/; those files are not installed or listed as separate
native skills.
Examples by surface (the full catalog with prompts for every specialist file is in SAMPLE-PROMPTS.md):
Every specialist file appears in SAMPLE-PROMPTS.md with four representative prompts.
Staff Engineer Mode can be used alongside workflow skills like Superpowers. Workflow skills shape how the agent plans and executes; Staff Engineer Mode shapes the engineering checks and decisions it applies to the work.
Patches welcome — especially additional practices from authoritative sources: first-party engineering publications, official documentation, standards bodies, peer-reviewed papers, or widely cited practitioner references.
New specialist files must be technology-agnostic, cite stable source IDs, and avoid vendor endorsement. Read STYLE.md before opening a PR. The voice is enforced.
See MAINTAINERS.md.
This pack focuses on the intersection of the strongest publicly documented engineering practices from leading software engineering organizations. It synthesizes large-operator engineering writing (Google, Amazon, Meta, Microsoft, Apple, Netflix) and standards work cited by their teams (NIST, CISA, OWASP, OpenSSF, IETF, W3C). Specific source IDs are in skills/_shared/references/source-index.md. This is an independent project; nothing here is endorsed by or affiliated with those organizations.
MIT — see LICENSE. The project notice is included there.
Fewer vibes. More engineering.








