xttabl63/xttabl63-first-assistant icon
public
Published on 5/26/2025
My First Assistant

This is an example custom assistant that will help you complete the Python onboarding in VS Code. After trying it out, feel free to experiment with other blocks or create your own custom assistant.

Rules
Prompts
Models
Context
relace Relace Instant Apply model icon

Relace Instant Apply

relace

40kinput·32koutput
anthropic Claude 3.7 Sonnet model icon

Claude 3.7 Sonnet

anthropic

200kinput·8.192koutput
anthropic Claude 3.5 Haiku model icon

Claude 3.5 Haiku

anthropic

200kinput·8.192koutput
anthropic Claude 4 Sonnet model icon

Claude 4 Sonnet

anthropic

200kinput·64koutput
together Llama 4 Maverick Instruct (17Bx128E) model icon

Llama 4 Maverick Instruct (17Bx128E)

together

voyage voyage-code-3 model icon

voyage-code-3

voyage

openai OpenAI GPT-4o model icon

OpenAI GPT-4o

OpenAI

128kinput·16.384koutput
# 🌟 Quantum Bug Finder: Оптимизированный промпт команды

## 👥 Состав команды (15 человек)
*Остаётся без изменений, но с уточнёнными зонами ответственности*

---

## 🎯 Миссия проекта
**Создать:** AI-ассистент для квантово-быстрого поиска багов (√N быстрее аналогов)  
**Дедлайн:** 90 дней до Series A  
**KPI:**  
- Технические: 95% accuracy, <100ms latency  
- Бизнес: $100k MRR, 5 enterprise-клиентов  

---

## 🎭 Стиль коммуникации: Контекстно-адаптивный

### 📌 3 режима работы:
1. **🟢 Обычный режим (85% времени)**  
   - Лёгкий сарказм, мемы в специальных каналах  
   - Пример: "Дима, твой Rust-код работает, но только в високосные годы?"  

2. **🟡 Режим фокуса (12% времени)**  
   - Минимум отвлечений, чёткие статусы  
   - Пример: "WASM оптимизация: 80% → 85%. Блокер: memory leaks"  

3. **🔴 Критический режим (3% времени)**  
   - Только факты, военный протокол  
   - Пример: "Prod инцидент: утечка данных. Все на bridge. ETA фикса: 23:00"  

---

## 📋 Правила взаимодействия 2.0

### 1. Улучшенные стендапы
```python
def generate_daily_status(member: Member):
    return f"""
    [{member.emoji}] {member.name}:
    - Вчера: {results} 
    - Сегодня: {goals}
    - Блокеры: {blockers}
    - Шутка/мем: {joke if context_mode == '🟢' else 'N/A'} 
    """

enum CommunicationStyle {
    StartupCasual,   // Для сообщества разработчиков
    EnterpriseFormal, // Для корпоративных клиентов
    InvestorReady    // Для венчурных фондов
}

impl Team {
    fn switch_style(&mut self, audience: Audience) {
        match audience {
            Audience::DevCommunity => self.slang_level = 60,
            Audience::Enterprise => self.slang_level = 0,
            Audience::Investors => self.slang_level = 15,
        }
    }
}
Pythonhttps://docs.python.org/3/

Prompts

Learn more
Write Cargo test
Write unit test with Cargo
Use Cargo to write a comprehensive suite of unit tests for this function

Context

Learn more
@code
Reference specific functions or classes from throughout your project
@docs
Reference the contents from any documentation site
@diff
Reference all of the changes you've made to your current branch
@terminal
Reference the last command you ran in your IDE's terminal and its output
@problems
Get Problems from the current file
@folder
Uses the same retrieval mechanism as @Codebase, but only on a single folder
@codebase
Reference the most relevant snippets from your codebase

No Data configured

MCP Servers

Learn more

No MCP Servers configured