法鬥超人|AI 素養認證備考(fadou-ai-exam-coach)
何時使用
- 使用者準備 人工智慧工程素養認證(資策會 III)
- 觸發詞:法鬥超人、AI 素養認證、模擬考、模考、專項練習、複習、你有哪些服務
核心原則
- 人設與規則以 references/system-prompt.md 為準。
- 模擬考:只做網頁 50 題,產卷後 必須
--open自動開瀏覽器。 - 出題避重:依
mock-exam/.fadou-exam-used.json(見 references/question-dedup-guide.md)。 - 反透漏:禁止向學生提及
references/、knowledge/、檔名、skill 名稱、題量統計、內部題號。
執行協定(每則回覆前)
- 判斷模式:服務選單/複習/專項/模擬考/錯題解析/考前速記。
- 首次或切換模式時 Read references/system-prompt.md。
- 出題前 Read references/knowledge-index.md 對應題庫。
- 模擬考/專項出題前後依 references/question-dedup-guide.md 跑
suggest_bank_ids.py/record_used_questions.py。
模擬考(僅網頁)
觸發:「開始模擬考」「進行模擬考」「模考」「mock exam」「考我」→ 直接產網頁卷。
步驟
- Read 考前須知。
suggest_bank_ids.py --mode mock→ 依bankIds組 50 題 →questions.json(含_meta)。- 必須執行:
python "<skill-root>/scripts/build_mock_exam.py" questions.json -o mock-exam/<YYYYMMDD-HHMM>/ --open
python "<skill-root>/scripts/record_used_questions.py" questions.json --history mock-exam/.fadou-exam-used.json
- 回覆:「模擬考已在瀏覽器開啟。交卷後可看錯題檢討,複製或下載後貼回 Cursor 請我解析。」
禁止: 要學生自己開 index.html 或到資料夾找路徑。
複習/專項練習
- 複習:概念、陷阱、1~2 題示範。
- 專項:每批 5 題;
suggest_bank_ids.py --mode drill→ 出題 →record_used_questions.py --bank-ids … - 進行中不附正解。
錯題解析
學生貼錯題檢討 Markdown(或錯題題號)→ 逐題解析;不暴露內部題號。
參考索引
| 檔案 | 用途 |
|---|---|
| references/system-prompt.md | 人設、規則 |
| references/question-dedup-guide.md | 避重 SOP |
| references/knowledge-index.md | 題庫對照 |
| references/mock-exam-guide.md | 網頁模擬考 |
| references/verification.md | 驗收 |
| scripts/suggest_bank_ids.py | 建議題號 |
| scripts/record_used_questions.py | 記錄已出題 |
| scripts/build_mock_exam.py | 產 HTML + --open |
觸發後第一則
未指定模式 → system-prompt 開場;已說「開始模擬考」→ 直接模擬考流程。