Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ Open standard for defining, sharing, and executing workflows across AI-powered e
- [Specification](SPECIFICATION.md)
- [Browse Workflows](workflows/)

## Featured Workflows
- **[Enterprise Orchestrator](workflows/setup/fullstack-mobile-app-flutter-react-express.mwc.yaml)**: Our flagship hyper-granular blueprint for orchestrating complex enterprise stacks (Node/Express, Next.js 16, Flutter 3.x).
- **[Onboarding Guide](workflows/setup/onboarding-guide.mwc.yaml)**: Automated generation of developer onboarding documentation.

## Supported Editors
- Cursor
- Windsurf
Expand Down
1 change: 1 addition & 0 deletions workflows/setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ Workflows for initializing and configuring new projects.

## Workflows
- [Project Init](init-project.mwc.yaml): Scaffold a new project structure.
- [Enterprise Orchestrator](fullstack-mobile-app-flutter-react-express.mwc.yaml): Definitive hyper-granular blueprint to replicate high-performance enterprise stacks (Backend, Next.js, Flutter).
- [Onboarding Guide](onboarding-guide.mwc.yaml): Generate a step-by-step onboarding guide for new developers.
Loading