Describe your use case
I would like to have two new AI commands in Cursor: prd and ralph.
These commands should accept optional flags --tool and --model to customize the behavior.
Describe the solution you'd like
Describe the solution you'd like
I would like to have two new AI commands in Cursor: prd and ralph.
These commands should accept optional flags --tool and --model to customize the behavior.
Usage examples:
talos prd --tool cursor --model gpt-4
talos ralph --tool curso --model claude-3-opus
Expected behavior:
- When executed, the AI should use the specified tool (if provided) and model (if provided) to generate the corresponding output.
- If no flags are given, it should fall back to the user’s default settings.
- The commands should be available in the command palette and also as inline slash commands in the editor.
Additional context:
This would allow power users to quickly switch between different tools/models without leaving the keyboard, improving workflow efficiency.
Describe alternatives you've considered
No response
Additional context
No response