ワンクリックで
plan-critic
Critique principles, complexity heuristics, and anti-rabbit-hole rules for the Plan Critic agent
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Critique principles, complexity heuristics, and anti-rabbit-hole rules for the Plan Critic agent
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Planning principles, model selection, and scope rules for the Architect agent
Implementation rules for database migrations, Python scrapers, and Next.js web for the Engineer agent
BaseScraper contract, field rules, and Peatix-specific conventions for the Scraper Expert agent
Scraper test execution rules, output validation criteria, and report format for the Tester agent
BaseScraper contract, field rules, and Peatix-specific conventions for the Scraper Expert agent
Platform rules and field mappings for the 誠品生活日本橋 (eslite spectrum Nihonbashi) scraper
| name | plan-critic |
| description | Critique principles, complexity heuristics, and anti-rabbit-hole rules for the Plan Critic agent |
| applyTo | .github/agents/plan-critic.agent.md |
每次批評計畫前必讀。
依優先順序:
判斷原則:若計畫主要修飾 5(視覺)而 1–4 仍有未解問題,必須在「優先順序提醒」段標紅。
| 訊號 | 複雜度貢獻 |
|---|---|
| 新增 migration | +1 level |
| 跨 3 個以上檔案 | +1 level |
| 觸碰 annotator.py SYSTEM_PROMPT | +1 level |
| 新增 i18n key(三語檔案) | +0.5 level |
| 新增 GPT 呼叫路徑 | +1 level(成本 + 污染風險) |
| 觸發既有 Guard(Architect SKILL.md) | +1 level(需嚴格遵守) |
修改 merger.py _normalize | +2 level(高 regression 風險) |
| 修改 RLS / Supabase 權限 | +2 level |
基準:每 +1 level 對應約半天工程量。≥ 3 levels 為 high;≥ 5 為 very-high。
| 影響範圍 | 價值 |
|---|---|
| 修壞掉的爬蟲(事件斷流) | high |
| 修 annotation 污染(影響多事件) | high |
| 新增爬蟲(覆蓋新區域/類型) | medium-high |
| 新增 admin UI 功能(提升運營效率) | medium |
| 改善視覺 / 動畫 / 配色 | low |
| 修單一事件的資料 | low(手動修即可,不需計畫) |
新增 UI 前先檢查:
web/components/EventCard.tsx — 事件卡片web/components/FilterBar.tsx — 篩選列web/components/AdminEventTable.tsx — 後台表格web/components/AdminEventForm.tsx — 後台表單web/components/RawDataSection.tsx — 原始資料展示web/components/SaveButton.tsx — 收藏按鈕新增 scraper 前必檢查:
scraper/sources/base.py — BaseScraper ABCscraper/sources/peatix.py — 事件平台聚合範本scraper/sources/iwafu.py — 單一品牌商範本下列模式必須在報告中明確標紅:
每次批評計畫,至少瀏覽一次 Architect SKILL.md 中的這幾個高頻 Guard:
若計畫涉及上述任一主題,必須在「全站架構整合分析」段明確列出。
Plan Critic agent 建於 2026-05-17,至今所有批評對象都是「元任務 / 治理工具」計畫(Optimizer agent、Skill Scanner v2 / v2.1)。尚未在真實業務計畫(修爬蟲、加 source、修 annotation 污染、改前端 UI)中驗證。
僅能批評元任務的 Plan Critic 等同於「自己批評自己」,會形成治理工具自我增殖的封閉迴圈,不接觸商業優先項目(1–4)。
下一次遇到非元任務的真實業務計畫時(例:「加 scraper 新 source」「修 peatix 重複入庫」「改 EventCard UI」),刻意呼叫一次 Plan Critic:
若驗證 Fail:
正式採用為所有非小型計畫的標準批評環節,可考慮: