<!-- Last Updated: 2025-08-12 -->
Automatically triggers the orchestrator for multi-step development tasks like "implement a user management screen" or "fix the login bug." Use it to ensure complex requests follow proper workflow with branch creation and review points.
/plugin marketplace add DarkMonkDev/WitchCityRope/plugin install darkmonkdev-witchcityrope-agents@DarkMonkDev/WitchCityRopecommands/When ANY of these patterns are detected, IMMEDIATELY invoke the orchestrator:
IF request contains (development_keyword AND multi_step_indicator)
OR request_complexity > single_action
THEN invoke_orchestrator()
✅ "Implement a user management admin screen" ✅ "Fix the login bug where users can't reset passwords" ✅ "Add a new field to the user profile" ✅ "Create a reporting dashboard" ✅ "Refactor the event management system" ✅ "Build a feature for..." ✅ "Develop a component that..."
❌ "What is the current git branch?" ❌ "Show me the user service code" ❌ "Explain how authentication works" ❌ "Run the tests" ❌ "Check the logs"
When a multi-step development task is detected:
The orchestrator MUST:
This configuration ensures the orchestrator is ALWAYS used for development work without requiring explicit invocation.