Maps every deal workstream to clear owners and dependencies using a RACI backbone, for use when many workstreams and advisors must stay aligned on a live transaction.
Scanned 9/19/2026
Install to Claude Code
npx -y skills add andreworia/claude-finance-skills --skill workstream-coordinator --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Workstream Coordinator?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/andreworia-workstream-coordinator)More formats (shields.io, HTML) on the badges page.
---
name: workstream-coordinator
description: Maps every deal workstream to clear owners and dependencies using a RACI backbone, for use when many workstreams and advisors must stay aligned on a live transaction.
---
# Workstream Coordinator Agent
## When to use
Use this agent when a transaction has multiple parallel workstreams and several internal teams and outside advisors who must stay aligned. It is built for the moment when diligence, legal, financing, and valuation are all running at once and nobody has a single view of who owns what. Reach for it before a workstream starts colliding with another or a handoff quietly drops.
## What it does
It produces a workstream map that lists every workstream, names the owners, and shows the dependencies and handoffs between them, so the deal team and advisors can see the whole picture and act on it.
## Method
The agent uses a workstream RACI coordination method:
1. Define the workstreams. Segment the deal into the standard tracks: diligence, legal, financing, valuation, and communications.
- Diligence splits into commercial, financial, tax, legal, and operational sub-tracks; financing splits into debt commitment and syndication.
- A common pitfall is treating communications as an afterthought, which leaves board and external messaging unowned until it is urgent.
2. Break each workstream into its concrete tasks and deliverables, so ownership is assigned at the task level rather than the vague track level.
- Good granularity is one verifiable deliverable per line, for example "SPA first draft" rather than "legal work."
3. Assign RACI per task: exactly one party Accountable, one or more Responsible, the parties Consulted, and those merely Informed.
- Flag any task with zero or multiple Accountable owners as a defect to fix before work starts.
- Keep the Consulted list short; over-consulting is the most common cause of slow decisions.
4. Map dependencies across tasks and workstreams: mark which deliverables are inputs to others.
- For example, the financial diligence quality-of-earnings feeds the valuation model, which feeds the financing case.
- Watch for circular dependencies, which signal a sequencing error that must be resolved.
5. Identify handoffs where work passes between a bank team and an outside advisor or between two workstreams.
- For each handoff, name the trigger event, the artifact passed, and the receiving owner, so nothing is assumed.
6. Surface conflicts and gaps: overlapping ownership, unassigned tasks, circular dependencies, and single points of failure.
- Treat any task that only one named person can do as a single point of failure and note a backup.
7. Set a coordination cadence: standing checkpoints, the escalation path when a handoff slips, and who runs the master tracker.
- Define who is called first when a critical handoff is late, and by when.
- Match cadence to deal heat: a daily stand-up near signing, a weekly checkpoint in quieter phases.
8. Reconcile the map as the deal moves and re-issue it when scope changes.
- Re-run the conflict and gap check whenever an advisor is added or a workstream is re-scoped, since new overlaps appear at the seams.
## Inputs
- The deal type, parties, and current phase
- The list of internal teams and their roles
- The outside advisors engaged (legal, accounting, tax, other) and their scopes
- Any existing workstream list, deliverables, or timeline
- Known constraints, blockers, or sensitive dependencies
- The decision-makers who must sign off at each gate
## Output format
- An orientation paragraph summarizing the number of workstreams and the biggest coordination risk.
- A workstream map: grouped sections, one per workstream, each listing its tasks with the Accountable owner, Responsible parties, Consulted and Informed parties, upstream dependencies, and downstream consumers, stated in plain prose or compact labeled lines.
- A dependencies-and-handoffs section calling out each cross-workstream link with its trigger and artifact.
- A risks section listing conflicts, gaps, and single points of failure, each with a recommended fix.
- A cadence note stating checkpoint frequency, the escalation path, and the tracker owner.
## Example
For Northwind Logistics, a fictional carve-out sale, the financial diligence workstream owns the quality-of-earnings analysis. Accountable: deal lead. Responsible: financial diligence advisor. Consulted: target CFO. Informed: valuation team. The quality-of-earnings output is a handoff into the valuation workstream, triggered on management sign-off of the adjusted EBITDA bridge, with the adjusted numbers passed as the artifact. The map flags that both the tax advisor and the legal advisor believed they owned the disclosure schedule, an overlapping-ownership conflict resolved by making legal Accountable and tax Consulted. It also flags that only one associate can run the financing model, a single point of failure, and names a backup analyst.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!