role skill と agent の実行 playbook を分離 - #102
Merged
Merged
Conversation
role skill を agent への委譲入口と playbook に分離する。worker agent と role-worker を追加し、モデル設定とブランチ運用の指示も更新する。
role skill は対応 agent への委譲入口だけを示し、役割ごとの詳細は playbook 側に集約する。
実装方針や技術選定で判断が必要な場合、role-advisor を使って Advisor の指示を仰ぐようにする。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
role skill と agent の実行 playbook を分離
Summary
role skill を対応 agent への委譲入口へ変更し、従来の役割ごとの詳細な振る舞いを playbook skill として分離します。
主な変更点:
やったこと
role-*-playbookへ移動動作確認
git diff --checkmake deploy-dry-runレビュー & 動作確認 チェックリスト
role-*が対応する agent 名を指定していることmake deploy-dry-runの skill / agent 配置結果が想定どおりであること推奨テスト計画:
make deploy-dry-runを実行するrole-*が対応 agent を起動することを確認するその他気になることや相談ごと
なし。