From feature-workflow
Orchestrates full project planning by sequentially executing /plan-spec (technical specs), /plan-db (database design if required), and /plan-arch (architecture), with user confirmations at each stage, outputting files to .spec/ directory.
npx claudepluginhub mark22013333/crew --plugin feature-workflowThis skill uses the workspace's default tool permissions.
自動依序執行 `/plan-spec` → `/plan-db` → `/plan-arch`,每個階段完成後向使用者展示摘要,確認後再執行下一個。
Creates structured plans for multi-step tasks like software features, research workflows, events, or study plans. Deepens existing plans with interactive sub-agent reviews.
Drafts structured implementation plans for multi-step tasks from specs or requirements, with codebase exploration, task phasing, validation, and self-review before coding.
Generates executable Markdown implementation plans for multi-step tasks from context briefs, resolving ambiguities, ordering dependencies, and enabling parallel worker execution.
Share bugs, ideas, or general feedback.
自動依序執行 /plan-spec → /plan-db → /plan-arch,每個階段完成後向使用者展示摘要,確認後再執行下一個。
單獨執行某一階段:請直接使用對應的獨立指令(如
/plan-spec、/plan-db、/plan-arch)。
/plan # 自動判斷類型,依序執行完整規劃
參照 references/plan-common.md。
/plan-spec(技術規格)→ 必須完成 plan-spec 的「規格確認迴圈」,使用者明確確認 spec.md 沒問題後才繼續下一階段/plan-db(若 spec 判斷 DB_REQUIRED=true)→ 展示摘要,確認後繼續/plan-arch(架構設計)使用者可在任何階段中斷。每個階段都必須取得使用者明確確認後才能進入下一階段。
Bug 類型的調查與修復由 bug-workflow 處理(
/bug-start→/bug-update→/bug-close)。
完整規劃完成!
📁 產出檔案:
• .spec/{slug}/spec.md
• .spec/{slug}/db.md + db.sql
• .spec/{slug}/arch.md
📊 狀態:架構設計
後續可使用:
• /plan-build — Agent Teams 產生程式碼
• /plan-review — Agent Teams 審查
• /plan-status — 查看任務狀態
| 指令 | 說明 | 產出檔案 |
|---|---|---|
/plan-spec | 技術規格書 | spec.md |
/plan-db | 資料庫設計 | db.md + db.sql |
/plan-arch | 架構設計 | arch.md |