This commit is contained in:
@@ -16,7 +16,6 @@ triggers:
|
||||
|
||||
movements:
|
||||
- name: delegate_research
|
||||
edit: true
|
||||
persona: facilitator
|
||||
instruction: |
|
||||
課題を複数の視点に分解し、各視点を delegate で1件ずつ直列に検討させ、
|
||||
@@ -46,14 +45,12 @@ movements:
|
||||
- リスクと緩和策
|
||||
- 各視点の詳細へ相対リンク [perspective-{連番}](./research/perspective-{連番}.md) で繋ぐ
|
||||
5. output/recommendation.md を書き終えたら verify へ遷移する
|
||||
allowed_tools: [delegate, Read, Write, Edit, Glob, Grep, WebSearch, WebFetch, BrowseWeb, DownloadFile, ReadImage, AnnotateImage, ReadPdf, PdfToImages, GetYouTubeTranscript, SearchYouTube, SearchAmazon, SearchPlaces, GetDirections, ReverseGeocode, XSearch, XUserPosts, XPostDetail, SearchMicrosoftLearn, FetchMicrosoftLearn, 'mcp__*']
|
||||
default_next: verify
|
||||
rules:
|
||||
- condition: "output/recommendation.md に推奨方針をまとめた"
|
||||
next: verify
|
||||
|
||||
- name: verify
|
||||
edit: false
|
||||
persona: reviewer
|
||||
instruction: |
|
||||
output/ の成果物を確認する。
|
||||
@@ -90,7 +87,6 @@ movements:
|
||||
- 合格: `complete({status: "success", result: "ユーザー向け最終回答"})`
|
||||
- 修正必要: `transition({next_step: "delegate_research", summary: "差し戻し指摘"})` (上記形式で)
|
||||
- 技術的失敗: `complete({status: "aborted", abort_reason: "..."})`
|
||||
allowed_tools: [Read, Glob, Grep]
|
||||
# default_next is the engine-internal fallback (context overflow / ASK
|
||||
# limit / SpawnSubTask unavailable). Not exposed to the LLM.
|
||||
default_next: COMPLETE
|
||||
|
||||
Reference in New Issue
Block a user