Skip to content

feat: add modular workflow architecture for composable pipelines#15

Open
fefsbenson wants to merge 3 commits intothiagofinch:mainfrom
fefsbenson:feat/modular-workflows
Open

feat: add modular workflow architecture for composable pipelines#15
fefsbenson wants to merge 3 commits intothiagofinch:mainfrom
fefsbenson:feat/modular-workflows

Conversation

@fefsbenson
Copy link

Summary

  • Decomposes monolithic workflows into reusable modules with standardized interfaces
  • Supports sequential, parallel, and conditional composition syntax
  • Includes quality gates, module registry, and migration path from current workflows

Files

  • core/protocols/modular-workflows.md - Architecture protocol
  • core/schemas/workflow-module.schema.json - Module schema
  • core/tasks/pipeline/compose-workflow.md - Composition task

Test plan

  • Validate module schema against sample module YAML
  • Map existing wf-pipeline-full.yaml to module decomposition
  • Verify composition syntax resolves correctly

🤖 Generated with Claude Code

fefsbenson and others added 3 commits March 1, 2026 00:28
Add L6 Values Hierarchy, L7 Core Obsessions, L8 Productive Paradoxes.
Inspired by MMOS DNA Mental methodology with triangulation for L6-L8.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Enables decomposition of monolithic workflows into reusable modules
with standardized interfaces, quality gates, and composition syntax.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@fefsbenson fefsbenson requested a review from thiagofinch as a code owner March 1, 2026 23:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant