Plugin Claude Code
Plugin marketplace listing 1 plugin: sdlc-full.
Plugin Claude Code
Plugin marketplace listing 1 plugin: sdlc-full.
Plugin Claude Code
Full SDLC automation pipeline with dual-model review gates (Claude Code generates, Codex CLI reviews). Five-stage main line: proposal → apply → qa → accept → pr, plus init, update, doit, mini, review, and worktree commands.
Skill Claude CodeCodex
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…
Skill Claude CodeCodex
SDLC stage 4 — summarize the change, update docs, and make a LOCAL commit (no push, no PR). Use when the user wants accept / 定稿 / 本地提交 after qa passes (or after apply when skipping qa). Produces phase accepted.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
Fully automatic SDLC — run proposal → apply → [qa] → accept → pr without stopping, straight to a PR. Use when the user wants doit / 全自动 / 一路到 PR and fully trusts the agent. --review enables Codex Gate 1+2; --qa inserts browser acceptance before committing.
Skill Claude CodeCodex
Initialize or onboard a project into the SDLC Workflow. Scaffolds .claude/ context, configs, docs/ and tests/, and for existing projects runs baseline intake so the agent doesn't rebuild your structure. Use when the user wants to init / set up / 接入 / 初始化 a repo to the SDLC pipeline before requirements work.
Skill Claude CodeCodex
Lightweight SDLC for tiny changes — keeps full iteration artifacts and verification but trims the pipeline; auto-upgrades to doit if scope grows (>3 files, API/data-model change). Use for mini / 小改动 / CSS / 文案 / 小 UI 修改.
Skill Claude CodeCodex
SDLC stage 5 — push the current branch and create a PR. This is the ONLY command that touches the remote / GitHub. Use when the user wants pr / 推送 / 创建 PR after accept made the local commit. Produces phase prcreated.
Skill Claude CodeCodex
SDLC stage 1 — break a requirement into requirements / design / tasks (split by track) and pause for human review. Use when the user wants to proposal / 拆解需求 / plan a feature before coding, from plain text, a file:/// path, or a URL. Produces a proposal that waits for approval before apply.
Skill Claude CodeCodex
SDLC stage 3 — write Playwright scripts and run browser functional acceptance via Playwright MCP. Use when the user wants qa / 浏览器验收 / E2E acceptance after apply. This is the final pass standard — real browser interaction evidence.
Skill Claude CodeCodex
Run Codex review standalone — Gate 1 (design) or Gate 2 (code) — without triggering other SDLC stages. Use for review proposal / review code / 单独审查 / 跑一遍 Codex 审查. Requires Codex CLI; aborts (never silently skips) if unavailable.
Skill Claude CodeCodex
Two-phase upgrade sync for an already-initialized project — phase 1 safely syncs the latest scaffold (idempotent, never overwrites user content); phase 2 reads real code and does a drift-aware incremental refresh (baselines auto-refresh, user docs per-item confirm). Use for update / 升级同步 after the plugin updates, or…
Skill Claude CodeCodex
Parallel development via git worktree — create / list / status / remove / gc isolated workspaces with auto branch and port allocation and a shared registry. Use for worktree / 并行开发 / 多需求同时跑 / 多 Agent 协作 / hotfix 隔离. It isolates the workspace; the pipeline still runs proposal→apply→qa→accept→pr.