AIS 系列 · 1 / 3 · 團隊介紹AIS Series · 1 / 3 · Team Intro 導覽之旅 →Guided Tour →
團隊上手 · 內部工具 Team Onboarding · Internal Tool

認識一下Meet auto-claude-ideation-suite

一個 Claude Code 插件,把任何專案變成多代理 ideation、路線圖、QA 流水線 — 讓你不用再一直手動戳程式碼。 A Claude Code plugin that turns any project into a multi-agent ideation, roadmap, and QA pipeline — so you don't have to keep poking at the codebase by hand.

v1.0.1 約 5 分鐘閱讀~5 min read 支援 macOS / Linux / Windowsworks on macOS / Linux / Windows

SECTION 01 這是什麼?What is it? 30 秒電梯簡介the 30-second pitch

想像 Anthropic 的實習生 Claude 坐在你的終端機裡。auto-claude-ideation-suite 給這個實習生一塊寫字板和 17 位虛擬專家 — 各自負責效能、安全、程式品質、UI/UX、文件、競品分析、QA 驗證等 — 然後對他們說:去看看這個專案,告訴我下一步該做什麼。 Imagine you have an Anthropic intern called Claude sitting in your terminal. auto-claude-ideation-suite hands that intern a clipboard and a team of 17 imaginary specialists — one each for performance, security, code quality, UI/UX, documentation, competitor analysis, QA verification, and more — and tells them: go look at this project, and tell me what to do next.

輸出包含結構化的點子集、有優先級的路線圖,以及(當你做完某個功能時)一個 QA 循環,會驗證實作是否真的符合驗收條件。它會跨 session 學習 — 哪些有效、哪些失敗、哪些已完成 — 所以你不會看到重複的建議。 The output is a structured set of ideas, a prioritised roadmap, and (when you implement something) a verification loop that proves the work actually meets the acceptance criteria. It learns across sessions — what worked, what didn't, what's already done — so you don't get the same suggestion twice.

SECTION 02 它能做什麼What it does 四大核心能力four core capabilities
點子發想 (Ideation)Ideation
六位專家代理同時分析你的專案:效能、安全、程式品質、現代化、文件、UI/UX — 輸出一份具體可執行的 JSON 改進清單。 Six specialist agents simultaneously analyse your project across performance, security, code quality, code modernization, documentation, and UI/UX — producing a JSON list of concrete improvement ideas.
路線圖規劃Roadmap Planning
三階段流水線:discovery(專案 DNA + 願景)、競品分析(透過網路搜尋)、再產出 MoSCoW 優先級的 feature 清單與工時估算。 A 3-phase pipeline: discovery (project DNA + vision), competitor analysis (via web search), then a MoSCoW-prioritised feature list with effort estimates.
QA 驗證QA Verification
當你實作某個點子,啟動 QA 循環:reviewer 對照驗收標準檢查、fixer 套用修復,最多 5 輪。不會默默通過。 When you implement an idea, kick off the QA loop: a reviewer checks the work against acceptance criteria, a fixer applies corrections, max 5 cycles. No silent passes.
跨 Session 記憶Cross-Session Memory
insight-extractor 代理把本 session 學到的東西存進 graph_hints.json。下次 session,所有代理都會先讀它 — 不會重複建議、會基於之前的脈絡繼續做。 An insight-extractor agent saves what was learnt this session into graph_hints.json. Next session, every agent reads it first — no duplicate suggestions, builds on prior context.
SECTION 03 如何安裝How to install 兩分鐘 · 無需編譯2 minutes · no compile step
先確定已安裝 Claude CodeMake sure you have Claude Code installed
如果你從沒用過 Claude Code,先到 claude.ai/code 安裝(或 brew install claude),登入一次即可。這個插件就跑在你現有的 Claude Code 環境裡。 If you've never used Claude Code, install it from claude.ai/code (or run brew install claude) and authenticate once. The plugin runs inside your existing Claude Code setup.
把插件 clone 進 Claude Code 的 plugins 目錄Clone the plugin into your Claude Code plugins folder
編譯產物已經 commit 進 repo,所以你不用跑 npm install。直接 clone 就好。 The compiled MCP server is committed to the repo, so you don't need to run npm install. Just clone.
# clone into the plugin directory of your choice git clone https://github.com/Sasuke-inu/auto-claude-ideation-suite.git
重啟 Claude CodeRestart Claude Code
下次啟動時,Claude Code 會自動發現插件的命令、代理、skill 與 MCP 伺服器。你會在 slash command 選單看到 /auto-claude-ideation-suite/ideation/roadmap/qa On next launch, Claude Code auto-discovers the plugin's commands, agents, skill, and the MCP server. You should see /auto-claude-ideation-suite, /ideation, /roadmap, /qa in the slash command menu.
驗證是否成功載入Verify it loaded
在任何專案打開 Claude Code,輸入 /,找這四個命令。看到了就 OK。 Open Claude Code in any project, type /, and look for the four commands. If you see them — you're ready.
SECTION 04 如何使用How to use 四個斜線命令four slash commands
/auto-claude-ideation-suite 當你想要全套when you want everything
主入口 · 路由到子命令Master entry · routes to subcommands
傳參數可以縮範圍:ideationroadmapallqa <id>plan <id>,或單一代理如 performance。不帶參數的話,跑全部 6 個 ideation 代理。 Pass an arg to scope: ideation, roadmap, all, qa <id>, plan <id>, or a single agent like performance. Without an arg, runs all 6 ideation agents.
/ideation 「我接下來該做什麼?」"what should I work on?"
並行跑全部 6 個 ideation 代理Run all 6 ideation agents in parallel
效能、安全、程式品質、現代化、文件、UI/UX。每位代理寫自己的點子 JSON,然後插件合併成 ideas_merged.json。視專案大小,1–3 分鐘。 Performance, security, code-quality, code-improvements, documentation, ui-ux. Each one writes its own ideas JSON, then the plugin merges them into ideas_merged.json. Takes 1–3 minutes depending on project size.
/roadmap 規劃一個 releaseplanning a release
三階段 MoSCoW 路線圖3-phase MoSCoW roadmap
第一階段:discovery(願景、限制)。第二階段:研究競品做了什麼(用 WebSearch)。第三階段:產出 roadmap.json — Must / Should / Could / Won't 功能與工時估算。 Phase 1: discover the project (vision, constraints). Phase 2: research what competitors do (uses WebSearch). Phase 3: produce a roadmap.json with Must / Should / Could / Won't features and effort estimates.
/qa <item-id> 完成一個 feature 後after you've shipped a feature
對照驗收標準驗證實作Verify implementation against acceptance criteria
傳入 item id(從 ideas_merged.json 或 roadmap.json 取得)。插件啟動 reviewer + fixer 對最多循環 5 輪。通過後標記項目完成、寫入跨 session 記憶。 Pass an item id (from ideas_merged.json or roadmap.json). The plugin spawns a reviewer + fixer pair that loops up to 5 times. On pass, it marks the item done and the cross-session memory remembers it as completed.
⚐ 心智模型⚐ The mental model
Ideation 回答「我們可以做什麼?」— Roadmap 回答「我們該做什麼、以什麼順序?」— QA 回答「我們做對了嗎?」新專案就照這順序跑;後續 session 想要新點子就跑 /ideation Ideation answers "what could we do?" — Roadmap answers "what should we do, and in what order?" — QA answers "did we do it correctly?" Run them in that order on a fresh project; on subsequent sessions, just /ideation when you need fresh ideas.
SECTION 05 輸出長什麼樣What you get back 檔案寫到 .aperant/files written to .aperant/

每次執行會在專案根目錄的 .aperant/ 下建一個時間戳資料夾。代理輸出的所有 JSON 都在裡面,可以 grep、diff、跟程式碼一起 version control。 Each run creates a timestamped folder under .aperant/ in the project root. Everything the agents produce ends up there as JSON, so you can grep, diff, and version-control the outputs alongside your code.

your-project/
├── .aperant/
│   └── 2026-04-26T10-30-00/
│       ├── project_index.json          掃描的專案內容what we scanned
│       ├── performance_ideas.json      各代理點子per-agent ideas
│       ├── security_ideas.json
│       ├── code_quality_ideas.json
│       ├── code_improvements_ideas.json
│       ├── documentation_ideas.json
│       ├── ui_ux_ideas.json
│       ├── ideas_merged.json            統一輸出unified output
│       ├── roadmap_discovery.json      若跑了 /roadmapif /roadmap was run
│       ├── competitor_analysis.json
│       ├── roadmap.json                MoSCoW 功能清單MoSCoW features
│       └── task-state.json             計畫步驟追蹤plan step tracking
└── graph_hints.json                    跨 session 記憶cross-session memory
SECTION 06 典型情境Typical scenarios 團隊常見的四種用法four ways your team will use it
新專案接手審計The new project audit
「我剛接手這份程式碼,從哪裡開始?」"I just inherited this codebase. Where do I even start?"
/auto-claude-ideation-suite all
效能優化任務The performance hunt
「頁面很慢,幫我找出最值得修的 10 件事。」"The page is slow. Find me the top 10 things worth fixing."
/auto-claude-ideation-suite performance
release 規劃The release planner
「離上線剩 6 週。哪些是 Must、哪些只是 Could?」"We've got 6 weeks until launch. What's actually a Must vs Could?"
/roadmap
合併後驗收The post-merge check
「我出了 item #42,真的有滿足驗收條件嗎?」"I shipped item #42. Did it actually meet the criteria?"
/qa 42
SECTION 07 背後架構(簡述)Under the hood (briefly) 給好奇的人for the curious

插件包含 17 個子代理(每個是含 YAML frontmatter 的 Markdown 提示檔)、10 個 MCP 工具(一個小型 TypeScript 伺服器)、1 個 skill(編排協定)、4 個斜線命令(入口)。當你輸入斜線命令,Claude Code 讀取它的指令,然後驅動 skill;skill 呼叫 MCP 伺服器去 scan、驗證、合併,並呼叫所需的子代理。 The plugin ships 17 sub-agents (each a Markdown prompt file with YAML frontmatter), 10 MCP tools (a small TypeScript server), 1 skill (the orchestration protocol), and 4 slash commands (the entry points). When you type a slash command, Claude Code reads its instructions, then drives the skill, which calls the MCP server to scan, validate, and merge — and spawns whichever sub-agents are needed for the job.

想看每一層、每個工具的完整架構圖,去看第三篇 auto-claude-ideation-suite-fix.html — 那是技術審計版。這頁是友好導覽版。 If you want the deep architecture diagram with every layer and tool, open the companion auto-claude-ideation-suite-fix.html — that's the technical audit. This page is the friendly intro.

SECTION 08 獲得幫助 · 後續步驟Get help · next steps 出問題的時候when something doesn't work
斜線命令沒出現Slash command not showing
重啟 Claude CodeRestart Claude Code
插件是啟動時載入的。clone 完後完全退出再重啟 — 那四個命令就會出現。 Plugins are loaded at startup. After cloning, fully quit and relaunch — the four commands should appear.
伺服器啟不起來Server not booting
檢查 Node 版本Check Node version
MCP 伺服器需要 Node 18+。node --version 確認;太舊的話用 nvm 或 brew 升級。 The MCP server needs Node 18+. Run node --version to confirm. If older, upgrade via nvm or brew.
node --version
想貢獻Want to contribute
新增一個代理Add a new agent
agents/ 放一個含 YAML frontmatter (name/description/tools) 的新 .md 檔,更新 plugin.json,發 PR。CI 會在每次 push 檢查結構。 Drop a new .md file in agents/ with the YAML frontmatter (name/description/tools), update plugin.json, open a PR. CI checks structure on every push.
快速試用Quick test drive
先在小 repo 上跑Run on a small repo first
先挑個個人小專案。/ideation 跑在 1–2k LOC 的 codebase 大約一分鐘,先感受輸出長什麼樣,再放到正式專案上。 Pick a personal side project to start. /ideation on a 1–2k LOC codebase finishes in about a minute and gives you a feel for what the output looks like before you let it loose on production.