Objective
Create a runbook documenting how to investigate and resolve workflow health issues, based on learnings from the DeepReport incident response.
Context
The DeepReport identified several workflow issues (failures, missing-tool errors) that needed investigation. A documented runbook will help future agents and maintainers quickly diagnose and fix similar problems.
Approach
- Create a new documentation file (e.g.,
docs/runbooks/workflow-health.md)
- Document common workflow failure patterns:
- Missing tool configurations
- Authentication/permission errors
- Input/secret validation failures
- Add investigation steps:
- How to analyze workflow logs
- How to identify missing-tool errors
- How to verify MCP server configurations
- Include resolution procedures:
- Adding GitHub MCP server to workflows
- Configuring safe-inputs/safe-outputs
- Testing workflow fixes
- Link to relevant documentation and examples
Files to Create
docs/runbooks/workflow-health.md (or similar location)
Acceptance Criteria
AI generated by Plan Command for discussion #7277
Objective
Create a runbook documenting how to investigate and resolve workflow health issues, based on learnings from the DeepReport incident response.
Context
The DeepReport identified several workflow issues (failures, missing-tool errors) that needed investigation. A documented runbook will help future agents and maintainers quickly diagnose and fix similar problems.
Approach
docs/runbooks/workflow-health.md)Files to Create
docs/runbooks/workflow-health.md(or similar location)Acceptance Criteria
Related to [plan] Address workflow health and issue triage findings from DeepReport 2025-12-22 #7280