cmd-architecture-workflow-spec

Map execution paths, failure modes, and handoff contracts before implementation.

2|Updated Jan 3, 2026
One-click install
npx skills add https://github.com/jlaws/dotfiles --skill cmd-architecture-workflow-spec
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cmd-architecture-workflow-spec
Source: https://github.com/jlaws/dotfiles/tree/main/.agents/skills/cmd-architecture-workflow-spec
Command: npx skills add https://github.com/jlaws/dotfiles --skill cmd-architecture-workflow-spec

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Workflow Specification helps teams map all execution paths, failure modes, and handoff contracts before implementation, reducing ambiguity during development.

Core Features & Use Cases

  • Detect API routes, controllers, or endpoint handlers to outline how data flows through the system.
  • Identify background jobs, schedulers, and event listeners to understand runtime behavior and integration points.
  • Map existing state machines or create new ones to clarify transitions, statuses, and handoffs between components.
  • Use cases include designing a new microservice, auditing an existing workflow, or documenting handoff contracts for deployment pipelines.

Quick Start

Provide a fully scoped workflow map that identifies API routes, background jobs, event listeners, and state machines for the target application.

Frequently Asked Questions about cmd-architecture-workflow-spec

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

FAQPage Schema
How do I map execution paths and failure modes before building a microservice?

Mapping execution paths and failure modes before building a microservice requires identifying API routes, background jobs, and event listeners to define handoff contracts. This process clarifies state transitions and outlines data flow to reduce ambiguity during implementation.

What is workflow specification and when do I need it for data pipelines?

Workflow specification is the process of detailing execution paths, failure recoveries, and integration points for data pipelines. You need it when designing new microservices or auditing existing workflows to clearly define component responsibilities and anticipate failures.

How do I document handoff contracts for deployment pipelines and state machines?

To document handoff contracts for deployment pipelines and state machines, map existing state transitions and identify schedulers or event listeners. This clarifies inputs, outputs, and runtime behavior to ensure all components understand their specific responsibilities.

Can I use workflow specification to audit existing workflows and event listeners?

Yes, you can use workflow specification to audit existing workflows by detecting API routes, controllers, and event listeners. This outlines how data flows through the system and clarifies runtime behavior, integration points, and current state machine transitions.

What is the best way to design state machines and clarify transitions across components?

The best way to design state machines and clarify transitions is to map all execution paths and define handoff contracts before implementation. This approach identifies statuses and detours, ensuring reliable integration points and clear responsibilities across software components.