Token导航 LogoToken导航TokenDH.com
前端设计需要联网github未标认证来源可访问许可证需确认审计通过

product-specs-writer产品规格作家

Agent Skill

product-specs-writer 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,032

周安装

83

GitHub Stars

18

下载量

657
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:product-specs-writer(产品规格作家)
来源仓库:https://github.com/ncklrs/startup-os-skills
仓库路径:skills/product-specs-writer
安装命令:
npx skills add https://github.com/ncklrs/startup-os-skills --skill product-specs-writer
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/ncklrs/startup-os-skills --skill product-specs-writer

简介

用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中围绕仓库状态、代码变更或协作事项进行整理。
  • 通过 npx skills add 命令从指定仓库安装,需结合原始 README 核验具体用法。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • product-specs-writer 属于前端设计类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Product Specs Writer

Comprehensive product documentation expertise — from strategic PRDs to implementation-ready specifications that engineering teams can actually build from.

Philosophy

Great product specs bridge the gap between vision and execution. They're not bureaucratic documents; they're communication tools that align teams and prevent expensive misunderstandings.

The best product specifications:

  1. Start with the why — Context before requirements
  2. Are testable — Every requirement has clear acceptance criteria
  3. Anticipate questions — Edge cases, errors, and constraints documented upfront
  4. Evolve with the product — Living documents, not static artifacts
  5. Respect the reader — Engineers, designers, and stakeholders can all understand them

How This Skill Works

When invoked, apply the guidelines in rules/ organized by:

  • prd-* — Product Requirements Documents, vision, scope
  • stories-* — User stories, personas, jobs-to-be-done
  • criteria-* — Acceptance criteria, definition of done
  • technical-* — Technical specifications, architecture decisions
  • api-* — API specifications, contracts, versioning
  • edge-* — Edge cases, error handling, failure modes
  • design-* — Design handoff, component specs, interactions
  • rollout-* — Feature flags, rollout plans, experiments
  • metrics-* — Success metrics, KPIs, measurement plans
  • maintenance-* — Documentation lifecycle, versioning, deprecation

Core Frameworks

Specification Hierarchy

┌─────────────────────────────────────────┐
│              VISION                     │  ← Why are we building this?
│         (Problem & Opportunity)         │
├─────────────────────────────────────────┤
│               PRD                       │  ← What are we building?
│      (Requirements & Constraints)       │
├─────────────────────────────────────────┤
│          USER STORIES                   │  ← Who benefits and how?
│       (Personas & Journeys)             │
├─────────────────────────────────────────┤
│      ACCEPTANCE CRITERIA                │  ← How do we know it's done?
│      (Testable Conditions)              │
├─────────────────────────────────────────┤
│      TECHNICAL SPECS                    │  ← How do we build it?
│   (Architecture & Implementation)       │
└─────────────────────────────────────────┘

Document Types by Audience

DocumentPrimary AudiencePurposeUpdate Frequency
PRDLeadership, PM, DesignAlign on what and whyPer milestone
User StoriesEngineering, QADefine scope and valuePer sprint
Acceptance CriteriaQA, EngineeringDefine donePer story
Technical SpecEngineeringDefine howPer feature
API SpecFrontend, External devsDefine contractsPer version
Design HandoffEngineeringDefine UI/UXPer component
Rollout PlanEngineering, OpsDefine deploymentPer release
Success MetricsLeadership, DataDefine successPer quarter

The INVEST Criteria (User Stories)

CriteriaQuestionExample
IndependentCan it be built alone?No dependencies on unfinished stories
NegotiableIs scope flexible?Details can be refined with engineering
ValuableDoes user benefit?Clear value proposition stated
EstimableCan we size it?Enough detail to estimate effort
SmallFits in a sprint?Can be completed in 1-5 days
TestableCan we verify it?Has clear acceptance criteria

Specification Completeness Checklist

PRD Completeness:
├── Problem Statement         □ Clearly defined user pain
├── Success Metrics          □ Measurable outcomes defined
├── User Stories             □ All personas covered
├── Scope                    □ In-scope and out-of-scope clear
├── Constraints              □ Technical and business limits stated
├── Dependencies             □ External dependencies identified
├── Risks                    □ Known risks and mitigations
├── Timeline                 □ Milestones and deadlines set
└── Open Questions           □ Unknowns explicitly listed

Technical Spec Completeness:
├── Architecture             □ System design documented
├── Data Model               □ Schema and relationships defined
├── API Contracts            □ Endpoints and payloads specified
├── Edge Cases               □ Failure modes documented
├── Security                 □ Auth, encryption, compliance covered
├── Performance              □ SLAs and benchmarks defined
├── Monitoring               □ Observability strategy clear
└── Rollback Plan            □ Recovery procedures documented

Error Handling Taxonomy

Error TypeExampleDocumentation Required
ValidationInvalid email formatError message, field highlighting
AuthorizationUser lacks permissionError state, escalation path
ResourceItem not foundEmpty state, recovery action
SystemDatabase timeoutRetry strategy, user feedback
Business LogicInsufficient balanceError explanation, next steps
ExternalThird-party API downFallback behavior, degraded mode

Specification Templates

Minimal PRD Structure

# Feature: [Name]

## Problem
What user problem are we solving?

## Solution
High-level approach (1-2 paragraphs)

## Success Metrics
- Primary: [Metric] from X to Y
- Secondary: [Metric] from X to Y

## User Stories
- As a [user], I want [goal] so that [benefit]

## Scope
**In scope:** [List]
**Out of scope:** [List]

## Open Questions
- [ ] Question 1
- [ ] Question 2

User Story Template

**As a** [persona/user type]
**I want** [capability/action]
**So that** [benefit/value]

**Acceptance Criteria:**
- Given [context], when [action], then [result]
- Given [context], when [action], then [result]

**Edge Cases:**
- What if [edge case]? Then [behavior]

**Out of Scope:**
- [Explicit exclusion]

Anti-Patterns

  • Spec by committee — Over-collaboration produces vague documents
  • Premature optimization — Specifying implementation details too early
  • Missing the why — Requirements without context for decisions
  • Kitchen sink scope — Trying to solve everything in one release
  • One-way documentation — Specs that don't get updated as learnings emerge
  • Assumption blindness — Not documenting implicit assumptions
  • Designer/Engineer telephone — No direct communication, only docs
  • Success theater — Metrics chosen because they're easy, not meaningful
  • Spec as contract — Treating specs as unchangeable legal documents
  • Documentation debt — Outdated specs worse than no specs

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

31.83%
按下载量换算209

Claude

30.68%
按下载量换算202

Cursor

20.01%
按下载量换算131

Gemini CLI

9.42%
按下载量换算62

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills