docs(claude): 影響範囲列挙ルールを非UIドメインへ一般化#1907
Open
lacolaco wants to merge 1 commit into
Open
Conversation
既存の列挙例がUI変更前提(表示サイズ・CLS等)だったため、計測基盤の 設計時に指標次元(PV/UU/セッション)の列挙が発火しなかった。列挙対象 がドメイン固有次元に及ぶことを明文化する。 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
lacolaco
force-pushed
the
docs/generalize-design-scope-rule
branch
from
July 12, 2026 14:25
5ec2d19 to
e0f4aaa
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要
CLAUDE.md の「変更の影響範囲を設計フェーズで網羅的に列挙せよ」ルールの列挙例が UI 変更前提(表示サイズ・CLS・アクセシビリティ等)だったため、計測基盤の設計時に指標次元(PV/UU/セッション)やプライバシー表記の列挙が発火しなかった。
列挙対象がドメイン固有次元(計測・分析基盤の指標次元、データ蓄積の遡及可否・保持期間)に及ぶことを 1 行で明文化する。
背景
PV 集計基盤の計画セッション(2026-07-12)で、初回計画に UU/セッション観点が欠落しユーザー指摘で回収した。retrospective の分析で、ルール自体は存在したが例示が UI 寄りで判断時点に発火しなかったことが真因と判定した。
🤖 Generated with Claude Code