test-driven-development
79テスト駆動開発を実践する
AIコーディングエージェントは、期待される動作をテストで証明する前に実装コードを書いてしまうことがよくあります。このスキルは、より安全な機能開発、バグ修正、リファクタリングのために、red、green、refactorのワークフローを徹底します。
レビュー用チェックポイント付きで計画を実行
実装計画は、タスクが急いで進められたり、確認なしにまとめて処理されたりすると品質が低下することがあります。このスキルは、Claude、Codex、Claude Code が小さなバッチ、検証、報告、ユーザー確認のチェックポイントを通じて作業を進められるよう支援します。
このリクエストをエージェントにコピーしてください。正規の Skill ページとマニフェストが含まれています。
Review the Skillstore skill "executing-plans" from https://skillstore.io/skills/dmjgilbert-executing-plans.md and its manifest at https://skillstore.io/api/skills/dmjgilbert-executing-plans/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.エージェントは引き続き計画を提示し、セキュリティポリシーで必要な確認を求める必要があります。
AI エージェント、クローラー、スクリプトがページ全体ではなく整理されたコンテキストを必要とする場合は、これらのリンクを使ってください。
「executing-plans」を使用しています。 3つのシンプルな実装タスクを含む計画を実行する。
期待される結果:
エージェントは計画をレビューし、3つの追跡可能なタスクを作成し、バッチを完了し、各検証結果を報告してフィードバックを求めます。
「executing-plans」を使用しています。 不明確なマイグレーション要件を含む計画を実行する。
期待される結果:
エージェントは実装前に停止し、不明確な要件を一覧化し、ブロッカーを説明して、的を絞った質問をします。
「executing-plans」を使用しています。 高リスクなリファクタリング計画を実行する。
期待される結果:
エージェントはバッチサイズを1タスクに減らし、各変更を検証し、問題を早期に報告して、続行前に一時停止します。
All four static findings are false positives from Markdown formatting and ordinary planning prose in SKILL.md. No evidence of command execution, network reconnaissance, prompt injection, or malicious intent was found.
バージョン付き評価レポート、中立的なバッジ、埋め込みカード、引用を共有できます。Skillstore は証拠を報告しますが、この Skill が安全かどうかは判断しません。
https://skillstore.io/skills/dmjgilbert-executing-plans/audits/8?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report[](https://skillstore.io/skills/dmjgilbert-executing-plans?utm_source=security_passport_badge)<a href="https://skillstore.io/skills/dmjgilbert-executing-plans?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/dmjgilbert-executing-plans/security.svg" alt="Skillstore security assessment" loading="lazy"></a><iframe src="https://skillstore.io/embed/skills/dmjgilbert-executing-plans.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>DMJGilbert. (2026). executing-plans security audit report (audit version 8) [Author version unspecified]. Skillstore. https://skillstore.io/skills/dmjgilbert-executing-plans/audits/8@techreport{dmjgilbert-dmjgilbert-executing-plans-2026,
author = {DMJGilbert},
title = {executing-plans security audit report (audit version 8)},
institution = {Skillstore},
year = {2026},
number = {8},
url = {https://skillstore.io/skills/dmjgilbert-executing-plans/audits/8},
note = {Author version unspecified}
}cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "executing-plans security audit report (audit version 8)"
version: "unspecified"
type: report
authors:
- name: "DMJGilbert"
date-released: "2026-07-06"
url: "https://skillstore.io/skills/dmjgilbert-executing-plans/audits/8"
identifiers:
- type: other
value: "skillstore:dmjgilbert-executing-plans:audit:8"
description: "Skillstore immutable audit report identifier"
各作者のスキルは個別のインストール項目として維持されます。推奨バリアントは Skillstore の証拠で順位付けされます。
このバリアントが首位の理由
codingcossack-executing-plans
2026-09-09
cycleaddict-executing-plans
2026-09-09
dmjgilbert-executing-plans
2026-09-09
承認済みの計画を追跡可能なバッチに変換し、各タスクグループの後に検証します。
各バッチの後に一時停止し、関係者が進捗をレビューして変更を依頼できるようにします。
マイグレーション、リファクタリング、重大な修正には、より小さなバッチと明示的なブロッカー対応を使用します。
Use the executing-plans skill on this plan: [paste plan]. Review it first, create tasks, and start with the default batch size.
Execute this plan in batches of three tasks. After each batch, report completed work, verification results, issues, and wait for my feedback.
Review this implementation plan before starting. Identify ambiguities, blockers, and risky assumptions. Ask me for clarification before creating tasks.
Execute this high-risk plan one task at a time. Verify each task before continuing, stop on repeated failures, and report every blocker immediately.
作成者
DMJGilbertライセンス
MIT
Skillstore リビジョン
r1
バージョンに関する注意
作者はバージョンを宣言していません。
リポジトリ
https://github.com/DMJGilbert/.config/tree/main/users/darren/config/claude/skills/executing-plans参照
72d5025b022c77f7a51bdf5c1637c689c80e89d1
メンテナンスの新しさ
2026/7/20
利用状況
6 ダウンロード · 216 閲覧
ファイル構成
📄 SKILL.md
テスト駆動開発を実践する
AIコーディングエージェントは、期待される動作をテストで証明する前に実装コードを書いてしまうことがよくあります。このスキルは、より安全な機能開発、バグ修正、リファクタリングのために、red、green、refactorのワークフローを徹底します。
根本原因を徹底してソフトウェアをデバッグする
チームが原因を理解する前に症状だけを修正しようとすると、バグはしばしば時間を浪費します。このスキルは、Claude、Codex、Claude Code を証拠に基づくデバッグ段階へと導きます。
焦点を絞ったコードレビューを依頼する
コードレビューでは文脈が不足しがちで、フィードバックが遅くなり、重要なリスクを見逃すことがあります。このスキルは、Claude、Codex、Claude Code向けに、構造化されたレビュー依頼とレスポンス処理をガイドします。
サブエージェント開発の調整
複雑な実装計画では、タスクが古いコンテキストを共有すると品質が低下することがあります。このスキルは、各タスク後のレビュー確認ポイントを含む、分離されたサブエージェント実行をガイドします。
並列コーディングエージェントを調整する
大規模なコーディングセッションには、1つのエージェントの進行を遅らせる独立した失敗が含まれることがよくあります。このスキルは、Claude、Codex、Claude Code が、焦点を絞ったエージェント間で安全に作業を分割するのに役立ちます。
アイデアを設計計画へ洗練する
不明確な機能アイデアは、急ぎすぎた実装や要件の見落としを招きがちです。このスキルは、Claude、Codex、Claude Code が検証済みの設計計画を作成するのに役立ちます。
Claude Code Web と CLI を選択する
作成者 DNYoussef
タスクに対して誤った Claude Code インターフェースを選ぶと、チームは時間を失います。このスキルは Web、CLI、またはハイブリッドな引き継ぎワークフローを推奨します。
Draft and Publish Clear GitHub Issues
作成者 equinor
Unclear issue requests create rework, duplicates, and weak acceptance criteria. This skill produces reviewed GitHub issues with consistent structure and controlled publishing.
Conductor トラックを整理する
作成者 sickn33
仕様、計画、ステータス、メタデータがばらばらになると、トラック作業は不明確になりがちです。このスキルは、Claude、Codex、Claude Code に Conductor track ワークフローのための構造化されたガイダンスを提供します。
証拠に基づいてエージェントの完了を検証
作成者 CleanExpo
AIエージェントは証拠なしに作業を完了とマークできるため、誤った完了リスクが生じます。このスキルは、タスク完了が受け入れられる前に独立した証拠を要求します。
Lark スタンドアップレポートを生成
作成者 larksuite
会議とタスクが別々の Lark アプリに分かれていると、日々の計画に時間がかかります。このスキルは、カレンダーの予定と未完了タスクを 1 つのスタンドアップ用サマリーにまとめます。
並列コーディングエージェントをディスパッチする
作成者 ZhanlinCui
独立した障害を同時に調査できる場合、逐次的なデバッグはチームの作業を遅らせます。このスキルでは、作業を焦点を絞ったエージェントタスクに分割し、それらを並列にディスパッチし、結果を統合する方法を示します。