| name | macroflow-network |
| description | Orchestrate MacroFlow as a flow network for dynamic AI orchestration. |
MacroFlow Network Skill
Instructions
- Load graph from graph.json (nodes: Constitution, Clarify, Specify, Plan, Tasks, Implement; edges with capacities).
- Simulate max-flow using Ford-Fulkerson for optimization.
- Traverse: Parallel start Constitution/Clarify, merge at Plan, etc.
- Invoke sub-skills for each node with flow data.
- Output: Final result at sink.
Examples
- Input: User query for code gen.
- Output: Orchestrated flow through phases.
Learned Patterns
- Constitution and Clarify run in parallel for speed.
- Grok X-insights enhance Clarify with real-time data.