بنقرة واحدة
offer
// Generate commercial proposals with pricing packages, benefits, risks, and timeline. Use /offer to create sales proposals for IT projects.
// Generate commercial proposals with pricing packages, benefits, risks, and timeline. Use /offer to create sales proposals for IT projects.
| name | offer |
| description | Generate commercial proposals with pricing packages, benefits, risks, and timeline. Use /offer to create sales proposals for IT projects. |
| allowed-tools | Read, Write, WebSearch |
Generate commercial proposals for IT projects. The skill provides a framework — the model thinks about specifics (team, benefits, risks) for each unique project.
File: docs/offers/{project-slug}.md
Example: docs/offers/treejar-ai-sales-bot.md
DO NOT use rigid templates. Each project is unique. The model should:
Gather from user:
Create 2-4 pricing packages (e.g., MVP → Business → Enterprise):
For each package:
Think fresh for each project. Consider:
Write 4-5 compelling benefits per package in business language.
Think about what THIS project needs:
Don't use a fixed template — a simple API integration doesn't need the same team as a complex AI platform.
Analyze THIS project's specific risks:
Include mitigation strategies for each risk.
For projects with ongoing costs (LLM APIs, hosting, SaaS):
data/llm-models.jsonInclude visual diagrams to make the offer more compelling:
gantt
title Project Timeline
dateFormat YYYY-MM-DD
section Phase 1
Architecture :a1, 2026-02-10, 1w
section Phase 2
Development :a2, after a1, 3w
section Phase 3
Testing & Deploy :a3, after a2, 1w
flowchart LR
Client[📱 WhatsApp] --> Bot[🤖 AI Bot]
Bot --> LLM[🧠 LLM API]
Bot --> CRM[📊 Zoho CRM]
Bot --> KB[(📚 Knowledge Base)]
graph TD
A[Старт] --> B[Бизнес]
B --> C[Премиум]
A --- A1[Базовые консультации]
B --- B1[+ Голосовые + КП]
C --- C1[+ Аналитика + Контроль]
Generate beautiful markdown with sections:
# Коммерческое предложение: {Project Name}
**Дата:** {date}
**Версия:** 1.0
---
## О проекте
{description}
---
## Архитектура решения
{mermaid architecture diagram}
---
## Пакеты услуг
### Пакет "Старт" — {subtitle}
{table with modules and hours}
**Результат:** {what client gets}
**Выгода для бизнеса:**
- **{benefit 1}** — {description}
- **{benefit 2}** — {description}
...
**Стоимость:** {price} ₽
**Срок:** {weeks} недель
---
## Сравнение пакетов
{comparison table with ✓/—}
---
## Команда проекта
{table: Role | Responsibilities | Hours | Rate | Sum}
---
## Timeline
{mermaid gantt diagram}
---
## Ежемесячные расходы (if applicable)
{infrastructure + LLM costs table}
---
## Риски и митигация
{table: Risk | Probability | Impact | Mitigation}
---
## Что не входит
- {exclusion 1}
- {exclusion 2}
---
## Гарантии
- {guarantee 1}
- {guarantee 2}
---
## Следующие шаги
1. {step 1}
2. {step 2}
3. {step 3}
---
*Предложение действительно 14 дней.*
Save to: docs/offers/{project-slug}.md
Load from data/llm-models.json — contains current OpenRouter pricing for:
Input: "AI bot for WhatsApp sales automation, furniture store, Arabic/English"
Model thinks:
Saves to: docs/offers/treejar-ai-sales-bot.md
Input: "Online store with AI recommendations, 10K products"
Model thinks:
Saves to: docs/offers/ecommerce-ai-recommendations.md
Input: "Connect CRM with accounting system"
Model thinks:
Saves to: docs/offers/crm-accounting-integration.md
docs/offers/DON'T:
DO: