Generate a structured planning document for a new or existing software project before writing code.
Break a main plan into ordered phase folders with detailed sub-plans.
Run an automated quality audit on planning documents before handing off to implementation.
Produce a copy-pasteable prompt to start a separate Codex implementation session.
| alicankiraz1/codexqb | crain99/worldcut-2026 | errnex/auto-clip | |
|---|---|---|---|
| Stars | 28 | 28 | 28 |
| Language | Python | Python | Python |
| Setup difficulty | easy | moderate | moderate |
| Complexity | 3/5 | 3/5 | 3/5 |
| Audience | developer | general | vibe coder |
Figures from each repo's GitHub metadata at analysis time.
Installs via Codex's plugin marketplace with two commands from the README.
CodexQB is a plugin for Codex, an AI coding environment, that adds a structured project planning workflow as a reusable skill called $codexqb. The idea is to give software projects a defined planning phase before any code gets written or changed, with each step producing documentation that persists in the repository and can be reviewed like normal project files. The workflow has four main steps. In the first step, CodexQB reads the current repository, then asks four questions: the project name, intent, target end state, and known constraints. For existing projects it reads the repo first and proposes defaults based on what it finds. The output is a main planning document saved under a Planner-docs folder. For projects that already have code, an optional autopsy step produces a separate report covering existing modules, placeholder items, technical debt, integration gaps, and readiness risks. In the second step, the main plan gets broken down into ordered phase folders, each with detailed sub-plan files. The third step is a quality audit that checks coverage, naming, ordering, structure, and implementation readiness without modifying any files. Only after the audit passes does CodexQB produce the fourth step: a text prompt you copy into a new Codex thread to begin actual implementation. This handoff is gated so planning and building stay in separate sessions, keeping the user in control of when work starts. CodexQB does not implement product features, run destructive commands, commit code, or write credentials into planning documents. It also includes a validator script and a Makefile target called make check for confirming that planning documents meet structural requirements before the implementation handoff is allowed. The plugin installs via Codex's repository marketplace with two commands listed in the README. It is released under the MIT license and includes GitHub Actions that run the same validation checks automatically on pushes to the main branch.
A Codex plugin that adds a structured, gated project planning workflow, producing reviewable planning documents before any code gets written.
Mainly Python. The stack also includes Python, Codex, GitHub Actions.
MIT license: use, modify, and distribute freely, including commercially, as long as you keep the copyright notice.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.