Turn a vague feature idea into a detailed, copy-pasteable prompt for a coding agent.
Get clarifying questions asked one at a time when your idea is too vague to act on.
Automatically fold a project's existing agent instructions (AGENTS.md, CLAUDE.md) into a generated prompt.
Decide automatically whether a task needs a planning prompt or a direct execution prompt.
| devswha/lazyprompt | bluejacketblackhawk/saysomething | chinaran0/wujing_dic | |
|---|---|---|---|
| Stars | 18 | 18 | 18 |
| Language | JavaScript | JavaScript | JavaScript |
| Setup difficulty | easy | moderate | easy |
| Complexity | 2/5 | 3/5 | 2/5 |
| Audience | developer | general | ops devops |
Figures from each repo's GitHub metadata at analysis time.
Requires OpenAI Codex CLI installed, since lazyprompt is distributed as a Codex plugin/skill.
lazyprompt is a plugin and skill for OpenAI's Codex coding assistant that turns a vague, one-line idea into a well-formed prompt for two other Codex skills, ulw-plan and ulw-loop, from a related project called lazycodex or OmO. It does not run any code or carry out the task itself, it only writes the prompt text for you to copy and paste. You type a command starting with lazyprompt followed by a plain description of what you want, such as adding a search feature to your app. The skill decides whether your idea is specific enough to jump straight to an execution-and-verification prompt, or vague enough that it should first produce a planning prompt. If it is inside a project folder, it first reads any existing agent instruction files, such as AGENTS.md, CLAUDE.md, or cursor rule files, and folds those rules into the prompt it writes rather than asking about things already documented there. When your idea is vague, lazyprompt can automatically switch into a short interview mode, asking one clarifying question at a time about the weakest part of your idea rather than guessing, and you can request a deeper interview or skip straight to output instead. The output always has two parts: the actual prompt meant to be copied into ulw-loop or ulw-plan, and a separate plain-language explanation of what that prompt does, which is meant only for you to read and not to paste anywhere. Depending on the task, it can also weave in optional helper skills, such as ones for frontend work, structural code search, or checking references and errors, only including a helper if it actually fits the task. The project explicitly avoids inventing success criteria, constraints, or helper skills that were not confirmed, and it never runs the target skill on your behalf. It is installed as a Codex plugin from its GitHub repository and is released under the MIT license.
A Codex plugin that turns a vague one-line idea into a ready-to-paste, detailed prompt for the ulw-plan and ulw-loop coding skills, without running anything itself.
Mainly JavaScript. The stack also includes JavaScript, Codex.
Use freely for any purpose, including commercial use, as long as you keep the copyright and license notice.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
double-check against the repo, no cap.