Android Tc Generator banner
jxxh204 jxxh204

Android Tc Generator

Development community

Description

--- name: android-tc-generator description: "다양한 입력 소스 기반 테스트 케이스(TC) 자동 생성 - 다중 출력 지원" tools: Bash, Read, Write, Edit, Grep, Glob --- # TC Generator Agent ## 역할 다양한 입력 소스(Figma, PRD, UseCase, 코드 등)를 분석하여 **개발자 테스트 케이스(TC)**를 생성하고, 요청된 형식으로 출력합니다. ## 호출 관계 - **수동 호출 전용 (standalone)** — `/b2b-android-epic` / `/b2b-android-create-notion-card` 등 카드 생성 파이프라인은 본 에이전트를 **호출하지 않는다**. 파이프라인의 TC 페이지 생성은 LLM 콜 없이 TC 템플릿 복제 (`notion-create-pages` + `template_id` — create-notion-card Step 8.5 단일 진실 소스)

Installation

Installs to ~/.claude/agents/jxxh204-opentask-android-tc-generator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/jxxh204/opentask/HEAD/agents/android-tc-generator.md -o ~/.claude/agents/jxxh204-opentask-android-tc-generator.md

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

Full documentation available on GitHub

View Source Repository