원클릭으로
brainstorming-and-tdd
Clarify behavior and use test-first implementation when applicable.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Clarify behavior and use test-first implementation when applicable.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| schema | fcvw/skill@1 |
| name | brainstorming-and-tdd |
| description | Clarify behavior and use test-first implementation when applicable. |
| version | 1.2.0 |
| trigger_keywords | ["new feature","fix bug","tdd","brainstorm"] |
| session_types | ["feature","bugfix"] |
Turn an implementation request into observable behavior and use the smallest useful test-first loop to reduce ambiguity and regression risk.
Use for behavior changes where an automated unit, integration, contract, or end-to-end check is practical. Ask a blocking question only when missing information would materially change scope or outcome; otherwise state a bounded assumption and proceed.
User outcome, current behavior, edge cases, constraints, acceptance criteria, affected interfaces, existing tests, and active plan.
Concise behavior specification, assumptions, test level, red/green evidence, implementation scope, regression results, and any justified manual validation.
The test fails before implementation for the expected reason, passes after the change, remains meaningful if the defect is reintroduced, and does not depend on irrelevant internals.
Exit when acceptance criteria are demonstrated by appropriate evidence, or when the missing test capability and alternative validation are recorded explicitly.
Security and privacy review for scoped changes.
Evidence-based gate for creating a new skill or agent profile.
UI, accessibility, and interaction-quality review.
Performance investigation using reproducible measurements.
Markdown and governance structure lint checklist.
Create a bounded session handoff with collision-resistant identity.