terminal-dependency-graphs
仓库创建 2026年1月20日最近提交 20 天前SkillHot 收录 20 天前
▸ 精选理由
轻量 ASCII 图适合快速决策与 agent 并行规划
这个 Skill 做什么
在终端生成可读的任务与子任务依赖图,便于并行化决策
在终端把任务和子任务画成好读的依赖图,帮助你判断哪些能并行、哪些要放到不同 worktree。默认输出两张图:一张高层用于决定 worktree 布局,一张低层用于在 worktree 内并行化 agent。输出是垂直 ASCII 风格,适合在终端里直接查看并做并行化决策。
▸ 展开 SKILL.md 英文原文
Use when a user asks to visualize task, subtask, roadmap, checklist, or project-plan dependencies in a terminal-readable format, especially for deciding worktrees, agent parallelization, vertical ASCII graphs, or what can run in parallel.
3
Stars
0
Forks
14
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/ton-anywhere/my-favorite-prompts/main/skills/terminal-dependency-graphs/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/ton-anywhere/my-favorite-prompts/main/skills/terminal-dependency-graphs/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Terminal Dependency Graphs ## Core Rule Produce exactly two graphs by default: 1. A high-level task graph for deciding worktrees. 2. A low-level subtask graph for parallelizing agents inside a worktree. Do not add branch diagrams, summaries, Mermaid, DOT, prose explanations, internal node IDs, or alternate projections unless explicitly requested. ## Workflow 1. Read the source task list and any project instructions that define task order or architecture. 2. Build a dependency DAG before drawing: - Write each edge mentally as `prerequisite -> dependent`. - Treat a task that is available now as independent until the source says it waits on something. - Do not infer that an ear
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有