0025 — Operate skills: write-runbook, incident-diagnosis, post-mortem, inspect-deployment #44
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Type: HITL
Parent PRD:
docs/prd/chunk-3-skills-library.mdWhat to build
The 4 operate phase skills. All are new. Authored via
write-skill(0018), evals viawrite-eval(0017).Skills and trigger descriptions:
write-runbookincident-diagnosispost-morteminspect-deploymentKey constraints per skill:
write-runbook: covers common failure modes, detection steps, remediation steps, and escalation path; written for on-call engineers under pressureincident-diagnosis: produces structured finding with confidence levels; never recommends production remediation directly — diagnosis only, human approves remediationpost-mortem: blameless format; covers timeline, root cause analysis, and governance change (what process/rule changes prevent recurrence)inspect-deployment: read-only; uses Docker MCP and/or K8s MCP when configured; summarises health without modifying stateImplementation notes
Follow the per-skill workflow defined in
docs/notes/skill-implementation-workflow.md.Known upstream sources to review:
bmad-method/bmad-method— BMAD ops role patternsAcceptance criteria
.agents/skills/<skill-name>/SKILL.md;metadata.category: operate; authoring standard metincident-diagnosisexplicitly states it produces diagnosis only and does not recommend production remediationpost-mortemuses blameless formatinspect-deploymentis read-only; uses MCP when availablesource:fields populated for any adopted upstream content.agents/evals/operate/<skill-name>/eval.yamlviawrite-evalinstall.shdeploys all 4 to~/.agents/skills/docs/spec/overview.mdupdated to reflect all 4 skills deployedBlocked by
write-eval)write-skill)