architecture-contract-authoring
Define the data, API, UI, state, security, tests, and rollback contract before queued work begins.
ソース情報
- リポジトリ
- onfire7777/five-agent-dev-team
- ソースの最終更新活動
- 2026年4月27日 07:04
- 検出された SKILL.md の言語
- 英語
- スター
- 0
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
SKILL.md を表示中
SKILL.md
ソースの指示 · 読み取り専用プレビュー- name
- architecture-contract-authoring
- description
- Define the data, API, UI, state, security, tests, and rollback contract before queued work begins.
# Architecture Contract Authoring
Use for any non-trivial feature.
The contract must state:
- data shape
- API behavior
- UI behavior
- state transitions
- security boundary
- test evidence
- rollback path
If a contract is unclear, do not queue implementation.
GitHubで見る