# Tools Visual Workflows

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

- **Type:** Skill
- **Install:** `agentstack add skill-tjboudreaux-cc-visualization-skills-tools-visual-workflows`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [tjboudreaux](https://agentstack.voostack.com/s/tjboudreaux)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [tjboudreaux](https://github.com/tjboudreaux)
- **Source:** https://github.com/tjboudreaux/cc-visualization-skills/tree/main/skills/tools-visual-workflows

## Install

```sh
agentstack add skill-tjboudreaux-cc-visualization-skills-tools-visual-workflows
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# 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`).

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [tjboudreaux](https://github.com/tjboudreaux)
- **Source:** [tjboudreaux/cc-visualization-skills](https://github.com/tjboudreaux/cc-visualization-skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-tjboudreaux-cc-visualization-skills-tools-visual-workflows
- Seller: https://agentstack.voostack.com/s/tjboudreaux
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
