원클릭으로
openspec
OpenSpec - Fission AI 的輕量級 Spec-Driven Development 框架,支援 20+ AI 工具,適合快速迭代。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
OpenSpec - Fission AI 的輕量級 Spec-Driven Development 框架,支援 20+ AI 工具,適合快速迭代。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Apple Search Ads (ASA) deep analysis for mobile app advertisers. Evaluates campaign structure, bid health, Creative Sets, MMP attribution, budget pacing, TAP coverage (Today/Search/Product Pages), and goal CPA benchmarks by country. Use when user says Apple Search Ads, ASA, App Store ads, Apple ads, Search Ads, or is advertising a mobile app on iOS.
Competitor ad intelligence analysis across Google, Meta, LinkedIn, TikTok, and Microsoft. Analyzes competitor ad copy, creative strategy, keyword targeting, estimated spend, and identifies competitive gaps and opportunities. Use when user says competitor ads, ad spy, competitive analysis, competitor PPC, or ad intelligence.
Campaign concept and copy brief generator for paid advertising. Reads brand-profile.json and optional audit results to produce structured campaign concepts, messaging pillars, and copy briefs. Outputs campaign-brief.md to the current directory. Run after /ads dna and before /ads generate. Triggers on: create campaign, campaign brief, ad concepts, write ad copy, campaign strategy, ad messaging, creative brief, generate concepts.
Brand DNA extractor for paid advertising. Scans a website URL to extract visual identity, tone of voice, color palette, typography, and imagery style. Outputs brand-profile.json to the current directory. Run before /ads create or /ads generate for brand-consistent creative. Triggers on: brand DNA, brand profile, extract brand, brand identity, brand colors, what is the brand voice, analyze brand, brand style guide.
AI image generation for paid ad creatives. Reads campaign-brief.md and brand-profile.json to produce platform-sized ad images using banana-claude. Requires banana-claude (v1.4.1+) with nanobanana-mcp configured. Triggers on: generate ads, create images, make ad creatives, generate visuals, create ad images, generate campaign images, make the images, generate from brief.
Landing page quality assessment for paid advertising campaigns. Evaluates message match, page speed, mobile experience, trust signals, form optimization, and conversion rate potential. Use when user says landing page, post-click experience, landing page audit, conversion rate, or landing page optimization.
| name | openspec |
| description | OpenSpec - Fission AI 的輕量級 Spec-Driven Development 框架,支援 20+ AI 工具,適合快速迭代。 |
Fission AI 的輕量級 Spec-Driven Development 框架。
→ fluid not rigid (流動而非僵化)
→ iterative not waterfall (迭代而非瀑布)
→ easy not complex (簡單而非複雜)
→ built for brownfield (適用於既有專案)
→ scalable (從個人到企業皆適用)
# 安裝
npm install -g @fission-ai/openspec@latest
# 確認版本
openspec --version
# 初始化專案
cd your-project
openspec init
| 指令 | 說明 |
|---|---|
/opsx:new <feature> | 建立新的變更資料夾 |
/opsx:ff | 快速產生所有規劃文件(proposal、specs、design、tasks) |
/opsx:apply | 執行實作任務 |
/opsx:archive | 歸檔已完成的變更 |
/opsx:onboard | 新手引導流程 |
/opsx:new add-dark-mode # 建立變更
/opsx:ff # 產生規劃文件
/opsx:apply # 執行實作
/opsx:archive # 歸檔完成
npm install -g @fission-ai/openspec@latest
openspec update # 在專案內執行以更新 AI 指令
| 面向 | OpenSpec | Spec Kit |
|---|---|---|
| 風格 | 輕量、流動 | 嚴謹、階段式 |
| 鎖定 | 支援 20+ AI 工具 | 主要配合 GitHub |
| 適用 | 快速迭代 | 大型企業專案 |