{
  "value": "project_proposal_generator",
  "label": "Create Project Proposals",
  "description": "Generate professional construction project proposals. Input project scope, timeline, and requirements to create comprehensive proposals with cost breakdowns and project phases.",
  "name": "Project Proposal Generator",
  "category": "Construction",
  "type": "Industry",
  "config": {
    "temperature": 25,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "Create a construction project proposal. I'll provide the project scope, client requirements, and site conditions. Generate a professional proposal that includes executive summary, detailed scope of work, project phases with timelines, cost breakdown by category, payment schedule, and terms and conditions. Include sections on safety compliance, quality assurance, and project management approach. Make it clear and persuasive."
      }
    ]
  }
}