ワンクリックで
tdd
Test-first variant of implement: understand the desired behavior, write a failing test, make it pass, then simplify.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Test-first variant of implement: understand the desired behavior, write a failing test, make it pass, then simplify.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
| name | tdd |
| description | Test-first variant of implement: understand the desired behavior, write a failing test, make it pass, then simplify. |
| user-invocable | true |
| argument-hint | <task reference or behavior> e.g. 'LIN-123' or 'retry logic for API client' |
Use for behavioral changes where a failing test can define the desired outcome before implementation.
Break a spec, brief, issue tracker item, or user request into agent-sized tasks, using phases and milestones only when they clarify larger work, delivered to exactly one destination.
Bootstrap a new or empty project repository with a local skeleton: README, license, .gitignore, AGENTS.md, docs, and optional commit or push only when explicit. Interview the repo creator when file-changing decisions are unclear.
Create a traceable Git branch for the current task.
Verify browser-rendered work in a real browser. Use for HTML, UI, visual docs, presentations, local apps, and browser-facing changes.
Stage intended changes and create one Conventional Commit.
Find and fix the root cause when something breaks: a failing test, a broken build, a bug report, or behavior that doesn't match expectations. Use when the user says 'debug', 'why is this failing', 'fix this bug', or when a failure interrupts other work.