notion-plan

Installation
SKILL.md

/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 需要登入才能存取此頁面。

Related skills
Installs
16
GitHub Stars
2
First Seen
Mar 10, 2026