·task-orchestration
>_

task-orchestration

사용자 요청을 병렬 에이전트 작업으로 분해할 때 사전에 로드합니다. 사용자가 "이 기능을 구축하세요", "이 기능을 구현하세요"라고 말하거나 여러 에이전트가 동시에 작업해야 하는 요청을 할 때 사용하세요. 작업을 병렬화 가능한 단위로 분해하고, 스킬 매칭을 통한 에이전트 할당, 종속성 그래프 구성 및 결과 집계를 안내합니다. 런타임 엔진은 <gv> 지시어를 통해 자동으로 WRFC 체인 조정을 처리합니다.

51설치·1트렌드·@mgd34msu

설치

$npx skills add https://github.com/mgd34msu/goodvibes-plugin --skill task-orchestration

task-orchestration 설치 방법

명령줄에서 task-orchestration AI 스킬을 개발 환경에 빠르게 설치

  1. 터미널 열기: 터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다
  2. 설치 명령어 실행: 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/mgd34msu/goodvibes-plugin --skill task-orchestration
  3. 설치 확인: 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다

출처: mgd34msu/goodvibes-plugin.

The task orchestration protocol defines how the GoodVibes orchestrator decomposes feature requests into agent tasks, assigns agents and skills, manages parallel execution, and interacts with the runtime engine's WRFC chain system. This is the orchestrator's primary workflow for multi-agent feature delivery.

The runtime engine manages Work-Review-Fix-Complete (WRFC) chains automatically. The orchestrator's role is:

The runtime engine handles all review, fix, and completion decisions. The orchestrator does NOT manually spawn reviewers or fix agents. These come exclusively from runtime directives after each work agent completes.

사용자 요청을 병렬 에이전트 작업으로 분해할 때 사전에 로드합니다. 사용자가 "이 기능을 구축하세요", "이 기능을 구현하세요"라고 말하거나 여러 에이전트가 동시에 작업해야 하는 요청을 할 때 사용하세요. 작업을 병렬화 가능한 단위로 분해하고, 스킬 매칭을 통한 에이전트 할당, 종속성 그래프 구성 및 결과 집계를 안내합니다. 런타임 엔진은 <gv> 지시어를 통해 자동으로 WRFC 체인 조정을 처리합니다. 출처: mgd34msu/goodvibes-plugin.

인용 가능한 정보

AI/검색 인용용 안정적인 필드와 명령어.

설치 명령어
npx skills add https://github.com/mgd34msu/goodvibes-plugin --skill task-orchestration
카테고리
>_생산성
인증됨
최초 등록
2026-02-25
업데이트
2026-03-10

Browse more skills from mgd34msu/goodvibes-plugin

빠른 답변

task-orchestration이란?

사용자 요청을 병렬 에이전트 작업으로 분해할 때 사전에 로드합니다. 사용자가 "이 기능을 구축하세요", "이 기능을 구현하세요"라고 말하거나 여러 에이전트가 동시에 작업해야 하는 요청을 할 때 사용하세요. 작업을 병렬화 가능한 단위로 분해하고, 스킬 매칭을 통한 에이전트 할당, 종속성 그래프 구성 및 결과 집계를 안내합니다. 런타임 엔진은 <gv> 지시어를 통해 자동으로 WRFC 체인 조정을 처리합니다. 출처: mgd34msu/goodvibes-plugin.

task-orchestration 설치 방법은?

터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/mgd34msu/goodvibes-plugin --skill task-orchestration 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다

소스 저장소는 어디인가요?

https://github.com/mgd34msu/goodvibes-plugin