Workflow Architect

Document end-to-end workflows across systems, data, and interfaces.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/jc180105/.opencode --skill workflow-architect-jc180105
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Workflow Architect
Source: https://github.com/jc180105/.opencode/tree/main/.opencode/skills/specialized-workflow-architect
Command: npx skills add https://github.com/jc180105/.opencode --skill workflow-architect-jc180105

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Uncovers and documents implicit workflows across the codebase and systems, ensuring every path, decision, and handoff is named, specified, and testable before implementation.

Core Features & Use Cases

  • Discovery of workflows by reading routes, workers, migrations, configs, and infrastructure to surface hidden dependencies.
  • Registry maintenance that maps components, journeys, and states to support audits and handoffs.
  • Build-ready specifications that engineers, QA, operators, and product owners can implement against and verify, covering happy paths and failure modes.

Quick Start

Map all entry points for the system and draft a complete workflow spec before coding begins.

Frequently Asked Questions about Workflow Architect

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I map end-to-end workflows across systems and data before coding begins?

Workflow mapping identifies and documents end-to-end workflows by reading routes, workers, migrations, configs, and infrastructure to surface hidden dependencies and ensure every path is testable before implementation.

Why do hidden dependencies and implicit workflows cause development risks?

Implicit workflows across codebases and systems create hidden dependencies because unnamed paths, decisions, and handoffs remain untestable, leading to architecture governance failures and design docs that do not reflect actual implementation.

How do I document workflow specifications that engineers and QA can verify?

To document build-ready workflow specifications, you specify the required scope, triggers, handoffs, and observable state, covering both happy paths and failure modes so engineers, QA, and operators can implement and verify them.

Can I use workflow discovery for architecture governance and design verification?

Workflow discovery applies directly to architecture governance and design verification by maintaining a registry that maps components, journeys, and states to support audits and handoffs for product teams and engineers.

What is the best way to maintain a registry of workflows and component states?

Maintaining a workflow registry involves mapping components, journeys, and states across systems and interfaces, supporting audits and handoffs to prevent hidden risks during development and operations.

Do I need to map all system entry points to draft a complete workflow spec?

Yes, mapping all system entry points is required to draft a complete workflow specification, ensuring every trigger, handoff, and observable state is named and specified before implementation begins.