Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计通过

technical-spec-template技术规格模板

Agent Skill

technical-spec-template 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

218

周安装

9

GitHub Stars

283

下载量

71
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:technical-spec-template(技术规格模板)
来源仓库:https://github.com/mohitagw15856/pm-claude-skills
仓库路径:skills/technical-spec-template
安装命令:
npx skills add https://github.com/mohitagw15856/pm-claude-skills --skill technical-spec-template
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/mohitagw15856/pm-claude-skills --skill technical-spec-template

简介

technical-spec-template 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词快速定位候选结果时使用。

  • 适用于技术规格模板查找、文档结构参考等研究检索场景。
  • 通过关键词或任务场景输入,返回匹配的候选信息列表供进一步处理。
  • 安装命令:npx skills add https://github.com/mohitagw15856/pm-claude-skills --skill technical-spec-template。
  • 使用前请确认仓库维护状态及是否涉及文件读写或网络请求权限。

SKILL.md

Technical Spec Template Skill

Write technical specifications that engineers actually read — clear problem framing, unambiguous requirements, explicit decisions, and documented trade-offs.

When to Write a Tech Spec

Write a tech spec when:

  • The feature requires changes to 2+ systems
  • There are significant architectural decisions to make
  • More than one engineer will work on the implementation
  • The feature has security, privacy, or compliance implications
  • Estimated effort is >5 story points

Skip the spec for trivial bug fixes or 1-2 hour changes.


Technical Spec Output Format

Technical Specification — [Feature Name]

Author: [Name] Status: Draft | In Review | Approved | Implemented Created: [Date] | Last Updated: [Date] Reviewers: [Eng Lead, Architect, PM, Security if needed] Related PRD: [Link] | Jira Epic: [Link]


1. Problem Statement

[2–3 sentences. What problem are we solving and why now? No solution language here.]

2. Goals & Non-Goals

Goals (in scope):

  • [Specific, measurable outcome]
  • [Specific, measurable outcome]

Non-Goals (explicitly out of scope):

  • [What this spec does NOT cover]
  • [Common assumption to shut down early]

3. Background & Context

[Any prior art, related systems, or context engineers need to understand the decision space. Link to previous specs, ADRs, or research.]

4. Proposed Solution

High-Level Approach: [2–4 sentences describing the chosen solution. Why this approach vs alternatives?]

System Architecture Diagram: [Describe or embed: which services are involved, how data flows, what APIs are called]

Data Model Changes:

-- New tables or schema changes
[Include DDL or schema definition]

API Design:

[Endpoint] [Method]
Request: { [fields and types] }
Response: { [fields and types] }
Error codes: [list]

Key Implementation Details:

  • [Important technical constraint or approach]
  • [Edge case handling]
  • [Third-party dependency and version]

5. Alternative Approaches Considered

OptionProsConsWhy Rejected
[Alt 1][Benefits][Drawbacks][Reason not chosen]
[Alt 2][Benefits][Drawbacks][Reason not chosen]

6. Security & Privacy Considerations

  • Data stored: [What PII or sensitive data is involved]
  • Authentication: [How is access controlled]
  • Authorisation: [What permissions are required]
  • Encryption: [At rest / in transit requirements]
  • Compliance implications: [GDPR, SOC2, etc. if relevant]

7. Performance & Scalability

  • Expected load: [Requests/second, data volume]
  • Latency requirements: [P50 / P95 targets]
  • Caching strategy: [If applicable]
  • Database indexing: [New indexes required]
  • Known bottlenecks: [Where to watch]

8. Testing Plan

  • Unit tests: [Key scenarios to cover]
  • Integration tests: [System boundaries to test]
  • Load tests: [If performance-critical]
  • Edge cases: [Known tricky scenarios]
  • Rollback plan: [How to revert if something goes wrong]

9. Rollout Plan

  • Feature flag: [Yes / No — name of flag]
  • Rollout stages: [% of users at each stage]
  • Monitoring: [Metrics and alerts to set up]
  • Success criteria to progress rollout: [What needs to be true]
  • Rollback trigger: [What would cause immediate rollback]

10. Open Questions

QuestionOwnerDue DateResolution
[Unresolved question][Name][Date][Pending]

11. Implementation Timeline (Rough)

PhaseWorkEstimated Effort
[Phase 1][What gets built][X days/points]
[Phase 2][What gets built][X days/points]
Total[X story points]

Guidelines

  • The spec is a decision record, not a task list — document *why* decisions were made
  • All open questions must have an owner and due date
  • Security and privacy sections are never optional for features that touch user data
  • Recommend async review: engineers read first, then a 30-minute sync to resolve questions
  • Keep the spec updated as implementation progresses — stale specs are worse than no specs

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

38.38%
按下载量换算27

Claude

30.47%
按下载量换算22

Cursor

17.6%
按下载量换算12

Gemini CLI

9.79%
按下载量换算7

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills