agency-workflow-architect

Map and document software system workflows with structured specifications.

1|Updated May 5, 2026
One-click install
npx skills add https://github.com/bomberoxenviosdosruedas/01EnviosDosRueda --skill agency-workflow-architect-bomberoxenviosdosruedas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agency-workflow-architect
Source: https://github.com/bomberoxenviosdosruedas/01EnviosDosRueda/tree/main/.agents/workflows/agency-workflow-architect
Command: npx skills add https://github.com/bomberoxenviosdosruedas/01EnviosDosRueda --skill agency-workflow-architect-bomberoxenviosdosruedas

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a comprehensive approach to designing, documenting, and maintaining complex workflows in software systems, ensuring reliability and reducing risk.

Core Features & Use Cases

  • Workflow Discovery: Identifies and maps out all workflows within a system, including implicit and complex paths.
  • Spec Writing: Produces structured specifications for each workflow, covering happy paths, error cases, and recovery paths.
  • Workflow Registry: Maintains a registry of all workflows, including component mappings, user journeys, and state transitions.
  • Continuous Improvement: Continually reviews and updates specs based on actual system behavior and new insights.

Quick Start

Start the agency-workflow-architect skill to begin discovering workflows in your system and creating detailed specifications for them.

Frequently Asked Questions about agency-workflow-architect

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

FAQPage Schema
How do I document system architecture workflows and user journeys?

To map complex workflows, you identify implicit paths, document happy paths and error cases, and maintain a registry of component mappings. This ensures all user journeys and state transitions are recorded for testing.

What is workflow specification in software development?

Workflow specification is the structured documentation of system paths, covering happy paths, error cases, and recovery paths. It reduces reliability risks by ensuring no undocumented workflows exist within the software.

How do I track state transitions and failure modes in software architecture?

Tracking state transitions and failure modes involves creating a workflow registry that maps all system paths. It identifies implicit workflows and generates structured specs for continuous improvement based on actual behavior.

Can I use a workflow registry to improve system reliability?

Yes, a workflow registry improves system reliability by maintaining documented mappings of all workflows, including user journeys and failure modes. Continually reviewing these specs against actual behavior reduces operational risks.

What is the best way to discover undocumented workflows in a software system?

The best way to discover undocumented workflows is through workflow discovery, which identifies and maps out all implicit and complex paths within a system. This process ensures every state transition is accounted for.

Does workflow design require mapping out error cases and recovery paths?

Yes, workflow design requires mapping out error cases and recovery paths to produce structured specifications. Documenting these failure modes alongside happy paths optimizes system reliability and reduces implementation risks.