workflows-analysis

A guide for examining the progress of business workflows, including grant letters, corporate approvals, share certificates, exercises, payments, and tax withholding. The workflow tools provide read-only views.

In plain words
What is it for?
It supports listing workflows, opening a specific workflow by its UUID, and checking process state, documents, payments, tax withholding, trustee updates, and progress.
Why use it?
It helps determine where a workflow or payment is stuck without treating the tools as able to approve or change it.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/global-slice/claude-plugin/workflows-analysis
Any agent
npx skills add Global-Slice/claude-plugin --skill workflows-analysis
Clone the repo
git clone --depth 1 https://github.com/Global-Slice/claude-plugin

Made for: Claude Code, Codex.

Per session 67 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,204 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00067 $0.01204
Opus 5 $0.00034 $0.00602
Sonnet 5 $0.00013 $0.00241
Haiku 4.5 $0.00007 $0.00120

Measured 2d ago against content hash a2f948a023fc, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

workflows-analysis scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/slice-global/skills/workflows-analysis/SKILL.md · 74 lines

How it starts

The opening of the file, as written. The whole thing — 74 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Workflows Analysis

Scope

Use for workflow process state, payments, and tax withholding. MCP cannot approve or mutate workflows. For compliance tickets, use compliance-analysis. For grant economics or vesting, use securities-analysis or equity-compensation-analysis.

Core Principle

Workflow tools are read-only operational views. Use them to inspect process state, documents, payments, tax withholding, trustee updates, and workflow progress. Do not imply that MCP can approve, run, resend, cancel, or mutate workflows.

Start broad with workflow pages, then fetch one workflow only after you have a UUID. Use securities, stakeholder, cap-table, compliance, and valuation tools for business context; workflow tools show process state, not the full source-of-truth economics.

Supported Workflow Types

workflows_list and workflows_get_one require type to be one of:

  • grantLetter: grant or award letter execution workflows.
  • corporateApproval: board/corporate approval workflows for grants.
  • shareCertificate: share certificate signing and delivery workflows.
  • exercise: exercise request workflows, including exercise notice, payment, tax withholding, share issuance, and optional share certificate steps.

Use the exact enum values above. Do not pass internal workflow enum names such as executeAwardLetter or exerciseRequestNested to the MCP workflow tools.

Tool Selection

  1. Use workflows_list for discovery by workflow type. It returns { type, data } with the page payload for that type.
  2. Use workflows_get_one when you have a mainWorkflowExecutionId or workflow UUID and need details for one workflow.
  3. Use payments_get_pending_list for pending exercise-payment reconciliation rows across the company.
  4. Use tax_withholding_get_list for exercise tax-withholding rows across the company.
  5. Use securities or stakeholder tools to resolve IDs found in workflow rows when the user asks about the underlying grant, share, stakeholder, or ownership impact.
  6. Use compliance tools separately if the user asks whether a workflow has compliance tickets or blockers.

Read the full file on GitHub · 74 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 74 lines · 67 tokens per session scan A a2f948a023fc

Subscribe to this mod's changes

workflows-analysis is a skill published in the GitHub repository Global-Slice/claude-plugin (9 stars, last pushed 1mo ago), licensed MIT. It adds 67 tokens to every session and 1,204 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

cap-table-management

Manage the capitalization table — track all equity holders, SAFEs and convertible notes, model dilution scenarios, and maintain a fully diluted view. Use when the user asks about updating the cap table, modeling dilution, converting SAFEs, managing the option pool, or understanding ownership percentages.

gokulb20/crewm8-cfo-skills · 59 tokens

equity-deep-dive

A thorough single-equity deep dive — read the recent qualitative picture from the web, then ground it in fundamentals and health ratios, an intrinsic DCF with a sensitivity range, a comparable-company cross-check, and the analyst-consensus view.

google-research/google-research · 55 tokens

dcf-valuation

Estimate a public equity's intrinsic value with a discounted-cash-flow model — pull fundamentals, set a discount rate via CAPM/WACC, project free cash flow, and discount it.

google-research/google-research · 42 tokens

relative-valuation

Value an equity against its peers — peer-median trading multiples applied to the company's metrics for an implied range, cross-read against its own valuation ratios.

google-research/google-research · 34 tokens

consensus-check

Summarize the sell-side view on an equity — analyst price targets, forward EPS/revenue estimates and ratings — and corroborate it against recent guidance and estimate revisions from the web.

google-research/google-research · 41 tokens

ticker-snapshot

Quick structured overview of a single public equity — identity, sector, market cap, valuation ratios, current price, recent trend.

google-research/google-research · 29 tokens