Stats
Actions
Tags
How this skill is triggered — by the user, by Claude, or both
Slash command
/projsight:audit-drThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
プロジェクトの全 DR(Decision Record)を棚卸しし、ステータスの整理・クリーンアップを行う。
プロジェクトの全 DR(Decision Record)を棚卸しし、ステータスの整理・クリーンアップを行う。
list_drs(projectId) で全 DR を取得| カテゴリ | 条件 | アクション候補 |
|---|---|---|
| 要クリーンアップ | deprecated ステータス | close(完全に不要)or そのまま(参考として残す) |
| 確認必要 | proposed ステータス | accepted(採用)/ deprecated(却下)/ close(不要) |
| 差し替え済み | superseded ステータス | 後継 DR の確認、close 可否の判断 |
| 現行有効 | accepted / implemented | 現在も有効か確認(技術変更で陳腐化していないか) |
各カテゴリについて以下を実行する:
upsert_dr(drId, status) を実行レビュー完了後、以下のサマリをユーザーに報告:
## DR 棚卸し結果
- 総 DR 数: N 件
- 変更: close N件 / deprecated N件 / accepted N件 / その他 N件
- 変更なし: N件
- 現行有効: N件(accepted + implemented)
### 注意事項
[棚卸し中に発見した課題や、次回確認すべき事項があれば記載]
| タイミング | 推奨度 |
|---|---|
| フェーズ切替時(fork 後) | 推奨 |
| DR が 10件以上増加した時 | 推奨 |
| 技術スタックの大きな変更後 | 推奨 |
| ユーザーから依頼された時 | 必須 |
npx claudepluginhub novel-jp/projsight-plugin --plugin projsightGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.