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.md concise 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

  1. Inspect the repo before asking questions. Detect the primary language, build command, test command, and lint or check command.
  2. Read any existing AGENTS.md before writing new guidance.
  3. Prefer a single managed block rather than spreading instructions across many files.
  4. Use plugins/codex-sdlc/scripts/render_agents_md.py for a starter block when useful, then tailor it to the repo.
  5. Keep deep process detail in this plugin's skills, not in AGENTS.md.

Required defaults

Installs
1
First Seen
Jun 18, 2026
bootstrap-codex-sdlc — jwilger/codex-sdlc