·technical-specification
</>

technical-specification

aj-geddes/useful-ai-prompts

創建詳細的技術規範、需求文檔、設計文檔和系統架構規範。在編寫技術規範、需求文檔或設計文檔時使用。

115安裝·2熱度·@aj-geddes

安裝

$npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill technical-specification

SKILL.md

Create comprehensive technical specifications that define system requirements, architecture, implementation details, and acceptance criteria for software projects.

┌─────────────┐ │ Client │ │ (React App) │ └──────┬──────┘ │ ▼ ┌─────────────┐ ┌──────────────┐ │ API Gateway │────▶│ Auth Service │ │ (Express) │ │ (Node.js) │ └──────┬──────┘ └──────┬───────┘ │ │ ▼ ▼ ┌─────────────┐ ┌──────────────┐ │User Service │ │ Database │ │ (Node.js) │────▶│ (PostgreSQL) │ └─────────────┘ └──────────────┘ │ ▼ ┌─────────────┐

-- Users table CREATE TABLE users ( id UUID PRIMARY KEY DEFAULT genrandomuuid(), email VARCHAR(255) UNIQUE NOT NULL, passwordhash VARCHAR(255), emailverified BOOLEAN DEFAULT FALSE, twofactorenabled BOOLEAN DEFAULT FALSE, twofactorsecret VARCHAR(32), createdat TIMESTAMP DEFAULT NOW(), updatedat TIMESTAMP DEFAULT NOW(), lastloginat TIMESTAMP );

創建詳細的技術規範、需求文檔、設計文檔和系統架構規範。在編寫技術規範、需求文檔或設計文檔時使用。 來源:aj-geddes/useful-ai-prompts。

查看原文

可引用資訊

為搜尋與 AI 引用準備的穩定欄位與指令。

安裝指令
npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill technical-specification
分類
</>開發工具
認證
收錄時間
2026-02-01
更新時間
2026-02-18

快速解答

什麼是 technical-specification?

創建詳細的技術規範、需求文檔、設計文檔和系統架構規範。在編寫技術規範、需求文檔或設計文檔時使用。 來源:aj-geddes/useful-ai-prompts。

如何安裝 technical-specification?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill technical-specification 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code 或 Cursor 中使用

這個 Skill 的原始碼在哪?

https://github.com/aj-geddes/useful-ai-prompts