Codex Project Autopilot: A plugin that makes Codex think like a real team
Main chat
A chat for vibe coders: news, guides, live cases, marketplace, and finding executors.
Imagine: you throw one phrase in Codex – “I want a Telegram bot to record services with an admin”. After 30 seconds, the model is already writing the code. Beautiful, fast... and in two hours you realize you have forgotten the authorization, the database, the unique design, the secret checklist and the normal handoff. Familiar?
Codex Project Autopilot is a local plugin for Codex that addresses this pain. He is not just a set of prompts, but a full-fledged orchestrator of the project. Takes a raw idea → conducts discovery → offers 3 options for a plan → waits for your explicit “yes” → builds everything according to the roles → checks → gives a ready handoff with a checklist “what to do with your hands”.
V1.0.0 was released yesterday (March 27, 2026). Repository: github.com/AlexMi64/codex-project-autopilot (MIT, fully open).
Why should I
Normal Codex (even 5.3) is ingenious but impulsive. He:
- he jumps right into the code,
- loses context between sessions,
- mix analysis, design and implementation,
- generates "AI-slop" (template cards, purple gradients, Inter-font),
- forgetting about the handoff.
Autopilot introduces hard structure and ** project memory**, but remains lightweight and local. It runs on macOS, Linux and Windows.
How the plugin works: 6 fixed phases
Discovery* A short friendly quiz. If there are few answers, it sets a second wave of clarifications. He asks, “What makes a project unique and what the fuck does it look like?”
Planning Forms:
- draft
- product intelligence
- technical context
- 3 variants of the plan*: Minimum, Optimal, With Margin He recommends one and explains why in simple words.
Approval Shows plans, asks for one explicit confirmation. The approved plan is frozen in
approval-snapshot.json- it is not overwritten by chance.Execution Hands out tasks by role.
Verification Check the main scenarios before the final.
Handoff Prepares a full report: what is done, what is done by hand, env/secrets checklist, how to launch/deploy.
The main feature is an anti-template approach to design and architecture
The plugin is deliberately fighting against generic solutions. The section “Uniqueness and Design” explicitly states:
- fixes
project DNAand rules of uniqueness, - distinguish between “calm product UI,” “expressive marketing,” and “bold visual direction.”,
- can pick up your style-skills, moodboard,
design-system.jsonand TypeUI (neobrutalism, artistic, bold, etc.), - **Prohibits you from turning every project into an "Awwwards-landing" for no reason.
A separate rule for Russian-language projects: If the content is in Russian - fonts must support the Cyrillic alphabet. The lack of Cyrillic is considered a quality error.
Morecil Role System + SOULS.md – the soul of the plugin
Each role (project-discovery, solution-architect, design-director, frontend-builder, etc.) is described by its own system Morecil:
- mission
- contract
- mandatory
- criteria
- handoff
And in the file SOULS.md (this is the real manifesto), the “character” of each role is written. For example:
**Design Soul: Design is not for decor. It should make the product recognizable, understandable and alive. Does not leave library default as a final UI. Does not repeat “purple AI-landing” by inertia
**Anti-Template Law: Do not choose a solution just because it is defaulting. Each project must have its own character, its own main scenario, its own reasonable scope.”
This is exactly what most “autopilot” skills lack.
Token savings and smart memory
The plugin uses three-layer memory inside .codex-agent/ (created locally in each project):
phase-card.md– Minimum “What to Do Now”ultra-context.md– short compression of the current stepcontext-bundle.md– a complete bundle of just the right phases
The result: noticeably fewer tokens than with “read everything and think.”.
How to install
** Option 1. Globally *
python3 scripts/install_home_plugin.py
The plugin appears in Codex → Skills & Apps → User source.
** Option 2. Locally in the project**
Copy the repository and run python3 scripts/install_local_plugin.py --workspace .
** Option 3. The simplest** Write a prom in Codex
Install this plugin globally https://github.com/AlexMi64/codex-project-autopilot
Details are in README.
Who would be particularly helpful
- Those who do an MVP in an evening and do not want to refactor for two weeks.
- Who works with mixed projects (bot + site + base + automation).
- Tired of “beautiful but broken” code.
- Who wants unique designs and architecture, not another Tailwind template.
Outcome
Codex Project Autopilot isn’t just another “autopilot” that just writes code faster. This is the first plugin that makes Codex work like a small, meaningful team: with planning, approval, quality check, handoff care, and a real focus on product uniqueness.
If you are already using Codex for real projects, install this plugin. The difference is felt from the first idea.
Reference: github.com/AlexMi64/codex-project-autopilot