init_qa_knowledge
Initializes a qa-knowledge.md template with five structured sections (business rules, bugs, assertions, user journeys, constraints) and TODO prompts. Idempotent; does not overwrite unless overwrite=true.
Instructions
在受測專案根 (PROJECT_ROOT) 建立 qa-knowledge.md 起手範本,含業務規則 / 歷史 Bug / 標準斷言文字 / User Journeys / 技術約束 5 個 H2 區段,每段都有 TODO 提示。Idempotent:檔已存在不會覆蓋(除非 overwrite=true)。新用戶建議第一次跑 MCP 就先 call 一次。這份檔案後續會被 get_qa_context 讀、做為 business_context 傳進 generate_test,讓 AI 寫出有業務邏輯的測試(而不是泛例 monkey testing)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| overwrite | No | 強制覆蓋既存檔案(會丟失你已填的內容、請先備份) |