Analysis updated 2026-05-18
Keep Codex from turning a simple question into an unnecessary implementation.
Limit how many files and tools Codex reads before making a small fix.
Get a short plan before Codex starts a larger build instead of jumping straight in.
Use Korean-language guidance to steer Codex's task classification behavior.
| nam-cheol/codex-fable-mode | 1tdspg-26/front-aula5-1sem | acoyfellow/svelte-edge | |
|---|---|---|---|
| Stars | 18 | 18 | 18 |
| Language | — | HTML | TypeScript |
| Setup difficulty | easy | easy | moderate |
| Complexity | 1/5 | 1/5 | 3/5 |
| Audience | developer | vibe coder | developer |
Figures from each repo's GitHub metadata at analysis time.
Documentation-only plugin, installed with two Codex CLI commands, no build step or dependencies.
This repository is a plugin for Codex, an AI coding assistant. The plugin is called fable-mode and is described as a documentation-only plugin, meaning it contains no executable code of its own. Its purpose is to change how Codex approaches tasks before it starts working, making it pause and decide what kind of output is actually needed before doing anything. The core idea is called Output Lock. Before Codex writes code, edits files, or gives any response, it first classifies the task into one of several categories: answer, edit, implementation, review, audit, design artifact, research, clarification, or validation. This classification then shapes everything that follows. An answer stays an answer and does not turn into an implementation. An edit stays small and does not become a redesign. A simple question gets a direct response without a planning phase. Two additional constraints called Procedure Budget and Tool Budget limit how much work Codex does. Procedure Budget controls how much planning, questioning, and auditing happens before acting. Simple answers skip planning entirely. Small fixes check only the minimal relevant scope. Larger builds get a short plan before execution. Tool Budget limits which tools Codex reaches for, restricting file reads and searches to only what is needed to verify facts and check the affected areas. The plugin is written mostly in Korean and is aimed at Korean-speaking Codex users, though the underlying concepts apply regardless of language. You activate it by typing $fable-mode at the start of a message in Codex. Installation is done via two terminal commands that register the plugin from this repository. The README includes installation steps for both Codex CLI and Codex Desktop. The plugin is unofficial, not affiliated with Anthropic or OpenAI, and is provider-neutral in its guidance. It does not reproduce any proprietary prompts or internal system instructions.
A documentation-only Codex plugin that makes the AI classify each task's output type first, then limits how much planning and tool use it does before responding.
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.