brainstorming
Requirements exploration and test scenario generation for TDD
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Requirements exploration and test scenario generation for TDD
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Structured code review
Find and load available skills
PR description generation
Spec-faithful implementation for spec-driven development
Architecture and interface design for spec-driven development
Codebase analysis and context gathering for spec-driven development
| name | brainstorming |
| description | Requirements exploration and test scenario generation for TDD |
| methodology | tdd |
Explore requirements and generate comprehensive test scenarios before any code is written. This skill is the first phase of the TDD pipeline.
Understand the problem: Ask clarifying questions before generating scenarios.
Identify happy paths: List the primary usage flows.
Identify edge cases: Enumerate boundary and exceptional conditions.
Identify error scenarios: List all failure modes.
Prioritize scenarios: Rank by risk and importance.
Produce a numbered list of test scenarios grouped by category:
Do NOT write code. Only produce the scenario list. The Planner converts this into a test plan; the Implementer writes the code.