Automatic workflow suggestion and utility agent routing based on prompt analysis
/plugin marketplace add Kaakati/rails-enterprise-dev/plugin install reactree-rails-dev@enterprise-rails-marketplaceThis skill inherits all available tools. When active, it can use any tool Claude has access to.
The ReAcTree plugin includes smart detection that analyzes your prompts and suggests appropriate workflows or utility agents automatically.
When you type a prompt, the system:
Triggers: "find files", "where is file", "list directory", "show folder"
Fast file discovery using Glob and Grep:
**/*.rb, app/models/*.rb)Triggers: "where is defined", "find method", "find usages", "who calls"
Precise code location using LSP:
Triggers: "what changed", "show diff", "git blame", "commit history"
Git change analysis:
Triggers: "show log", "development.log", "errors in log", "slow queries"
Rails log parsing:
Triggers: implement, build, create, add, develop, user story
Suggests:
/reactree-dev - Full parallel workflow/reactree-feature - Feature-driven with user storiesStrong indicators: User story format ("As a user, I want...")
Triggers: fix, debug, error, bug, not working, troubleshoot
Suggests:
/reactree-debug - Systematic debugging workflowStrong indicators: Error types (NoMethodError), stack traces, line numbers
Triggers: refactor, cleanup, optimize, restructure, improve
Suggests:
/reactree-dev - With refactor focus and test preservationStrong indicators: "code smell", "technical debt", "decouple"
Triggers: test-first, TDD, with tests, ensure coverage
Adds TDD emphasis to feature suggestions.
Edit .claude/reactree-rails-dev.local.md:
---
smart_detection_enabled: true # Enable/disable
detection_mode: suggest # suggest | inject | disabled
annoyance_threshold: medium # low | medium | high
---
Shows a suggestion message. Non-intrusive - you can ignore and proceed.
Automatically activates the workflow with context injection.
Turns off smart detection entirely. Use commands manually.
Only triggers for very explicit keywords:
Skips:
Triggers for most Rails-related prompts with relevant keywords.
/reactree-*, /rails-*Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.