Blocked 上下文优化
- 作者仓库星标 330
- 许可证 MIT
- 作者仓库 claude-skill-registry
Mark as Blocked
Mark an expedition as blocked with a clear reason so other agents know why and who can help.
Required Arguments
EXP-XXX- The expedition ID to blockreason- Why it's blocked (quote if multiple words)
Optional Arguments
--unblock-by agent-X- Which agent can unblock this
Steps
1. Move to Blocked Status
yurtle-kanban move EXP-XXX blocked
2. Update Expedition File
Add a blocked section to the expedition file:
Find the expedition file and add after the frontmatter:
> **BLOCKED**: [reason]
> **Since:** YYYY-MM-DD
> **Can unblock:** [agent-X or "anyone"]
Also add a Ship's Log entry:
### YYYY-MM-DD: BLOCKED
**Reason:** [reason]
**Can unblock:** [who]
**Context:** [any additional context]
3. Commit and Push
git add kanban-work/expeditions/EXP-XXX*.md
git commit -m "blocked(exp-XXX): [short reason]
Co-Authored-By: Claude <noreply@anthropic.com>"
git push origin HEAD
4. Confirm Block
Show:
- Current blocked items count
- Who can unblock
- Suggest notifying the unblocking agent
Common Block Reasons
| Reason | Who Can Unblock |
|---|---|
| "Waiting for GPU training to complete" | agent-a, agent-c |
| "Needs architecture decision" | agent-b, agent-d, captain |
| "Waiting for PR review" | any agent |
| "Blocked by EXP-XXX" | whoever finishes that expedition |
| "Needs Captain input" | captain |
| "External dependency" | depends |
Unblocking
When you unblock an item:
- Remove the
> **BLOCKED**section from the file - Add Ship's Log entry: "Unblocked: [what changed]"
- Move status:
yurtle-kanban move EXP-XXX in_progress
- 流狐分类
- 数据
- 作者声明 Agent
- 未找到明确声明;不据此推断已兼容或已测试
- 静态检查
- 94 / 100 · 启发式扫描,不代表运行安全
- 作者 / 版本 / 许可
- @majiayu000 · MIT
- 流狐 Token 估算
- 低消耗
- 流狐接入估算
- 即装即用
- 是否需要外部 API Key
- 未发现要求
- 检测到的系统要求
- 未声明
- 底层运行要求
- 未声明
- 检测到的文件与系统行为
-
- 只读
- 允许写入 / 修改
- 检测到的网络行为
- 仅限本地
- 安装命令数
- 无(仅作为资料)
档案由构建时根据 SKILL.md 与安装命令自动衍生,可能与作者实际意图存在差异。
需要注意: 未限定 allowed-tools,默认拥有全部工具权限。
作者没有在当前 SKILL.md 中定义固定输出样例。 EXP-XXX - The expedition ID to block reason - Why it's blocked (quote if multiple words)
--unblock-by agent-X - Which agent can unblock this
Steps
1. Move to Blocked Status
Add a blocked section to the expedition file: Find the expedition file and add after the frontmatter: Also add a Ship's Log entry:
Reason: [reason] Can unblock: [who] Context: [any additional context]
# Mark as Blocked
Mark an expedition as blocked with a clear reason so other agents know why and who can help.
## Required Arguments
- `EXP-XXX` - The expedition ID to block
- `reason` - Why it's blocked (quote if multiple words)
## Optional Arguments
- `--unblock-by agent-X` - Which agent can unblock this
## Steps
### 1. Move to Blocked Status
```bash
yurtle-kanban move EXP-XXX blocked
```
### 2. Update Expedition File
Add a blocked section to the expedition file:
Find the expedition file and add after the frontmatter:
```markdown
> **BLOCKED**: [reason]
> **Since:** YYYY-MM-DD
> **Can unblock:** [agent-X or "anyone"]
```
Also add a Ship's Log entry:
```markdown
### YYYY-MM-DD: BLOCKED
**Reason:** [reason]
**Can unblock:** [who]
**Context:** [any additional context]
```
### 3. Commit and Push
```bash
git add kanban-work/expeditions/EXP-XXX*.md
git commit -m "blocked(exp-XXX): [short reason]
Co-Authored-By: Claude <noreply@anthropic.com>"
git push origin HEAD
```
### 4. Confirm Block
Show:
- Current blocked items count
- Who can unblock
- Suggest notifying the unblocking agent
## Common Block Reasons
| Reason | Who Can Unblock |
|--------|-----------------|
| "Waiting for GPU training to complete" | agent-a, agent-c |
| "Needs architecture decision" | agent-b, agent-d, captain |
| "Waiting for PR review" | any agent |
| "Blocked by EXP-XXX" | whoever finishes that expedition |
| "Needs Captain input" | captain |
| "External dependency" | depends |
## Unblocking
When you unblock an item:
1. Remove the `> **BLOCKED**` section from the file
2. Add Ship's Log entry: "Unblocked: [what changed]"
3. Move status: `yurtle-kanban move EXP-XXX in_progress` 作者原文负责流程事实;流狐只索引当前章节、要点、文件与命令。
章节 -> Required Arguments → Optional Arguments → Steps → 1. Move to Blocked Status → 2. Update Expedition File → YYYY-MM-DD: BLOCKED
要点 -> BLOCKED · Since · Can unblock · Reason · Context
文件/命令 -> EXP-XXX · reason · --unblock-by agent-X · > BLOCKED · yurtle-kanban move EXP-XXX inprogress
内容 SHA-256 -> f0d38ba13473
方法与流程
适用与边界
原文中的明确线索
EXP-XXX、reason、--unblock-by agent-X、> BLOCKED、yurtle-kanban move EXP-XXX inprogress