Stats
Actions
Tags
How this skill is triggered — by the user, by Claude, or both
Slash command
/intuvibe-harness:implementThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Feature를 TDD로 구현하는 스킬. Spec + Plan을 기반으로 test-first 개발.
Feature를 TDD로 구현하는 스킬. Spec + Plan을 기반으로 test-first 개발.
<domain/feature> — 예: auth/loginnode ${CLAUDE_PLUGIN_ROOT}/skills/implement/scripts/gate-check.mjs
node ${CLAUDE_PLUGIN_ROOT}/skills/implement/scripts/gen-test-skeleton.mjs
Spec의 AC를 기반으로 test 파일 골격 생성.
Plan의 각 step에 대해:
node ${CLAUDE_PLUGIN_ROOT}/skills/implement/scripts/run-tests.mjs
node ${CLAUDE_PLUGIN_ROOT}/skills/implement/scripts/check-side-effects.mjs
node ${CLAUDE_PLUGIN_ROOT}/skills/implement/scripts/coverage-report.mjs
echo '{"type":"ImplementCompleted","payload":{"domain":"<domain>","feature":"<feature>"}}' | \
node ${CLAUDE_PLUGIN_ROOT}/scripts/state/event-emit.mjs
references/tdd-workflow.mdnpx claudepluginhub rhie-coder/intuvibe --plugin intuvibe-harnessGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.