From context-probe-plugin
`context-probe` の repo 適用を、scaffold から curated YAML、観測入力、assessment まで段階的に進める。
How this skill is triggered — by the user, by Claude, or both
Slash command
/context-probe-plugin:context-probe-inputs-workflowThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
`context-probe` の repo 適用を、scaffold から curated YAML、観測入力、assessment まで段階的に進める。
context-probe の repo 適用を、scaffold から curated YAML、観測入力、assessment まで段階的に進める。
この skill で context-probe を実行する時は、リポジトリ内の npm run dev -- ... ではなく、公開済み CLI の npx context-probe ... を使う。
正確なコマンド形が必要になったら references/command-recipes.md を読む。
scaffold: CLI が返す下書き。レビューしてから使う。curated input: 対象 repo に残して保守する YAML。starter run: 方向と不足入力を確認する最初の計測。authoritative run: curated input と観測入力をそろえた本命の計測。observation snapshot: scenario/runtime/telemetry/delivery などの観測結果ファイル。scenarioObservationsTemplate は記入テンプレートとして扱う。contract-baseline を無条件で更新しない。docs、既存 context-probe 入力、dirty worktree の有無を確認する。../../scripts/context_probe_inputs_paths.py を使って提案する。context-probe 用入力だけを隔離できるmodel.scaffold と constraints.scaffold を使う。docs-root がある repo では model.scaffold --docs-root を優先する。references/command-recipes.md の npx context-probe レシピに合わせる。docs/architecture/context-probe/ 配下にそろえる。domain-model.scaffold.yamlarchitecture-constraints.scaffold.yamlarchitecture-scenario-catalog.scaffold.yamlarchitecture-topology-model.scaffold.yamlarchitecture-boundary-map.scaffold.yamlarchitecture-scenario-observations.template.yamlREADME.mdassessment-YYYY-MM-DD.md../../scripts/context_probe_inputs_paths.py を使って生成する。domain-model.yaml では次を支援する。
architecture-constraints.yaml では次を支援する。
scenarioObservationsTemplate は「埋めるための確認表」として扱う。domain_design と architecture_design を 1 回ずつ回す。npx context-probe score.compute ... で回す。architecture_design では、重要な指標にだけ対応する観測を追加する。
scenario-observations -> QSFcontract-baseline -> IPSruntime-observations -> TISpattern-runtime-observations / telemetry-observations -> OASdelivery-observations -> EESdomain_design では、まず explicit aggregate、docs coverage、history の不足を優先する。domain_design は full input のまま最後まで待つことを基本にする。architecture_design は bundle 入力を使い、starter run との差を説明する。--model --constraints --docs-root --policy が最新の curated input を指していることを確認する。init repo inputs
README / assessment 雛形の配置promote domain model
domain-model.yaml の作成・更新promote architecture constraints
architecture-constraints.yaml の作成・更新prepare observations
refresh assessment
review.list_unknownsdoc.extract_*trace.*history.*docs/implementation/runtime-and-commands.md を読む。npx claudepluginhub caphtech/context-probe --plugin context-probe-pluginAudits a repository to map its real stack, conventions, assets, tests, docs, risks, and integration points. Persists results in reusable markdown to reduce re-reading and save tokens. Also calculates a harnessability score (0-100) to assess how well the codebase supports autonomous agent work.
Scans a codebase, interviews the developer, and produces a shareable architecture insights document. Use when assessing architecture, determining direction, or auditing drift.
Scans codebase to auto-generate CLAUDE.md project config and .rune/ state files for full context in AI coding sessions. Use on new repos or missing/stale context.