Install & run your first command
Three commands to a complete autonomous engineering org in any project.
Install the plugin
/plugin marketplace add Immy6315/claude-marketplaceRun inside Claude Code to add the eng-org marketplace source.
Add eng-org to your project
/plugin install eng-org@immy6315-marketplaceInstalls the eng-org plugin from the marketplace into your current project.
Initialise your engineering org
/eng-org:initRun once inside your project directory — scaffolds the full governance layer tailored to your stack.
Nine guardrails, zero silent failures.
Every autonomous agent dispatched by eng-org operates inside these constraints — so the framework enforces quality on your behalf.
Design parity gate
Every UI change is verified against the design reference before merge — pixel drift never ships silently.
Regression check first
Every task begins with a written check of prior fixes — what was fixed before stays fixed.
Native boot smoke
Native dependencies get a real device boot smoke, not just a bundler pass — runtime crashes surface before review.
Parallel cap
Parallel work is capped so review quality stays high — no batch absorbs failures under "not my change" excuses.
No pre-existing excuse
A pre-existing failure is never accepted as a reason to ship — every red signal is fixed or formally deferred.
Divergence registry
Intentional visual drift from the design reference is registered, not silent — every deviation has a rationale on record.
Contract parity gate
API contracts are pinned — any change to a response shape requires explicit approval before merge.
Contract registry
Every API contract change is recorded with its rationale — downstream consumers always know what changed and why.
Clarity gate
The autonomous loop never starts without a clear brief — ambiguity is resolved before the first line of code.
Scope-containment gate
Every change stays inside the approved plan — no silent rewrites or scope creep slip through unreviewed.
Self-correcting autonomous loops — with a safety brake.
Mode L iterates, verifies, and decides autonomously. When work is done the loop stops cleanly. When a path is stuck the circuit breaker trips — so the loop never spins in place.
25 commands. One workflow.
Every stage of the pipeline has a slash command. Run them individually or let /eng-org:ship orchestrate the whole sequence.
- /eng-org:architectDesign a subsystem first — produce an independently-reviewed ADR before any code is written.
- /eng-org:em-intakeCapture a new requirement and open a REQ folder — start every feature here.
- /eng-org:tl-analyzeRun impact analysis and surface blast radius before dispatching any dev work.
- /eng-org:trdAuthor the technical requirements document — the contract every dev works from.
- /eng-org:tl-assignDispatch domain devs against the approved plan when the TRD is in place.
- /eng-org:run-testsRun the multi-tier test suite in parallel when implementation is complete.
- /eng-org:run-reviewsTrigger independent multi-axis review — architecture, security, performance, standards, observability, governance, and more.
- /eng-org:merge-readinessCompute the composite verdict — is this change shippable for human approval?
- /eng-org:em-summaryProduce the one-page brief the human approver needs before authorising merge.
- /eng-org:statusSnapshot the pipeline board to see where every active REQ stands right now.
- /eng-org:shipRun the end-to-end pipeline orchestrator — halts automatically on any red signal.
- /eng-org:whyShow the first missing pipeline stage and the exact command needed to unblock it.
- /eng-org:blockersOpen the human inbox for external blockers that only a person can resolve.
- /eng-org:review-diffGet an eng-org-grade multi-axis review on any diff — no full pipeline required.
- /eng-org:doctorHealth-check the eng-org install — spot missing files, unregistered agents, or config drift.
- /eng-org:pilot-checkDry-run the whole pipeline on a canned change to prove the wiring before your first REQ.
- /eng-org:initDrop the full five-role framework into any repo — tailored agents and governance in one command.
- /eng-org:new-projectScaffold a brand-new eng-org project with its full doc set and registry entry.
- /eng-org:syncPush governance and context to the shared repo so every machine stays in step.
- /eng-org:bug-intakeOpen the fast Mode C bug-fix lane — triage a production bug and assign a lead in one step.
- /eng-org:bug-fixImplement a triaged bug fix with a regression test that locks the bug out for good.
- /eng-org:bug-verifyProve a bug is gone and nothing else broke, then produce the approver’s one-pager.
- /eng-org:graphyfyVisualize the project as living Mermaid graphs so anyone can understand it cold.
- /eng-org:autopilotStart a multi-milestone autonomous program when a complex brief is ready to run.
- /eng-org:autopilot-iterateResume an in-flight autonomous program from where the last milestone left off.