Добавлены новые агенты для создания и рецензирования объявлений о продаже недвижимости, а также обновлены инструкции и шаблоны для консолидации фактов и экспорта. Созданы три варианта текста для каждого объявления: агрессивный, спокойный и классический.
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
---
|
||||
name: listing-export
|
||||
description: "Save finished real estate listings into result/ as three polished plain text files: aggressive, calm, and classic. Use for naming result files, preserving readability, avoiding overwrites, and exporting Russian house-sale copy for delivery."
|
||||
argument-hint: "Как сохранить результат: имя файла, aggressive, calm, classic, txt, версия"
|
||||
---
|
||||
|
||||
# Listing Export
|
||||
|
||||
## When to Use
|
||||
- The final listing text is ready.
|
||||
- You need durable deliverables inside `result/`.
|
||||
|
||||
## Procedure
|
||||
1. Use [the export checklist](./assets/export-checklist.md).
|
||||
2. Derive a filename slug from location and object type in Latin characters.
|
||||
3. Save three files into `result/`:
|
||||
- `<slug>-aggressive.txt`
|
||||
- `<slug>-calm.txt`
|
||||
- `<slug>-classic.txt`
|
||||
4. If a file already exists, create a versioned suffix such as `-v2`.
|
||||
5. Keep all outputs clean, readable, and aligned in meaning, but clearly different in tone.
|
||||
|
||||
## TXT Rules
|
||||
- Keep the text fully ready for publication.
|
||||
- Do not include Markdown markers.
|
||||
- Preserve paragraph rhythm and readability.
|
||||
- Make the aggressive version more driving.
|
||||
- Make the calm version softer and more residential.
|
||||
- Make the classic version balanced and universal.
|
||||
Reference in New Issue
Block a user