Skip to main content

tools-visual-workflows

Communicate multi-step workflows using consistent ASCII flowcharts and timelines that paste cleanly into PRs, issues, and chats.

インストールへ移動

ソース情報

リポジトリ
tjboudreaux/cc-visualization-skills
ソースの最終更新活動
2026年2月17日 00:27
検出された SKILL.md の言語
英語
スター
5
フォーク
0

インストール方法

デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。

ソースファイルを確認

インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。

SKILL.md を表示中

SKILL.md
ソースの指示 · 読み取り専用プレビュー
name
tools-visual-workflows
description
Communicate multi-step workflows using consistent ASCII flowcharts and timelines that paste cleanly into PRs, issues, and chats.
# Visual Workflow Blueprints ## Intent - Speed up comprehension of complex processes (PR lifecycle, launch plan, triage ops) via monospaced diagrams. - Provide reusable templates and conventions for both macOS/Linux terminals and Windows consoles. ## Inputs 1. Workflow steps, roles, decision points. 2. Target medium (GitHub comment, Slack, Notion, terminal output). 3. Required metadata (owners, SLAs, tools). ## Workflow 1. **Select diagram type** - Flowchart (boxes/arrows) for branching logic. - Timeline/swimlane for sequential steps. 2. **Use standard glyphs** - Start/End: `(start)` `(end)` - Process: `[ action ]` - Decision: `{ condition? }` - Arrows: `-->`, `==>`, `~~>` for async. 3. **Build with templates** - Flow template: ``` (start) | [Step 1] | {Decision?} / \ yes no ``` - Timeline template: ``` Day 0 Day 3 Day 7 |-----|-----|-----| Dev QA Launch ``` 4. **Annotate with data** - Include owners (`@alice`), tooling (`gh pr checks`), or SLA markers (`<24h`). 5. **Validate readability** - View in plain text viewer; avoid tabs; max width 80 chars. ## Verification - Diagram renders without wrapping in GitHub/CLI. - Each decision path labeled clearly. - Stored alongside workflow documentation (e.g., `.factory/docs/visuals`).
GitHubで見る