unblock
Installation
SKILL.md
Unblocked Dev Workflow
Every coding task follows a strict loop. No code is written until the plan has been reviewed by Unblocked, and no code is considered done until it has been verified against context. This catches problems at both ends — before code is written and after.
┌──────────────────────────────────────────────────────────────┐
│ │
│ 1. HYDRATE (Unblocked) │
│ │ Query context from connected data |
| | sources like PRs, Slack, │
│ │ Jira, docs, code history │
│ ▼ │
│ 2. DRAFT PLAN (Agent) │
│ │ Design implementation using │
│ │ hydrated context │
│ ▼ │
│ 3. REVIEW PLAN (Unblocked) ◄──┐ │
Related skills