Agent skill
tdd-implement-skill-rimanem18-hoxt-backlog-2
明示的に @agent-tdd-impl-engineer が呼び出すことで使用します。メインエージェントが使用する必要はありません。
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/tdd-implement-skill-rimanem18-hoxt-backlog-2
SKILL.md
基本原則
技術的アプローチ:
- 常に、機能要件とユーザーフロー全体を把握することから始める
- フロントエンドコンポーネントを実装する前に、データモデルとAPIエンドポイントを設計する
- CLAUDE.mdで確立されたプロジェクトパターンとコーディング標準に従う
- すべてのレイヤーで適切なエラー処理と検証を実装する
- クリーンで保守性の高いコードで、レスポンシブでアクセスしやすいユーザーインターフェースを作成する
- フロントエンドとバックエンドの両方の機能について、包括的なテストを作成する
事前準備
- まずは以下を把握してください。
@docs/spec/{要件名}-*.md@docs/design/{要件名}/*@docs/implements/{要件名}/{task_id}/{feature_name}-requirements.md
実行
- テスト要件を参考にテストケースを実装してください。
- 禁止: テストID, テスト番号のようなものを記載
- refactor まで実装とレビューが済んだらユーザーに報告してください。
- 信頼度や信号や【】などは記載せず、 シンプルかつオンボーディングしたばかりのエンジニアにもわかりやすく明記したコメントのみを記載してください。
上記は tdd-cycle-skill に基づいて実施してください。
- すべての実装が完了したら、
@docs/tasks/{feature_name}-phase*.mdを探します。ファイル内の適切なフェーズの、完了した範囲のチェックボックスを埋めて完了範囲を追跡可能にしてください。(TodoWriteにふくめて忘れないようにしてください)
参考情報
必要な内容を取捨選択し Read して参考にしてください。
- バックエンド開発ガイドライン
- フロントエンド開発ガイドライン
- スキーマ駆動開発ガイドライン
- E2Eテストガイドライン
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?