·technical-specification
</>

technical-specification

aj-geddes/useful-ai-prompts

Erstellen Sie detaillierte technische Spezifikationen, Anforderungsdokumente, Designdokumente und Systemarchitekturspezifikationen. Verwenden Sie es beim Schreiben technischer Spezifikationen, Anforderungsdokumente oder Designdokumente.

115Installationen·2Trend·@aj-geddes

Installation

$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 );

Erstellen Sie detaillierte technische Spezifikationen, Anforderungsdokumente, Designdokumente und Systemarchitekturspezifikationen. Verwenden Sie es beim Schreiben technischer Spezifikationen, Anforderungsdokumente oder Designdokumente. Quelle: aj-geddes/useful-ai-prompts.

Original anzeigen

Fakten (zitierbereit)

Stabile Felder und Befehle für KI/Such-Zitate.

Installationsbefehl
npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill technical-specification
Kategorie
</>Entwicklung
Verifiziert
Erstes Auftreten
2026-02-01
Aktualisiert
2026-02-18

Schnelle Antworten

Was ist technical-specification?

Erstellen Sie detaillierte technische Spezifikationen, Anforderungsdokumente, Designdokumente und Systemarchitekturspezifikationen. Verwenden Sie es beim Schreiben technischer Spezifikationen, Anforderungsdokumente oder Designdokumente. Quelle: aj-geddes/useful-ai-prompts.

Wie installiere ich technical-specification?

Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill technical-specification Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code oder Cursor

Wo ist das Quell-Repository?

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