# macroflow-network > Orchestrate MacroFlow as a flow network for dynamic AI orchestration. - Author: David Blaszyk - Repository: acornsoft/luna-foundry-public - Version: 20260123173557 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/acornsoft/luna-foundry-public - Web: https://mule.run/skillshub/@@acornsoft/luna-foundry-public~macroflow-network:20260123173557 --- --- persona: luna use-case: macroflow version: 1.0.26021.1 name: macroflow-network description: Orchestrate MacroFlow as a flow network for dynamic AI orchestration. --- persona: luna use-case: macroflow # MacroFlow Network Skill ## Instructions 1. Load graph from graph.json (nodes: Constitution, Clarify, Specify, Plan, Tasks, Implement; edges with capacities). 2. Simulate max-flow using Ford-Fulkerson for optimization. 3. Traverse: Parallel start Constitution/Clarify, merge at Plan, etc. 4. Invoke sub-skills for each node with flow data. 5. 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.