一键导入
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 职业分类
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.
| 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.