Codex plugin for the HITL AI-Driven Development workflow.
This repo is a small Codex marketplace containing one plugin:
plugins/hitl-codex-plugin
The plugin installs HITL project instructions, Codex lifecycle hooks, git hooks, convention checks, role skills, templates, and optional Graphify support.
The target product repo receives only lightweight pointers and wrappers. The plugin payload stays in the Codex plugin folder.
Add this repo as a Codex marketplace:
codex plugin marketplace add /path/to/hitl-codex-pluginThen install HITL into a target git repo:
bash /path/to/hitl-codex-plugin/plugins/hitl-codex-plugin/install.sh /path/to/target-repoThis writes only a small AGENTS.md, Codex hook config, git-hook wrappers, a convention-check wrapper, .mcp.json, and .graphifyignore into the target repo. It does not copy the plugin's workflow, scripts, templates, or rule bundles into the product repo.
Open Codex in the target repo and start a workflow:
codex "I am the PM. Start the HITL pm/design-feature workflow."or:
codex "Initialize HITL context for GH-42: add user notifications"Full methodology, playbooks, role guides, and adoption guidance live in the main HITL platform repo: