ワンクリックで
vibedevteam-graph
生成任务依赖可视化图。当用户需要查看或分析任务依赖关系时使用。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
生成任务依赖可视化图。当用户需要查看或分析任务依赖关系时使用。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Flip the Towow vNext run mode (`.towow/state/mode`) with transition-gate checks. Provides `/mode plan`, `/mode build`, `/mode verify`, `/mode release`. Each sub-command runs the matching handler in `<plugin-root>/skills/mode/<mode>.sh`; the handler calls `transition.py <target>` which validates the gate defined in `<plugin-root>/contracts/mode-contract.md` §4 and, if it passes, writes the new mode value. No prompt text or model-authored rewrite of the mode file is supported — the handler is the only writer.
Pull-surface slash command for `.towow/` tooling that is not auto-triggered. Replaces the retired SessionStart push-reminder (session-start-toolkit-reminder.py, retired in WP-031). Reads `.towow/toolkit-index.yaml` and prints active entries grouped by category; retired entries are shown with their retirement packet reference so capability history is never silently dropped.
{{PROJECT_NAME}}全栈开发 Skill。代码实现、调试、重构、测试。当用户需要写代码或调试时使用。
项目架构师。负责架构决策、方案比较、边界冻结。在 lead 的 Gate 0(问题锁定)和 Gate 1(架构设计)由 lead 调度。
Bug 反馈 → 自动修复 → PR 的端到端流水线。用户在任何渠道扔一句话 bug,自动走 triage + guardian-fixer 8 Gate 修复流程,最后开 PR 到 GitHub。依赖 Claude Code harness(headless `claude -p`)。
Bug 分诊员。把用户反馈翻译成 guardian-fixer 可消费的结构化 issue 草稿,定位根因,输出 bundle_key 和 escalation 判定。只读不写代码。
| name | vibedevteam-graph |
| description | 生成任务依赖可视化图。当用户需要查看或分析任务依赖关系时使用。 |
| allowed-tools | Bash(bd:*),Bash(.claude/skills/vibedevteam-graph/beads-graph.sh),Bash(dot:*) |
| version | 0.3.0 |
| status | active |
| tier | domain |
| owner | nature |
| last_audited | "2026-03-21T00:00:00.000Z" |
| triggers | ["beads 依赖图","任务可视化"] |
| outputs | ["任务依赖图"] |
| truth_policy | ["图的事实以当前 beads 数据为准","skill 只描述如何生成,不复制任务状态"] |
当用户调用此 skill 时,执行以下步骤:
用户说类似:
确认参数
验证 Graphviz
command -v dot
如果未安装,提示用户:
# macOS
brew install graphviz
# Ubuntu
sudo apt-get install graphviz
执行脚本
cd .claude/skills/vibedevteam-graph && ./beads-graph.sh "$EPIC_ID" --output "$OUTPUT_FILE"
报告结果
open $OUTPUT_FILE 或 xdg-open $OUTPUT_FILE