Skip to content

[Feature]: Run the prd and ralph commands in Cursor, with support for the tool and model options. #1

@zhichenghouse

Description

@zhichenghouse

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions