ワンクリックで
create-tech-spec
Create a new Technical Specification for implementation details
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Create a new Technical Specification for implementation details
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Capture browser console, network, and performance logs for debugging. Auto-loads when debugging browser issues, analyzing errors, or investigating page behavior. Provides systematic log capture workflow using Chrome DevTools MCP.
Set up tmux notification system for Claude Code sessions
Use when facing complex, multi-layered debugging issues that require coordinated investigation across different domains (frontend, backend, database, network, etc). Spawns specialized debug expert agents to handle specific aspects of the investigation.
Creates a concise engineering implementation plan with team orchestration using Task coordination tools. Use when planning multi-step implementation work that requires team coordination, task dependencies, and parallel execution strategies.
Set up a new Django 6.0 project with modern tooling (uv, direnv, HTMX, OAuth, DRF, testing). Use when the user wants to create a Django project from scratch with production-ready configuration.
Download YouTube video transcripts as readable text files. Use when extracting transcripts from videos for analysis, documentation, or content review.
| name | create-tech-spec |
| description | Create a new Technical Specification for implementation details |
| argument-hint | <spec-title> [--rfc RFC-XXXX] |
Category: Technical Architecture
/create-tech-spec <spec-title> [--rfc RFC-XXXX]
<spec-title>: Required - Descriptive title for the Tech Spec (will be kebab-cased for filename)--rfc RFC-XXXX: Optional - Link to RFC that this spec implementsWhen this command is run, Claude Code should:
Determine Tech Spec Number
tech-specs/ directory (all subdirectories) for existing filesCreate Directory Structure (if not exists)
tech-specs/
├── draft/
├── approved/
├── reference/
└── archive/
└── YYYY/
Generate Tech Spec File
tech-specs/draft/TS-XXXX-<kebab-title>.mdPopulate Metadata
tech_spec_id to new numbertitle from argumentstatus to DRAFTdecision_ref to RFC if providedcreated and last_updated to today's dateauthor for user to fillIf RFC provided, validate and link
Confirm Creation
Created TS-XXXX: <title>
Location: tech-specs/draft/TS-XXXX-<kebab-title>.md
Status: DRAFT
RFC Link: RFC-XXXX (if provided)
Next steps:
1. Fill in the Executive Summary
2. Document the Design Overview with architecture diagram
3. Complete API and Data Model sections
4. When ready: /tech-spec-status TS-XXXX --set APPROVED
Use the template from:
plugins/devops-data/skills/technical-specification/references/tech-spec-template.md
# Standalone tech spec
/create-tech-spec User Authentication API
# Tech spec implementing an RFC
/create-tech-spec Payment Gateway Integration --rfc RFC-0042
Creates:
tech-specs/draft/TS-0001-user-authentication-api.mdtech-specs/draft/TS-0002-payment-gateway-integration.mdtech-specs/ directory doesn't exist, create it with full structure