Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
ncklrs avatar

Product Specs Writer

  • 185 installs
  • 37 repo stars
  • Updated February 26, 2026
  • ncklrs/startup-os-skills

Product Specs Writer is an agent skill that drafts PRDs, stories, acceptance criteria, and technical/API specifications with rollout and edge-case coverage.

About

Product Specs Writer is an agent skill for solo and indie builders who need stakeholder-ready product documentation without a full PM org. It sequences work across eight high-leverage specification types: Product Requirements Documents for vision and success criteria; user stories that bridge business goals and engineering; acceptance criteria as testable done definitions; technical specifications for architecture and implementation guidance; API specifications for cross-team interfaces; edge cases and error handling for failure modes; design handoff notes for components, states, and responsive behavior; and feature flags with progressive rollout and kill switches. CRITICAL-tagged areas ensure you establish PRD, stories, and criteria before diving into API minutiae. Use it when scoping a new feature, handing work to an coding agent, or preparing QA-ready definitions. The skill fits early validation when you still change scope cheaply, and again during build PM when you extend APIs or rollouts. Pair its output with implementation planning skills so approved specs become ordered tasks rather than open-ended chat.

  • Eight core spec lanes: PRD, user stories, acceptance criteria, technical spec, API spec, edge cases, design handoff, and
  • Impact-prioritized sections (CRITICAL for PRD, stories, and acceptance criteria)
  • Acceptance criteria as the PM–engineering–QA completion contract
  • API contracts with versioning and documentation expectations
  • Edge-case and error-handling specs plus feature-flag rollout strategies

Product Specs Writer by the numbers

  • 185 all-time installs (skills.sh)
  • +8 installs in the week ending Jul 26, 2026 (Skillselion tracking)
  • Ranked #1,084 of 3,280 Productivity & Planning skills by installs in the Skillselion catalog
  • Security screen: MEDIUM risk (skills.sh audit)
  • Data as of Jul 31, 2026 (Skillselion catalog sync)
npx skills add https://github.com/ncklrs/startup-os-skills --skill product-specs-writer

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs185
repo stars37
Security audit3 / 3 scanners passed
Last updatedFebruary 26, 2026
Repositoryncklrs/startup-os-skills

What it does

Produce PRDs, user stories, acceptance criteria, and technical/API specs so your agent or team can build against a testable contract.

Who is it for?

Best when you're scoping MVP features, API additions, or agent-built work where written criteria prevent rework.

Skip if: Throwaway spikes with no intent to ship—write a short note instead of a full PRD stack.

When should I use this skill?

You need PRD, user stories, acceptance criteria, technical/API specs, or rollout documentation before or during implementation.

What you get

A structured spec package from PRD through API and rollout notes that downstream coding and QA can execute against—then hand off to implementation planning when the spec is approved.

  • PRD or scoped requirements doc
  • User stories with acceptance criteria
  • Technical/API spec sections and edge-case catalog

By the numbers

  • 8 product specification section types with impact ratings

Files

SKILL.mdMarkdownGitHub ↗

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

Related skills

How it compares

Specification and PM artifact generator—not a code generator or automated test runner.

FAQ

Who is product-specs-writer for?

It is for developers who act as their own PM and need PRDs, stories, and acceptance criteria an agent or contractor can follow.

When should I use product-specs-writer?

Use it in Validate to lock scope, in Build for technical and API specs during implementation, and in Ship when refining acceptance criteria and rollout flags before release.

Is product-specs-writer safe to install?

It produces documentation guidance only; review the Security Audits panel on this skill’s Prism page for the publisher package.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.