mirror of
https://github.com/rennf93/roboco.git
synced 2026-08-03 07:23:24 +02:00
Initial implementation
This commit is contained in:
@@ -0,0 +1,86 @@
|
||||
# Blockers: TASK-{ID}
|
||||
|
||||
> **Status**: {BLOCKED / RESOLVED}
|
||||
> **Last Updated**: YYYY-MM-DD
|
||||
|
||||
---
|
||||
|
||||
## Active Blockers
|
||||
|
||||
### Blocker 1: {Title}
|
||||
|
||||
| Field | Value |
|
||||
|-------|-------|
|
||||
| **Identified** | YYYY-MM-DD |
|
||||
| **Type** | {dependency / technical / resource / external / clarification} |
|
||||
| **Severity** | {critical / high / medium / low} |
|
||||
| **Blocking** | {what this prevents} |
|
||||
| **Owner** | {who's working on resolution} |
|
||||
| **Status** | {investigating / escalated / waiting / resolved} |
|
||||
|
||||
#### Description
|
||||
{What is the blocker? Be specific.}
|
||||
|
||||
#### Impact
|
||||
{What work is blocked? What's the downstream effect?}
|
||||
|
||||
#### Resolution Path
|
||||
1. {Step 1 to resolve}
|
||||
2. {Step 2 to resolve}
|
||||
|
||||
#### Workaround
|
||||
{Is there a temporary workaround? Or "None available"}
|
||||
|
||||
#### Escalation
|
||||
- **Escalated to**: {agent/role}
|
||||
- **Escalated on**: YYYY-MM-DD
|
||||
- **Response**: {response or "Awaiting"}
|
||||
|
||||
#### Updates
|
||||
| Date | Update |
|
||||
|------|--------|
|
||||
| YYYY-MM-DD | {Initial identification} |
|
||||
| YYYY-MM-DD | {Update} |
|
||||
|
||||
---
|
||||
|
||||
### Blocker 2: {Title}
|
||||
|
||||
{Same format as above}
|
||||
|
||||
---
|
||||
|
||||
## Resolved Blockers
|
||||
|
||||
### Blocker: {Title} [RESOLVED]
|
||||
|
||||
| Field | Value |
|
||||
|-------|-------|
|
||||
| **Identified** | YYYY-MM-DD |
|
||||
| **Resolved** | YYYY-MM-DD |
|
||||
| **Duration** | X days |
|
||||
| **Type** | {type} |
|
||||
|
||||
#### What Happened
|
||||
{Brief description of the blocker}
|
||||
|
||||
#### How It Was Resolved
|
||||
{How was it unblocked?}
|
||||
|
||||
#### Lessons Learned
|
||||
{What could prevent this in the future?}
|
||||
|
||||
---
|
||||
|
||||
## Blocker Summary
|
||||
|
||||
| # | Title | Type | Severity | Identified | Resolved | Duration |
|
||||
|---|-------|------|----------|------------|----------|----------|
|
||||
| 1 | {title} | {type} | {severity} | YYYY-MM-DD | - | ongoing |
|
||||
| 2 | {title} | {type} | {severity} | YYYY-MM-DD | YYYY-MM-DD | X days |
|
||||
|
||||
---
|
||||
|
||||
## Notes
|
||||
|
||||
{Additional context about blockers}
|
||||
Reference in New Issue
Block a user