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 で使用できるようになります
ソースリポジトリはどこですか?
https://github.com/aj-geddes/useful-ai-prompts
詳細
- カテゴリ
- </>開発ツール
- ソース
- skills.sh
- 初回登録
- 2026-02-01