technical-specification

Solid

Creates detailed technical specifications for software projects covering requirements, architecture, APIs, and testing strategies. Use when planning features, documenting system design, or creating architecture decision records.

Testing & QA 160 stars 25 forks Updated 2 weeks ago MIT

Install

View on GitHub

Quality Score: 88/100

Stars 20%
73
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Technical Specification Create comprehensive technical specifications for software projects. ## Specification Template ```markdown # Technical Specification: [Feature Name] ## Metadata - **Status**: Draft | In Review | Approved - **Author**: [Name] - **Reviewers**: [Names] - **Last Updated**: [Date] ## Executive Summary [2-3 sentences: What problem does this solve? What's the proposed solution?] ## Background & Context - Current pain points - Why now? - Related work ## Goals ### Primary Goals 1. [Measurable goal] ### Non-Goals - [What this spec explicitly does NOT cover] ## Functional Requirements | ID | Requirement | Priority | |----|-------------|----------| | FR-1 | [Description] | P0 | | FR-2 | [Description] | P1 | ## Non-Functional Requirements - **Performance**: Response time < 200ms - **Scalability**: Support 10K concurrent users - **Availability**: 99.9% uptime - **Security**: [Requirements] ## Technical Design ### Architecture [Diagram or description] ### API Design ``` POST /api/v1/resource Request: { "field": "value" } Response: { "id": "123", "field": "value" } ``` ### Database Schema ```sql CREATE TABLE resources ( id UUID PRIMARY KEY, field VARCHAR(255) ); ``` ## Implementation Plan | Phase | Timeline | Deliverables | |-------|----------|--------------| | 1 | Week 1-2 | Core functionality | | 2 | Week 3 | API endpoints | | 3 | Week 4 | Testing & docs | ## Testing Strategy - Unit tests: 80% coverage - Integration tests: API endpoints - E2E t...

Details

Author
secondsky
Repository
secondsky/claude-skills
Created
6 months ago
Last Updated
2 weeks ago
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

Data & Documents Solid

technical-spec-template

Create structured technical specification documents that bridge product requirements and engineering implementation. Use when writing a tech spec, engineering spec, system design doc, or API specification. Produces a complete spec with problem statement, proposed solution, data model, API design, alternatives considered, security considerations, testing plan, and rollout strategy.

915 Updated 3 days ago
mohitagw15856
Web & Frontend Listed

technical-spec-design

Transforms product requirements into structured technical specifications. Auto-triggers when requirements are unclear, multiple implementation approaches exist, or component-level/architecture design is needed. Auto-trigger conditions: - User asks "how to implement a feature" - Requests design of technical specs / architecture / APIs / components - Mentions "multiple implementation approaches, need comparison" - Provides PRD / requirements description, wants technical specs - Requirements contain uncertainty or ambiguity NOT applicable for: - Simple bug fixes - Simple features with clear implementation path - Pure coding tasks (no design decisions)

2 Updated 2 months ago
wjszxli
Testing & QA Solid

spec-writing

Create clear, testable specifications from feature descriptions with user stories, acceptance criteria, and success metrics.

294 Updated today
athola
Code & Development Listed

technical-writing

Write clear, comprehensive technical documentation. Use when creating specs, architecture docs, runbooks, or API documentation. Handles technical specifications, system design docs, operational guides, and developer documentation with industry best practices.

335 Updated today
aiskillstore
AI & Automation Solid

spec-creation

Feature specification creation from codebase research. Produces requirements, acceptance criteria, architecture decisions, implementation plans, and risk analysis.

1,034 Updated today
a5c-ai