From claude-harness
Yeni bir feature implement edilmek istendiginde otomatik devreye gir. "yeni feature", "ekle", "implement et", "gelistir" ifadeleri gectiginde ya da kullanici acikca bir ozellik talep ettiginde bu skill'i kullan. TDD pipeline'ini baslatir: planner -> architect -> tdd-guide -> implement -> review.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-harness:implement-featureThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Bu skill, yeni bir feature'i uctan uca gelistirir.
Bu skill, yeni bir feature'i uctan uca gelistirir. CLAUDE.md ve rules/ klasorune gore calisir.
@planner subagent'ini su context ile cagir:
@planner'in plani cikmasini bekle. Kullanicidan onay al. Onay gelmeden Adim 2'ye gecme.
@architect subagent'ini @planner'in onayli plani ile cagir. Blueprint cikana kadar bekle.
@tdd-guide subagent'ini @architect'in blueprint'i ile cagir. Test dosyalari yazilana kadar bekle. (RED asamasi)
Once .claude/project.conf dosyasini oku — CMD_TEST komutunu ve dizin yapisini oradan al.
Sirayla implement et — her adimdan sonra testleri calistir:
CMD_TEST calistir -> GREEN asamasiGREEN'e ulasildiktan sonra:
CMD_TEST tekrar calistir — hala GREEN mi?@code-reviewer subagent'ini tum degisen dosyalarla cagir. CRITICAL veya MAJOR bulgu varsa once duzelt.
implement-feature bittikten sonra /codemap-update'i calistir.
Kullaniciya sor: "Degisiklikleri commit/push/deploy etmek ister misin?"
npx claudepluginhub cagan/claude-harness --plugin claude-harnessOrchestrates building a brand-new feature end to end — research, plan, TDD, review, and gated commit — by delegating each phase to the matching ECC agent.
Implements features using parallel subagents with scope control, reflection, and MCP servers for memory/context. Activates on implement/build/create requests in JS/TS projects.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.