Session Orchestrator
Orchestrate multi-session design doc execution using agent teams. Spawns one worker per session sequentially, each with fresh context. Triggers on "orchestrate this design doc", "run sessions from", "execute design doc", "orchestrate sessions", "run the design doc".
Swift Binding Assistant
Guide users through creating .NET C# bindings for Swift or Objective-C Apple platform libraries (iOS, macOS, Mac Catalyst, tvOS). Takes a user from an SPM package URL or xcframework to a validated NuGet package using the SwiftBindings.Sdk. Handles prerequisites, xcframework building, binding generation, error diagnosis, and optional binding review. Auto-detects whether the framework is Swift, Obj…
Ai Pair Programming
Enable AI pair programming by querying external LLMs (OpenAI/ChatGPT, Google Gemini, xAI Grok) with code files, plans, and project context. Default provider is OpenAI (gpt-5.4) — always use openai unless the user specifically requests other providers. Use when the user wants to get code review from another AI, ask for improvement suggestions, get feedback on a plan, consult multiple AIs for compa…