From testany-eng
Generates production-ready Runbook for deployment, rollback, monitoring, and incident response from required HLD path and optional LLD, API Contract, Guardrails paths.
How this command is triggered — by the user, by Claude, or both
Slash command
/testany-eng:runbook-writer <HLD 路径> [LLD 路径] [API Contract 路径] [Guardrails 路径]The summary Claude sees in its command listing — used to decide when to auto-load this command
# Runbook Writer 启动 Runbook 撰写流程。基于 HLD/LLD 等上游文档,编写生产就绪的运维手册。 ## 使用方式 提供上游文档路径: $ARGUMENTS ## Runbook 在研发流程中的位置 Runbook 承接 LLD 的设计,输出可直接用于生产部署、故障处理的运维手册。 ## Runbook 内容范围 - **部署流程**:前置检查、部署步骤、验证命令 - **回滚流程**:触发条件、回滚步骤、验证方法 - **监控与告警**:关键指标、SLO 阈值、告警配置 - **故障处理**:常见故障、排查步骤、解决方案 - **值班手册**:职责、联系方式、升级路径 ## 工作流程 1. **Phase 0: 基线收集** - 读取 PRD/HLD/LLD/API Contract/Guardrails 2. **Phase 1: 上下文准备** - 提取部署、回滚、监控、故障处理约束 3. **Phase 2: 派发 Writer Subagent** - 独立写作(完整上下文传递) 4. **Phase 3: Spec Compliance Review** - 验证是否覆盖上游要求 5. **Phase 4: Quality Review** - 验证可执行性和完整性 6. **Phase 5: 输出与验证** - ...
启动 Runbook 撰写流程。基于 HLD/LLD 等上游文档,编写生产就绪的运维手册。
提供上游文档路径:
$ARGUMENTS
PRD → API Contract → HLD → Guardrails → LLD → Runbook → 生产部署
Runbook 承接 LLD 的设计,输出可直接用于生产部署、故障处理的运维手册。
请提供 HLD 路径(必需),以及 LLD、API Contract、Guardrails 路径(可选)。
npx claudepluginhub testany-io/testany-agent-skills --plugin testany-eng/deploy-strategyPlan safe deployment strategy with monitoring and rollback capability.
/operateSets up production operational practices — dashboards, alarms, runbooks, escalation paths, and readiness checklists saved to docs/operations/<service-name>/.
/kasi-acknowledgeCaptures recent steps from session history (deploys, migrations, incidents) as a replayable Markdown runbook in .kasidit/knowledge/runbooks/. Also supports template, update, link sub-modes.