一键导入
codex-scrum-subagents
Use when work needs Scrum roles, ceremonies, backlog refinement, sprint planning, story delivery, release readiness, or role handoffs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when work needs Scrum roles, ceremonies, backlog refinement, sprint planning, story delivery, release readiness, or role handoffs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use for project memory, decisions, handoffs, genome, knowledge index, changelog, and patterns that must persist across sessions.
Use for frontend, backend, mobile, debugging, security, or specialized engineering work that needs focused domain references and strict boundaries.
Use for prototype, MVP, fullstack feature, from-scratch feature, or multi-domain work that needs a SPEC.md before planning or implementation. Do not use for tiny one-file edits.
Use when code changes may require documentation updates; maps git diff to candidate docs without auto-editing documentation.
Use before completion, PR, deploy, handoff, or when verifying code changes. Runs advisory or blocking checks and reports evidence.
Use when the task involves reading, creating, or editing `.docx` documents, especially when formatting or layout fidelity matters; prefer `python-docx` plus the bundled `scripts/render_docx.py` for visual checks.
| name | codex-scrum-subagents |
| description | Use when work needs Scrum roles, ceremonies, backlog refinement, sprint planning, story delivery, release readiness, or role handoffs. |
| load_priority | on-demand |
Install .agent/ Scrum kit + .codex/agents/ native agents → use ceremony playbooks (sprint plan, daily scrum, retro, release) → enforce role boundaries between PO, SM, and delivery specialists.
$codex-scrum-subagents or $scrum-install.Materialize a project-local Scrum kit that adds two layers on top of the existing CodexAI skills:
.agent/ for ceremony playbooks, role briefs, and workflow manifests.codex/agents/ for native Codex custom-agent TOMLs that follow the official subagent discovery pathUse this skill when the team needs explicit role boundaries and delivery handoffs instead of a single monolithic assistant flow.
python scripts/install_scrum_subagents.py --help.python scripts/install_scrum_subagents.py --target-root <project-root>
python scripts/install_scrum_subagents.py --target-root <project-root> --native-scope both
python scripts/install_scrum_subagents.py --target-root <project-root> --diff --format json
python scripts/install_scrum_subagents.py --target-root <project-root> --update
.agent tree:python scripts/validate_scrum_agent_kit.py --help
python scripts/validate_scrum_agent_kit.py
python scripts/validate_scrum_agent_kit.py --install-root <project-root>/.agent
python scripts/validate_scrum_agent_kit.py --target-root <project-root> --install-dir .meta/.agent --native-scope both
Use references/command-aliases.md when the user wants a shorthand trigger instead of the raw Python entry point.
Common shortcuts:
$scrum-install: install the local .agent kit plus native .codex/agents Codex custom agents$scrum-diff: compare installed .agent and .codex/agents files against the source bundle$scrum-update: update only missing or changed files across both layers$scrum-validate: validate the bundle or installed .agent plus .codex/agents tree$story-ready-check, $sprint-plan, $daily-scrum, $story-delivery, $sprint-review, $retro, $release-readiness: jump straight to the ceremony or delivery workflowscripts/run_scrum_alias.py: execute an alias and optionally generate the mapped artifactscripts/generate_scrum_artifact.py: render reusable Scrum markdown artifacts from bundled templates--allow-placeholders only when you explicitly want a scaffold artifact with _TODO_ markers.agents/: Scrum core roles plus delivery specialists tuned for this pack.workflows/: ceremony-driven playbooks for refinement, planning, execution, review, retro, and release.services/: lightweight JSON manifests for docs tooling or UI surfaces.ARCHITECTURE.md and README.md: onboarding docs for the installed .agent kit.assets/artifact-templates/: user story, sprint goal, daily scrum, retrospective, story delivery, and release readiness templates..codex/agents/*.toml: native Codex custom agents rendered from the Scrum role briefs so subagent activity can surface in the Codex app and CLI.$scrum-install, $story-ready-check, or $release-readiness.<project-root>/.agent and <project-root>/.codex/agents.--native-scope project|personal|both controls whether native Codex custom agents land in the project, the personal ~/.codex/agents folder, or both.--force is supplied.--diff reports missing, changed, same, and extra files for both the .agent bundle and the native .codex/agents layer.--update copies only missing or changed files across both layers and writes a fresh provenance stamp.--install-root and the symmetric --target-root + --install-dir form so custom install directories stay aligned with native-agent validation.--backup-dir lets the caller choose where overwritten files are archived during update..codexai-scrum-kit.json into the installed folder so the project can track provenance and bundle counts.codex-plan-writer, codex-domain-specialist, codex-security-specialist, codex-execution-quality-gate, and codex-project-memory instead of duplicating that knowledge.