workflows-orchestration

Workflows Orchestration

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "workflows-orchestration" with this command: npx skills add 7spade/black-tortoise/7spade-black-tortoise-workflows-orchestration

Workflows Orchestration

Intent

Implement multi-step processes as explicit application workflows that coordinate capabilities via events, not via direct imports.

Workflow Model

  • A workflow is a state machine: explicit states, transitions, and terminal states.

  • Keep transitions deterministic and driven by events/commands.

Where Logic Lives

  • Workflow coordination lives in the Application layer (stores/use cases).

  • Domain invariants stay in Domain; do not encode rules in UI components.

Event-Driven Coordination

  • Workflows subscribe to events to advance state.

  • Publish events only after persistence (append-before-publish).

Concurrency

  • Choose explicit concurrency semantics for async operations (cancel, queue, ignore).

  • Avoid parallel append/publish operations that break causal ordering.

Observability

  • Include correlation IDs so a whole workflow run can be traced end-to-end.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

black-tortoise-agent-quality-scan

No summary provided by upstream source.

Repository SourceNeeds Review
General

material-design-3

No summary provided by upstream source.

Repository SourceNeeds Review
General

architecture-ddd

No summary provided by upstream source.

Repository SourceNeeds Review