sungjin9288

Conversational — Testing skill for Claude Code

Testing community

Spec a conversational UI — voice assistant, chatbot, AI chat (LLM), or live-agent chat.

How to install Conversational

Installs to ~/.claude/skills/sungjin9288-design-ai-conversational/SKILL.md

Terminal
mkdir -p ~/.claude/skills/sungjin9288-design-ai-conversational && curl -fsSL https://raw.githubusercontent.com/sungjin9288/design-ai/HEAD/commands/conversational.md -o ~/.claude/skills/sungjin9288-design-ai-conversational/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Conversational does


description: Spec a conversational UI — voice assistant, chatbot, AI chat (LLM), or live-agent chat. Modality, persona, intents, flows, error recovery, accessibility; Korean conventions (Bixby / Clova / KakaoTalk channel) included.

You will produce a conversational UI spec for the surface described in `$ARGUMENTS`.

Input

Parse `$ARGUMENTS`. Expect:

  • Surface (e.g., "customer support chatbot", "voice search feature", "AI onboarding chat", "Bixby Capsule for ride hailing", "KakaoTalk

Alternatives in Testing

  • RocketSimApp — RocketSim — 30+ tools for Xcode's iOS Simulator 791 ★
  • Spy — by spylang - Enforces strict coding conventions with comprehensive testing guidelines, multiple code compilati 678 ★
  • Test After Change Diagnostics.V1 — If any program code changes, run unit-tests and follow up on the test-result (fix code if there is an error) 272 ★

Full documentation available on GitHub

View Source Repository