# Bot Conversation Designer

> Design Telegram bot conversation flows. Use when Codex needs to define bot onboarding, command structure, dialog branching, question order, user guidance, fallback messages, and conversation UX for Telegram bots.

- Skill: `yuriyarhat-cyber/bot-conversation-designer` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add yuriyarhat-cyber/bot-conversation-designer`
- Raw SKILL.md: https://api.skillmd.com/api/skills/yuriyarhat-cyber/bot-conversation-designer/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: yuriyarhat-cyber (https://skillmd.com/u/yuriyarhat-cyber)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/yuriyarhat-cyber/bot-conversation-designer

---


# Bot Conversation Designer

Design the conversation like a product flow.

## Workflow

1. Define the bot's first user outcome.
2. Define the entry point.
3. Map the ideal dialog path.
4. Add fallback and help states.
5. Reduce unnecessary questions.
6. End with the next conversation improvement.

## Rules

- Keep messages short.
- Keep choices obvious.
- Avoid deep branching unless necessary.
- Show the user what happens next.
- Make recovery easy when the user gets lost.

## Output expectation

Produce:
- conversation flow
- key messages
- branch points
- fallback messages
- next UX fix


