What is impl?
Plans.mdのタスクに基づいて機能を実装しコードを書く。Use when user mentions implementation, adding features, writing code, or creating new functions. Do not use for review or build verification. Source: chachamaru127/claude-code-harness.
Plans.mdのタスクに基づいて機能を実装しコードを書く。Use when user mentions implementation, adding features, writing code, or creating new functions. Do not use for review or build verification.
Quickly install impl AI skill to your development environment via command line
Source: chachamaru127/claude-code-harness.
| ハードコード | テスト期待値をそのまま返す | 他の入力で動作しない | | スタブ実装 | return null, return [] | 機能していない | | 決め打ち | テストケースの値だけ対応 | 汎用性がない | | コピペ辞書 | テストの期待値マップ | 意味あるロジックがない |
| 機能実装 | See references/implementing-features.md | | テスト作成 | See references/writing-tests.md |
| [feature] + src/core/ | ★★★ | 「テストから書きますか?」 | | [feature] + src/services/ | ★★★ | 「テストから書きますか?」 | | [bugfix] | ★★☆ | 「再現テストを先に書きますか?」 | | [config], [docs] | - | 判定スキップ |
Plans.mdのタスクに基づいて機能を実装しコードを書く。Use when user mentions implementation, adding features, writing code, or creating new functions. Do not use for review or build verification. Source: chachamaru127/claude-code-harness.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/chachamaru127/claude-code-harness --skill implPlans.mdのタスクに基づいて機能を実装しコードを書く。Use when user mentions implementation, adding features, writing code, or creating new functions. Do not use for review or build verification. Source: chachamaru127/claude-code-harness.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/chachamaru127/claude-code-harness --skill impl Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/chachamaru127/claude-code-harness