Back to list
do-ops885

goap-orchestrator

by do-ops885

Dermatology GOAP Orchestrator

0🍴 0📅 Jan 25, 2026

SKILL.md


name: goap-orchestrator description: Central Goal-Oriented Action Planning orchestrator that plans and executes clinical analysis pipelines license: MIT compatibility: opencode metadata: audience: developers workflow: clinical-pipeline

What I do

I orchestrate the clinical analysis pipeline using A* search planning. I transform the initial WorldState to a goal state by finding the lowest-cost sequence of agent actions. Each action has preconditions and effects that define state transitions.

When to use me

Use this when you need to:

  • Understand how agents are sequenced in the clinical pipeline
  • Debug why a specific agent is not executing
  • Modify the planning algorithm or action costs
  • Add new agents to the pipeline

Quick Reference

ComponentLocationPurpose
GOAPPlannerservices/goap.tsA* search implementation
AVAILABLE_ACTIONSservices/goap/agent.tsAgent action definitions
WorldStatetypes.tsState tracking interface
AgentActiontypes.tsAction interface with preconditions/effects

Key Concepts

WorldState: Object tracking pipeline progress (e.g., { image_verified: true, skin_tone_detected: false })

AgentAction: Actions with preconditions, effects, and cost

A* Planning: Uses backward-chaining heuristic to find optimal paths

State Key: Serialized state representation for closed-set tracking

Operational Constraints

  • MAX 500 LOC per file - refactor to services/executors/ if exceeded
  • All inference must return confidence scores (0-1)
  • Graceful degradation: return "skipped" for non-critical failures
  • Planner iterates up to 5000 times to prevent infinite loops

Documentation

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon