4-stage command triage and orchestration using LangGraph. Routes decisions through 3 strategists. (Standalone mode uses InMemoryQueue instead of Redis)
Orchestrates command decisions through three AI strategists for consensus-based routing and execution.
npx claudepluginhub lofibrainwav/hyodoThis skill inherits all available tools. When active, it can use any tool Claude has access to.
The strategic command center of AFO Kingdom, orchestrating decisions through the wisdom of 3 legendary strategists.
| Strategist | Korean | Role | Specialty |
|---|---|---|---|
| Jang Yeong-sil | 장영실 | Prime Strategist | Long-term planning, complex analysis |
| Yi Sun-sin | 이순신 | Risk Strategist | Risk assessment, defensive measures |
| Shin Saimdang | 신사임당 | UX Strategist | Quick decisions, user experience |
[User Command] → [Parse] → [Triage] → [Strategize] → [Execute]
↓ ↓ ↓
[Intent] [Priority] [Consensus]
↓ ↓ ↓
[Context] [Risk Score] [Decision]
All conversation states are persisted to Redis for:
Use the /strategist command in Claude CLI:
# 3-strategist 분석 요청
/strategist "Optimize the database queries"
# 전략가별 관점 확인
/trinity # Trinity Score 확인
/routing # 라우팅 결정 확인
Or invoke the engine programmatically:
from hyodo.strategy import StrategyEngine
engine = StrategyEngine()
result = engine.analyze({
"command": "Optimize the database queries",
"context": {"current_latency": "500ms"}
})
print(f"Decision: {result['decision']}")
print(f"Lead Strategist: {result['lead_strategist']}")
The strategists vote based on:
Consensus requires 2/3 agreement for AUTO_RUN.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.