Agent skill
implementation-loop
implca が tasks を更新しながら実装→テスト→修正を回すための手順。
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/productivity/implementation-loop-okurawave-expo-browser
SKILL.md
目的
実装の進捗・検証結果・詰まりを docs/<work_item>/ に残し、レビュー/引き継ぎを楽にする。
手順
docs/<work_item>/implementedplan.mdを読むdocs/<work_item>/tasks.mdを上から順に進める- 実装後は最小限の確認(lint/test/build)を回す
- 結果を tasks.md(必要なら notes.md)に短く残す
- review.md が来たら Must から順に潰す
記録ルール
- tasks.md: 完了した項目にチェックを付け、必要なら1行メモ
- notes.md: 判断が必要そうな点、妥協点、残課題だけを短く
実行コマンドの扱い
- 原則: lint/test/build/dev(非破壊)
- 実行したら「何を実行しどうだったか」を必ず残す
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?