How this skill is triggered — by the user, by Claude, or both
Slash command
/hybrid-harness:harness-architectThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
이 스킬은 repo-specific harness 자체를 설계하는 Claude-native architect lane이다.
이 스킬은 repo-specific harness 자체를 설계하는 Claude-native architect lane이다.
새 architect interview를 시작할 때:
bash "${CLAUDE_PLUGIN_ROOT:-.}/scripts/harness-plugin-runner.sh" internal architect-init --goal "{{ARGUMENTS}}" --json
기존 architect interview를 이어갈 때:
bash "${CLAUDE_PLUGIN_ROOT:-.}/scripts/harness-plugin-runner.sh" internal architect-init --resume <interview-id> --json
questionPrompt, state, interviewId를 읽는다.domain_scope, work_units, team_topology, verification_strategy, user_operating_style 중 weakest dimension을 겨냥한다.그 다음 helper를 호출한다.
bash "${CLAUDE_PLUGIN_ROOT:-.}/scripts/harness-plugin-runner.sh" internal architect-apply-round --interview-id <interview-id> --round-file <round.json> --json
state.status가 completed면 다음 단계는 blueprint-render다.npx claudepluginhub hjsg1010/harness-js --plugin hybrid-harnessScaffolds a new harness-managed project, migrates an existing project to harness, upgrades adoption levels, or bootstraps a project with the marketplace plugin installed. Assesses state, scaffolds/migrates, configures, validates, and instruments baselines, telemetry, and Tier-0 integrations.
Greenfield project scaffolding: architecture decisions, harness setup, and requirements generation via interview-driven derivation chain. Use for new projects or major restructures.
Scaffolds greenfield project architecture and AI agent harness via interview-driven decisions. Outputs markdown spec with code structure exemplar, tests, guardrails, CLAUDE.md setup, and unified plan. Invoke via /scaffold for new projects.