bootstrap-codex-sdlc
Installation
SKILL.md
Bootstrap Codex SDLC
Use this skill to establish a Codex-native workflow baseline for a repository.
Goals
- Keep
AGENTS.mdconcise and current. - Make the repo's build, test, and ship commands obvious.
- Encode the workflow defaults: solo-first, direct-to-trunk, no force-push, no PR-first flow.
Workflow
- Inspect the repo before asking questions. Detect the primary language, build command, test command, and lint or check command.
- Read any existing
AGENTS.mdbefore writing new guidance. - Prefer a single managed block rather than spreading instructions across many files.
- Use
plugins/codex-sdlc/scripts/render_agents_md.pyfor a starter block when useful, then tailor it to the repo. - Keep deep process detail in this plugin's skills, not in
AGENTS.md.