Коротко: Рабочий репозиторий: Standalone Codex skill that turns vague tasks into an execution pack and asks before running.
- Назначение: Рабочий репозиторий: Standalone Codex skill that turns vague tasks into an execution pack and asks before running.
- Основной стек: не указан.
- Видимость: публичный репозиторий.
- Статус: активный репозиторий; актуальность проверять по issues и последним коммитам.
- Задачи и текущие решения: GitHub Issues этого репозитория.
- Код и материалы: файлы в корне и профильные папки проекта.
- Связь с HQ: если проект влияет на продукт, контент или воронку, сверяйте канон в
0_hqи репозитории-владельце.
- Сначала прочитайте этот README и открытые issues.
- Не переносите сюда канон соседних проектов без ссылки на источник.
- Перед правками проверьте существующие scripts, package.json/pyproject и локальные инструкции.
A Codex skill that turns messy tasks into a clear execution pack, then asks before starting the run.
By Ris — AI development & vibecoding
justdoit is a focused repository for one Codex skill with one job:
take a rough task, inspect the repo, prepare a plan pack, and only then propose execution in plain language.
- scans the project before making a plan
- creates
plans.md,status.md, andtest-plan.md - keeps milestones dependency-safe and validation-first
- talks to the user like a product operator, not a prompt dump
- asks for confirmation before switching into execution mode
- founders and operators who want a reliable execution handoff
- solo builders who need a durable plan before a long run
- Codex users who want fewer walls of text and more clear next steps
Ask Codex:
Use $skill-installer to install https://github.com/serejaris/justdoit/tree/main/skills/justdoit
You can hand that line to another Codex agent and it can install the skill by itself.
Manual install:
cp -R skills/justdoit ~/.codex/skills/Restart Codex after installation.
- skills/justdoit — the installable skill
- assets/justdoit.gif — branded visual used in the README
- local execution docs such as
plans.md,status.md, andtest-plan.mdare generated during runs and intentionally not versioned here
- it reads the repo before pretending to know the work
- it creates durable files instead of relying on chat memory
- it summarizes the execution proposal in human language
- it waits for a clear
startbefore running the loop
MIT
