notion-plan

Installation
SKILL.md

/notion-plan — 從 Notion URL 自動建立實作計畫

貼上 Notion URL,自動擷取頁面需求內容並串接 /design 建立實作計畫。一條指令完成 Notion 抓取 → 結構化整理 → plans/active/.md 產出。

使用 playwright-cli(非 Playwright MCP):snapshot 存入 .playwright-cli/*.yml 按需讀取,避免每次操作自動注入 ~58KB 到 context。


Step 0:登入持久化(首次設定)

使用 --profile 持久化 Notion session,避免每次重新登入。Profile 路徑:~/.playwright-cli/notion-profile

首次登入: 若偵測到需要登入(Step 2c),使用 AskUserQuestion 提供選項:

Notion 需要登入才能存取此頁面。

選項:

  1. 幫我開啟登入頁面 — 自動執行 headed 瀏覽器,開啟 Notion 登入頁面供手動登入
  2. 手動貼上內容 — 跳過瀏覽器登入,直接貼上頁面需求內容
Installs
23
GitHub Stars
2
First Seen
Mar 10, 2026
notion-plan — ashe-li/agent-skills