gsd-codex-cli
v1.20.13
Published
Codex-native package for the get-shit-done workflow with native subagent orchestration.
Maintainers
Readme
Get Shit Done - Codex Fork
This repository packages the get-shit-done (GSD) workflow for Codex. It installs Codex prompts plus the supporting GSD reference files used by the workflows and agents.
Use this fork if you want the GSD workflow inside Codex with a simple installer that works for a single project or your home directory.
Quick Install
npx gsd-codex-cli@latest --path .Install globally (prompts available from any project):
npx gsd-codex-cli@latest --globalYou can combine both:
npx gsd-codex-cli@latest --path . --globalWhat Gets Installed
The installer copies these directories into the target location:
.codex/promptsand.codex/skillsfor Codex commands.codex/agentsfor Codex agent roles (model routing).claude/get-shit-donefor workflow references.claude/agentsfor agent definitions
This fork is Codex-first, but the Claude assets are kept alongside for compatibility with the upstream workflow files.
The installer also registers GSD agent roles under [agents.gsd-*] in your Codex config (.codex/config.toml for local installs and ~/.codex/config.toml for global installs). It only appends missing sections.
Using the Prompts
Open your project in Codex and run these prompt commands:
/prompts:gsd-new-project/prompts:gsd-plan-phase/prompts:gsd-execute-phase
All Codex prompts live in .codex/prompts.
Update
Re-run the installer to update your local or global install. It overwrites the existing files with the latest version.
npx gsd-codex-cli@latest --path . --globalCLI Options
--path <target-dir> Install into this directory (defaults to current directory)
--global Also install to your home directory
--help Show helpExamples
npx gsd-codex-cli@latest --path .
npx gsd-codex-cli@latest --global
npx gsd-codex-cli@latest --path . --globalDevelopment
git clone https://github.com/redstar1337/get-shit-done-codex.git
cd get-shit-done-codex
node bin/install-codex.js --path .Run tests and build hooks:
npm test
npm run build:hooksNotes
- This package is published as
gsd-codex-cli. Usenpx gsd-codex-cli@latestfor installs. - The npm binary names
get-shit-done-codexandget-shit-done-ccare still provided for compatibility after install.
Upstream
GSD originated in the upstream repository by TACHES. This fork keeps the core workflow and adds Codex-native prompts and packaging.
Upstream: https://github.com/glittercowboy/get-shit-done
License
MIT. See LICENSE.
