Full SDLC automation pipeline with dual-model review gates (Claude Code generates, Codex CLI reviews). Use when starting a new feature, processing requirements from text/URL/JIRA, running automated development workflow. Triggers: start workflow, new feature, process requirement, run pipeline, SDLC, digital worker…
A software-development life-cycle step for formally accepting completed work. It summarizes the change, updates documentation, and creates a commit on your local computer.
SDLC stage 2 — after a proposal is approved, implement the code plus unit tests and lint, without committing or pushing. Use when the user wants to apply / 开发 / execute an approved proposal's tasks.md. Optional --review runs Codex Gate 2 on the code.
A fully automatic software-development process that moves from a proposal through coding, checks, approval, and a pull request. A pull request is a request for teammates to review and merge code into a shared project.
A project setup step that connects a repository to the software-development workflow. It creates context files, settings, documentation folders, and test folders, and first reviews existing projects to understand their structure.
A shortened software-development process for very small changes, such as CSS, wording, or minor UI edits. It keeps planning and checks, then switches to the full process if the change becomes larger.
A final release step that pushes the current Git branch and creates a pull request on GitHub. A Git branch is a separate line of code changes, and GitHub is a service for hosting and reviewing code.
A planning step that turns a plain-language request into requirements, a design, and coding tasks grouped by work area. It pauses so a person can review the plan before coding begins.
A browser-testing step that writes Playwright scripts and uses them to perform acceptance checks. Playwright is a tool for controlling a real web browser in automated tests.
A standalone code review step that checks either the proposed design or the written code. It requires the Codex command-line tool and stops if that tool is unavailable.
A two-step update process for a project that already uses this development setup. It first synchronizes the latest scaffolding, then compares the real code and refreshes the setup without overwriting user content.
A tool for creating separate Git workspaces for parallel development. A Git worktree lets multiple branches be checked out in different directories while sharing one repository.
★not rated 26 1mo agoA82 tokens
At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: