Add oh-my-grok-build plugin - #146
Open
duarbdhks wants to merge 8 commits into
Open
Conversation
Consensus planning, bounded parallel execution, and evidence-based verification for Grok Build. Six skills and six role agents, layered on native plan mode, subagents, worktrees, and workflows. Content-only: no hooks, MCP servers, binaries, or runtime dependencies. Remote source pinned to d4ff002fdf2aef24419e7616fb145d8546a90608.
Picks up the documentation restructure: English is now the default language for the README and docs, with Korean shipped alongside as <name>.ko.md.
The upstream repository rewrote its commit history to English, so the previously pinned commit no longer exists. Repins to the equivalent head.
Picks up /ogb-interview, a questioning-only skill that turns a vague idea into a direction brief before planning, so the catalog now lists seven skills. Also carries documentation corrections made since the last bump.
Pins the latest main with agent rename (drop ogb- prefix), /ogb-ultrawork elapsed-time scheduling, explorer no-fan-out, and A/C live smoke docs. Regenerates the plugin index so agents list architect/executor/etc.
Pin the marketplace entry to the live authored-workflow validation update.
duarbdhks
force-pushed
the
add-oh-my-grok-build
branch
from
July 27, 2026 03:34
909a300 to
2a4435d
Compare
Picks up the /ogb-interview question-format change: every question turn now leads with the question in plain language and defers the readiness bookkeeping to a trailing Status: block. Validated with four headless grok 0.2.112 runs; no manifest, skill inventory, or version change.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does
Adds one new remote-source entry for
oh-my-grok-build, a content-only plugin that layers a plan → execute → independently-verify discipline on top of Grok Build's native plan mode, subagents, worktrees, and workflows. It ships seven skills (/ogb-interview,/ogb-plan,/ogb-start,/ogb-ultrawork,/ogb-verify,/ogb-workflow,/ogb-doctor) and six role agents.oh-my-grok-buildhttps://github.com/duarbdhks/oh-my-grok-build.git@d41356cdbd0a8ddf01c0788626612ddaaa1ef9ba(subdirectoryplugins/oh-my-grok-build)Ownership
sourcerepo is published under our official org (or I've explained why not below).This is an independent community plugin, not a branded product, so there is no official org behind it. See "Notes for reviewers".
Checklist
.grok-plugin/marketplace.json(valid JSON, kebab-casename).sha, and that commit is public + reachable..grok-plugin/plugin-index.json(python3 scripts/generate-plugin-index.py).python3 scripts/validate-catalog.pypasses locally.python3 scripts/generate-plugin-index.py --checkpasses locally.homepage+ cleardescriptionset.LICENSEat the repo root).Security
No
curl | bash, remote-code download/exec, orpostinstallRCE.No reading/exfiltration of secrets, tokens,
.env, or env vars.Hooks and MCP scope are least-privilege.
Network endpoints this plugin calls (and why): none. The plugin is Markdown only.
Credentials/permissions it requires (and why): none.
The plugin ships no hooks, no
.mcp.json, no.lsp.json, no binaries, and no npm runtime dependencies. Its own CI asserts those absences on every commit, and itsAGENTS.mdforbids adding them without an accepted architecture decision. The only executable in the repo is a dependency-free Node validator underscripts/, which is never installed or run by the plugin — it is repository tooling.ogb-doctorreads configuration to report readiness and is explicitly instructed never to print secret values. All skills default to read-only and never commit, push, or open PRs without an explicit user request.Notes for reviewers
Why a personal-account source.
oh-my-grok-buildis an independent community plugin in theoh-my-*tradition, not a branded product from a company, so there is no official org to publish it under. It claims no affiliation with xAI;NOTICE.mdstates this and the README repeats it. If sourcing from a personal account is disqualifying, I'm happy to close this and keep it as a third-party marketplace.Pin history. Latest bump:
d41356c— records live Grok evidence for the three remaining/ogb-ultraworkscheduling scenarios in English and Korean: serial execution for integration tests sharing one file-backed database and TCP port, one six-executor worktree wave for isolated subsystem tasks, and native-workflow selection for eight repetitive tasks. It also documents the observed unattended headlessautopermission limitation and the successful explicitly approved bounded retry. No runtime component or dependency was added.Verification performed. Every skill was exercised in a live Grok Build 0.2.112 session:
/ogb-doctor/ogb-plan/ogb-ultraworkvalidate_onlypassed, and 8/8 logical agents completed withagent_budget=8/ogb-start/ogb-verifycheck-work; zero files modified/ogb-workflowcomplete,agents_used=1,OGB_LIVE_OK) and its missingargs.targetbranch blocked before dispatch (agents_used=0) with an actionable pause message/ogb-interviewThe chain from
/ogb-interviewthrough/ogb-verifywas also run continuously inside one session, which covers the handoffs between skills rather than each skill alone.Still unverified (recorded in
docs/validation.md): worktree merge conflict handling, session-boundary plan restore messaging, saved workflow loading throughscript_path, budget-exhaustion and parallel-slot workflow branches, scheduling scenarios B/B2, and a command-level non-blocking shell primitive.Static checks:
npm test(176 checks) andgrok plugin validateboth pass. The new scheduling evidence also passed Ralph architectural review and an UltraQA matrix covering repeated validators, documentation assertions, prompt-injection resistance, bounded fan-out, false-success detection, and cleanup. CI runs the repository validator on every push.Prior art. The workflow discipline is inspired by
oh-my-claudecode(MIT), but this is a clean-room implementation for Grok Build's native extension interfaces. No upstream runtime, hooks, state engine, or prompts were vendored.NOTICE.mdrecords the attribution.