technical-specification by secondsky/claude-skills
npx skills add https://github.com/secondsky/claude-skills --skill technical-specification为软件项目创建全面的技术规格说明书。
# 技术规格说明书:[功能名称]
## 元数据
- **状态**: 草案 | 审核中 | 已批准
- **作者**: [姓名]
- **审核人**: [姓名]
- **最后更新**: [日期]
## 执行摘要
[2-3句话:解决了什么问题?提出的解决方案是什么?]
## 背景与上下文
- 当前的痛点
- 为什么是现在?
- 相关工作
## 目标
### 主要目标
1. [可衡量的目标]
### 非目标
- [本规格说明书明确不涵盖的内容]
## 功能需求
| ID | 需求 | 优先级 |
|----|-------------|----------|
| FR-1 | [描述] | P0 |
| FR-2 | [描述] | P1 |
## 非功能需求
- **性能**: 响应时间 < 200ms
- **可扩展性**: 支持 10K 并发用户
- **可用性**: 99.9% 正常运行时间
- **安全性**: [需求]
## 技术设计
### 架构
[图表或描述]
### API 设计
POST /api/v1/resource 请求: { "field": "value" } 响应: { "id": "123", "field": "value" }
### 数据库模式
```sql
CREATE TABLE resources (
id UUID PRIMARY KEY,
field VARCHAR(255)
);
| 阶段 | 时间线 | 交付物 |
|---|---|---|
| 1 | 第 1-2 周 | 核心功能 |
| 2 |
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
| 第 3 周 |
| API 端点 |
| 3 | 第 4 周 | 测试与文档 |
| 风险 | 概率 | 影响 | 缓解措施 |
|---|---|---|---|
| [风险] | 中等 | 高 | [计划] |
所有 P0 需求已实现
测试通过
性能目标达成
文档完整
请参阅 references/template.md 获取包含以下内容的完整可复制粘贴模板:
应做事项:
不应做事项:
每周安装数
86
代码仓库
GitHub 星标数
93
首次出现
2026年1月25日
安全审计
安装于
claude-code73
gemini-cli72
cursor72
codex72
opencode71
github-copilot69
Create comprehensive technical specifications for software projects.
# 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)
);
| Phase | Timeline | Deliverables |
|---|---|---|
| 1 | Week 1-2 | Core functionality |
| 2 | Week 3 | API endpoints |
| 3 | Week 4 | Testing & docs |
| Risk | Probability | Impact | Mitigation |
|---|---|---|---|
| [Risk] | Medium | High | [Plan] |
All P0 requirements implemented
Tests passing
Performance targets met
Documentation complete
See references/template.md for a comprehensive copy-paste template including:
Do:
Don't:
Weekly Installs
86
Repository
GitHub Stars
93
First Seen
Jan 25, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
claude-code73
gemini-cli72
cursor72
codex72
opencode71
github-copilot69
论文复现上下文解析器 - 解决AI论文复现中的关键信息缺口与冲突检测
19,100 周安装