plan

Execute plan-spec, plan-db, and plan-arch sequentially with user confirmation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

完整規劃流程無需透過 Notion API,將 plan-spec、plan-db、plan-arch 的產出集中管理於專案目錄,提升可追蹤性與自動化程度。

Core Features & Use Cases

  • 自動化序列執行:依序執行 plan-spec、plan-db、plan-arch,並在每階段取得使用者確認後再進入下一階段。
  • 本地化輸出與紀錄:所有產出寫入 .spec/ 目錄,避免直接呼叫 Notion API。
  • 階段可單獨執行:可獨立執行 /plan-spec、/plan-db、/plan-arch 等任一階段,利於快速驗證與迭代。

Quick Start

執行一次完整規劃流程,使用 /plan 以自動依序執行 plan-spec、plan-db 與 plan-arch。

Frequently Asked Questions about plan

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

FAQPage Schema
How do I automate end-to-end project planning workflows without Notion API calls?

Automate end-to-end project planning workflows without Notion API calls by sequentially executing specification, database, and architecture planning steps. The process pauses for user confirmation at each stage, writing all structured outputs directly into the local .spec/ directory.

Can I execute individual planning stages independently for quick validation?

Yes, you can execute individual planning stages independently for quick validation. You can trigger specification, database, or architecture planning steps separately to iterate on specific components without running the entire automated sequence.

What is the best way to manage project specification and architecture outputs locally?

The best way to manage project specification and architecture outputs locally is writing them into a centralized .spec/ directory. This method enhances traceability and automates record-keeping without relying on external API integrations.

Does the automated planning workflow require user confirmation between stages?

Yes, the automated planning workflow requires user confirmation between stages. It sequentially executes specification, database, and architecture tasks, ensuring explicit approval before progressing to the next phase of the project planning process.