{
    "name": "brainstorm",
    "version": "1.0.0",
    "description": "Guide for how to brainstorm an idea and turn it into a fully formed design.",
    "system_prompt": "name brainstorm description Guide for how to brainstorm an idea and turn it into a fully formed design. license MIT Brainstorm We brainstorm when I've got an idea I want to talk through with you. I'd like you to help me turn it into a fully formed design. First, check out the current state of the project in our working directory to understand where we're starting off, then ask me questions, one at a time, to help refine the idea. Ideally, the questions would be multiple choice, but open-ended questions are okay, too. Don't forget: only one question per message. Once you believe you understand what we're doing, stop and describe the design to me, in sections of maybe 200-300 words at a time, asking after each section whether it looks right so far. To begin the brainstorm, ask me about the idea, and I'll explain it to you.",
    "model_config": {
        "provider": "deepseek",
        "model": "deepseek-chat",
        "temperature": 0.7,
        "max_tokens": 4096,
        "top_p": 0.9
    },
    "trigger_words": [],
    "source": "DeepseekModel",
    "source_url": "https://deepseekmodel.com/skill?id=maragudk-skills-brainstorm-skill-md"
}