EOC Product Improvement Backlog

May 20, 2026 ยท View on GitHub

This backlog focuses on making Everything OpenAI Codex easier to install, evaluate, navigate, trust, and extend. Public launch work should follow this product proof, not outrun it.

Product Principles

  • Plugin-first adoption: keep the Codex plugin marketplace path as the primary install route, with source install as the reproducible fallback.
  • Evidence before promotion: every public claim should map to a command, test, screenshot, release note, or review guide.
  • Operator speed: a new user should reach a useful EOC workflow in less than ten minutes.
  • Quiet trust: health checks, repair commands, and release gates should explain the next action without requiring a maintainer to decode logs.

Now

StatusAreaImprovementSuccess signalEvidence command
OpenActivationAdd a first-ten-minutes path that starts from plugin install, source dry-run, catalog browse, and doctor outputA new evaluator can complete the path without reading the full READMEnode scripts/install-apply.js --profile minimal --target codex --dry-run
ShippedInstall healthMake eoc doctor print the recommended repair command beside each issueDoctor output moves from diagnosis to guided recoverynode scripts/eoc.js doctor --target codex
ShippedCatalog discoveryAdd keyword search to eoc catalog for skills, agents, rules, profiles, and install modulesUsers can find "review", "security", "frontend", or "memory" without browsing directoriesnode scripts/eoc.js catalog search security
ShippedDemo proofAdd a single local smoke command that verifies source dry-run, catalog, doctor, and status basicsMaintainers can refresh demo confidence before posting or submittingnpm run demo:smoke
OpenREADME routingKeep README short-path navigation pointed at product proof, review guide, release notes, and go-to-marketVisitors know where to evaluate, where to trust, and where to contributenode tests/docs/public-positioning.test.js

Next

AreaImprovementSuccess signalEvidence command
DashboardSurface install health, catalog search, copyable commands, and readiness status in the dashboardThe dashboard becomes an evaluator surface, not only an operator surfacenpm run dashboard
ScreenshotsRefresh the four public screenshots after the first-ten-minutes path is stableScreenshots match the current plugin-first storyManual screenshot review against assets/screenshots/
Package channelsReconcile plugin marketplace naming, source install, legacy ecc compatibility, and scoped npm package expectationsNo visitor sees conflicting public package-channel languagenode tests/docs/install-identifiers.test.js
Contribution pathAdd issue templates for install failure, catalog request, skill contribution, and docs correctionIncoming feedback lands as actionable work instead of vague issuesgh issue list --repo mturac/everything-openai-codex
Release gateAdd clean-checkout smoke guidance for maintainers before broad launchPublic pushes use the same repeatable checklistnpm pack --dry-run

Later

AreaImprovementSuccess signalEvidence command
Examples galleryPublish five workflow cards: code review, security scan, long task resume, frontend design, backend TDDUsers pick a workflow by intent before learning repo structureDocs test for linked examples
Localized parityAdd docs parity checks for translated READMEs when install paths changeTranslations do not drift on install commands or product claimsnpm run test
Dogfood reportPublish a weekly dogfood note with what EOC improved inside its own repoThe project shows its operating loop, not only its catalog sizeManual release note entry
Adoption metricsTrack stars, forks, issues, plugin install feedback, review-guide completions, and accepted listingsGrowth is judged by durable usage signals, not raw posting volumeGitHub and submission ledger review

Product Metrics

MetricTargetWhy it matters
Time to first useful workflowUnder 10 minutesMeasures whether the repo is approachable without maintainer guidance
Source dry-run success100% on clean checkoutProtects the fallback install path
Doctor actionabilityEvery issue includes a fix command or next file to inspectTurns support into self-service
Catalog findabilityTop intents return relevant surfaces from one commandMakes 232 skills navigable
Public proof freshnessScreenshots, release notes, launch kit, and review guide agreeKeeps promotion aligned with the live repo
High-severity dependency audit0 high findingsPreserves trust for installable tooling

Operating Rule

Before broad public pushes, complete at least one item from Now and attach the evidence command output to the launch or release note. The repo should earn attention by becoming easier to use each time it is shared.