一键导入
bootstrap
Prepare the local environment required by a ProdOps execution before Git flow, tests, or implementation begin.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Prepare the local environment required by a ProdOps execution before Git flow, tests, or implementation begin.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Proactive drift-scan cycle. Reads all active OBCs and Issues, identifies divergences, and repairs what can be automated. Runs across the entire active backlog, not for a specific OBC.
Read all active OBCs and compare declared state with backlogs and external tools. Produces a divergence list. Does not repair — only identifies gaps.
Event-driven cycle triggered by a product decision. Captures the decision as an OBC, attaches a Work Item, promotes it through the backlog hierarchy, and closes it when the OBC reaches Operational. Runs for a specific OBC.
Create or update an OBC from the decision that triggered the Diligence Sync cycle. Use when an Assessment decision, Discovery experiment, or Operation signal requires canonical state to be recorded before Work Items are created.
Synchronize OBC state across backlogs and tools. Runs event-driven cycle (diligence-sync) or proactive drift-scan cycle (diligence-async). Never touches product code.
Classify divergences from Scan and register them as pending Diligence items with severity and corrective action. Does not repair — only signals.
基于 SOC 职业分类
| name | bootstrap |
| description | Prepare the local environment required by a ProdOps execution before Git flow, tests, or implementation begin. |
Bootstrap prepares the execution environment. It does not assess product readiness, read implementation code or tests, create branches, or implement behavior.
Product readiness belongs to the /downstream orchestrator. Git flow belongs to /hack start.
prodops/exec/manifest.yamlOBCs, BDD Features, risks, Reliability Plans and the Iteration Plan are not Bootstrap inputs.
prodops/exec/manifest.yaml..env values, tokens, credentials or PII./hack start can establish the Git flow after Downstream readiness is reached.