Definition of Ready - CI/CD用語集の定義
definition of readyは、作業を始める前に作業項目が満たすべきチェックリストで、スコープが定まり、テスト可能で、pipeline対応であることを保証します。
definition of readyは、チームが着手する前に作業項目が満たすべき合意されたチェックリストで、適切にスコープが定まり、テスト可能で、pipeline対応であることを保証します。
definition of doneが完了した作業を制御するのに対し、definition of readyは着手する作業を制御します。コードやCIのサイクルを費やす前に、欠けているacceptance criteriaや不明確なスコープを捉えることで手戻りを減らします。
チェックリストの例
acceptance criteriaが書かれていること、依存関係が特定されていること、テスト方針が合意されていること、そして必要なCIやenvironmentのアクセスが確認されていること。そこで初めて項目はsprintに入ります。
関連ガイド
Entry Criteria - CI/CD Glossary DefinitionEntry Criteria: Entry criteria are the conditions that must be satisfied before a phase (such as testing, a r…
Acceptance Gate - CI/CD Glossary DefinitionAcceptance Gate: An acceptance gate is a checkpoint where a change is verified against its acceptance criteri…
Exit Criteria - CI/CD Glossary DefinitionExit Criteria: Exit criteria are the conditions that must be true for a phase (a test cycle, a hardening peri…