Claude-skill-registry implementation-loop

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/implementation-loop" ~/.claude/skills/majiayu000-claude-skill-registry-implementation-loop && rm -rf "$T"
manifest: skills/data/implementation-loop/SKILL.md
source content

目的

実装の進捗・検証結果・詰まりを docs/<work_item>/ に残し、レビュー/引き継ぎを楽にする。

手順

  1. docs/<work_item>/implementedplan.md
    を読む
  2. docs/<work_item>/tasks.md
    を上から順に進める
  3. 実装後は最小限の確認(lint/test/build)を回す
  4. 結果を tasks.md(必要なら notes.md)に短く残す
  5. review.md が来たら Must から順に潰す

記録ルール

  • tasks.md: 完了した項目にチェックを付け、必要なら1行メモ
  • notes.md: 判断が必要そうな点、妥協点、残課題だけを短く

実行コマンドの扱い

  • 原則: lint/test/build/dev(非破壊)
  • 実行したら「何を実行しどうだったか」を必ず残す