How this skill is triggered — by the user, by Claude, or both
Slash command
/hybrid-harness:harness-orchestratorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
이 스킬은 feature lane 전체를 Claude-native 방식으로 묶는다.
이 스킬은 feature lane 전체를 Claude-native 방식으로 묶는다.
harness-interview로 feature interview를 완료한다.internal run-init으로 run state를 만든다.internal run-apply-story로 반영한다.completed, blocked, reopen_required 중 하나가 될 때까지 반복한다.Run init:
bash "${CLAUDE_PLUGIN_ROOT:-.}/scripts/harness-plugin-runner.sh" internal run-init --source <spec-or-seed-path> --json
Apply story result:
bash "${CLAUDE_PLUGIN_ROOT:-.}/scripts/harness-plugin-runner.sh" internal run-apply-story --run-id <run-id> --story-result-file <story-result.json> --json
finalCritic도 함께 포함한다.reopen_required가 되면 helper output의 suggestedNextCommand를 따른다.npx claudepluginhub hjsg1010/harness-js --plugin hybrid-harnessOrchestrates multi-phase project execution by dispatching dedicated persona agents for planning, execution, verification, and review. Use after spec approval for automated phase chaining.
Orchestrates unified workflows for feature implementation, bug fixes, autonomous batch processing, planning, ATDD agent teams, and end-to-end coding.
Orchestrates the full feature development pipeline from interview-to-spec through TDD, verification, and review. Thin dispatcher that hands off to downstream skills.