원클릭으로
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