بنقرة واحدة
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.