用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/ForceInjection/domain-driven-design-skills --skill new-feature命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Conduct deep academic research for philosophy, neuroscience, cognitive science, and theoretical computer science (computability, complexity, AI theory, logic). Use when user asks to: research academic topics, find scholarly papers, conduct literature reviews, analyze citations, synthesize research findings, explore philosophical arguments, investigate consciousness/cognition, study computability/decidability/Turing machines, or analyze academic debates. Triggers on: 'research papers', 'literature review', 'academic sources', 'scholarly articles', 'philosophy of mind', 'computability theory', 'neuroscience studies', 'find papers on', 'what does the research say'.
Create clear action plans with steps, success criteria, and risk awareness. Use before implementing features, making changes, starting projects, or anytime you need a roadmap to success. Triggers on "plan this", "how should we approach", "what's the strategy", "steps to complete", or when facing complex multi-step work.
Add keyboard navigation to a feature using CommandRegistryService. Use when implementing keyboard shortcuts, vim-style navigation, or hotkeys for a page or component.
基于 SOC 职业分类
正在显示 SKILL.md
| name | new-feature |
| description | 新功能開發流程。當用戶提到「新功能」「新增」「開發」「實作」「建立」等關鍵字時自動使用。執行 PRD → BDD → TDD → Code → Review 流程。 |
當用戶提問包含以下關鍵字時自動啟用:
在開始開發前,必須先判斷功能類型:
特徵:
執行流程:
Sequential Thinking → PRD → /backend-spec → /bdd → /tdd → coder → reviewer
特徵:
執行流程:
Sequential Thinking → PRD → /frontend-spec → /components → ui-designer → coder → reviewer
特徵:
執行流程:
Sequential Thinking → PRD → /backend-spec → /frontend-spec → /bdd → /tdd → ui-designer → coder → reviewer
在開始前,回答以下問題:
□ 需要新增或修改資料表? → 涉及後端
□ 需要新增或修改路由? → 涉及後端
□ 需要新增商業邏輯處理? → 涉及後端
□ 需要新增或修改 Blade 頁面? → 涉及前端
□ 需要新增或修改表單? → 涉及前端
□ 需要調整樣式或 UI? → 涉及前端
分析需求:
執行 /create-prd,產生產品需求文件。
根據功能類型執行:
| 功能類型 | 執行指令 |
|---|---|
| 純後端 | /backend-spec |
| 純前端 | /frontend-spec + /components |
| 全端 | /backend-spec → /frontend-spec |
若涉及後端功能,執行 /bdd 定義功能行為。
若涉及後端功能,執行 /tdd:紅燈 → 綠燈 → 重構。
使用 coder agent,遵循三層架構:Controller → Service → Repository。
使用 reviewer agent 審查程式碼品質。