notion-plan
/notion-plan — 從 Notion URL 自動建立實作計畫
貼上 Notion URL,自動擷取頁面需求內容並串接 /design 建立實作計畫。一條指令完成 Notion 抓取 → 結構化整理 → plans/active/.md 產出。
Token 效率: 使用
playwright-cli(CLI) 而非 Playwright MCP。 snapshot 存入.playwright-cli/*.yml檔案,按需讀取,避免每次操作自動注入 ~58KB 到 context。
Step 0:登入持久化(首次設定)
使用 --profile 持久化 Notion session,避免每次重新登入。
Profile 路徑:~/.playwright-cli/notion-profile
首次登入: 若偵測到需要登入(Step 2c),使用 AskUserQuestion 提供選項:
Notion 需要登入才能存取此頁面。
More from ashe-li/agent-skills
update
更新知識庫 — 依序執行 doc-updater、code-reviewer、對話 context 整理、learn-eval,將本次 session 的變更沉澱為文件與知識。
37design
開發設計 — 自動盤點 ECC 資源,透過 planner 建立完整實作計畫,輸出至 plans/active/<slug>.md 供使用者確認後才進入實作。
37pr
總結當前工作、commit、推送並建立或更新 PR。自動將對話脈絡寫入 PR description,確保 reviewer 能快速理解背景。
36assist
萬用助手 — 自動分析情境、盤點 ECC 資源、智慧路由至最佳 agent pipeline,一鍵完成複雜工作流。
35ecc-skill-defer
Manage ECC skill loading — defer unused skills to save init tokens, restore on demand. Use when user wants to check, defer, or restore ECC skills.
31plan-archive
將已完成的 plan 從 plans/active/ 歸檔至 plans/completed/,補上驗證結果與完成時間。適合在實作結束後呼叫。
27