plan-start

Create a Notion entry, .spec planning directory, and Git branch.

9|1|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/mark22013333/crew --skill plan-start
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: plan-start
Source: https://github.com/mark22013333/crew/tree/main/plugins/feature-workflow/skills/plan-start
Command: npx skills add https://github.com/mark22013333/crew --skill plan-start

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

在多人協作的專案中,建立 Notion 條目、在專案根目錄建立 .spec/ 本地規劃目錄,以及同步建立 Git 分支,通常需要多個手動步驟。本 Skill 提供一個統一入口,讓使用者只需提到 plan-start 即可同時完成 Notion 條目建立、本地規劃目錄產生,以及分支建立,提升效率與一致性。

Core Features & Use Cases

  • 統一入口:在 Notion 建立任務條目,同時在專案根目錄建立 .spec/{slug}/ 本地規劃目錄,並可選建立 Git branch,支援 Feature 與 Bug 兩種類型。
  • 自動對應設定:根據 references/config-resolver.md 與 projects/{repo-id}.md 自動對應專案與技術棧,確保資料一致性。
  • 互動補充資訊:在需要時引導使用者提供專案、優先順序、難度等欄位,以便完整建立 Notion 條目與本地規劃結構。
  • 產出與回傳:完成後提供 Notion 條目 URL、.spec/ 目錄路徑與分支名稱等資訊,方便後續追蹤。

Quick Start

請以「plan-start + 任務描述」觸發此技能,系統將自動建立 Notion 條目、對應本地規劃目錄並可選建立 Git 分支。

Frequently Asked Questions about plan-start

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically create a Notion entry and a local spec directory at the same time?▼

To automatically create a Notion entry and local spec directory together, trigger the plan-start flow with a task description. It reads project mappings to generate a unified Notion entry and .spec/{slug} directory for tracking.

What is the best way to unify Notion task planning with Git branch creation?▼

Unifying Notion task planning with Git branch creation is done by triggering the plan-start command. It simultaneously creates a Notion entry, a local .spec planning directory, and an initial Git branch for feature or bug types.

Can I use this planning workflow for both feature development and bug fixes?▼

Yes, you can use this planning workflow for both feature development and bug fixes. The plan-start mechanism explicitly supports both task types when generating the Notion entry, spec directory, and Git branch.

How does the system map my project configuration when starting a new task in Notion?▼

The system maps your project configuration by reading references/config-resolver.md and projects/{repo-id}.md. This ensures the Notion entry and local spec directory correctly match your project and technical stack.

Do I need to manually set up project mappings before starting local spec planning?▼

Yes, you need project mappings configured in projects/{repo-id}.md and references/config-resolver.md before starting local spec planning. The workflow reads these files to populate the Notion entry and .spec directory accurately.