📄
Writing

Lightweight PRD Writer

by skinnerlee1225

Lightweight PRD Writer is a Writing skill for Claude Code, published by skinnerlee1225 in enterprise-prd-toolkit.

40 stars4 forkson skinnerlee1225/enterprise-prd-toolkitAdded 2026/08/11+3% in starsRepository updated 2026/07/22
ai-agentsclaude-skillsfintechprdproduct-managementrequirements-engineeringtechnical-writing
Install in seconds
Install Lightweight PRD Writer
Copy Lightweight PRD Writer into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/skinnerlee1225/enterprise-prd-toolkit/tree/main/skills/prd-writer ~/.claude/skills/prd-writer

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/skinnerlee1225/enterprise-prd-toolkit.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/prd-writer/SKILL.md in skinnerlee1225/enterprise-prd-toolkit
Installs to
~/.claude/skills/prd-writer
Collection
One of 4 skills cataloged from this repository
Category
Writing1012 skills

What Lightweight PRD Writer does

A lightweight PRD writer for personal projects or single-feature products. Generates engineering-ready specs with acceptance criteria, screen states, complexity labels, and clear scope boundaries.

Lightweight PRD Writer is cataloged under Writing on DirSkills. Lightweight PRD Writer comes from a repository tagged ai-agents, claude-skills, fintech, prd and product-management.

Documentation

README

PRD Writer(輕量版)— 施工藍圖等級的產品需求文件

設計理念

一份好的 PRD 不是「思考文件」,而是「施工藍圖」。判斷標準很簡單:

  • 工程師看完能直接開發,不需要回頭問 PM「這個情況怎麼處理?」
  • QA 看完能直接寫測試案例,不需要猜測邊界條件
  • UAT 時不會出現「我以為是這樣」的分歧

這個 skill 的存在就是為了確保每份 PRD 都達到這個標準。

文件結構

PRD 應包含以下層次,根據產品複雜度可以增減,但核心四件事(AC、複雜度、畫面狀態、Out of Scope)不可省略:

1. 產品概述與目標
2. 功能規格(每個功能點)
   ├── 功能描述
   ├── 規則/邏輯
   ├── 驗收標準(AC)          ← 必要
   └── Out of Scope             ← 必要
3. User Flow / 畫面規格
   ├── 每個畫面的狀態列舉       ← 必要
   ├── 頁面跳轉條件
   └── API 呼叫時機
4. 風險與對策
5. MVP 路線圖
   └── 複雜度標注(非工時估算) ← 必要
6. 成功指標(KPIs)

核心標準一:驗收標準(Acceptance Criteria)

每個功能點都必須附上驗收標準。這是 PRD 從「想法」變成「可執行規格」的關鍵。

格式

使用 Given / When / Then 三段式,每條 AC 搭配 Edge Case 說明:

This is the opening of the README. Read the full README on GitHub.

Commands Lightweight PRD Writer provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /status

Frequently asked about Lightweight PRD Writer

  • What else does skinnerlee1225 publish alongside Lightweight PRD Writer?

    Lightweight PRD Writer is one of 4 skills that DirSkills catalogs from skinnerlee1225/enterprise-prd-toolkit, the repository it ships in. Its siblings there include Enterprise PRD Writer, Requirement Gap Finder and Test Case Writer. Each one is a separate skill with its own page in this directory, installs the same way Lightweight PRD Writer does, and is maintained by skinnerlee1225 in that same repository. The rest of the collection is listed on the skinnerlee1225/enterprise-prd-toolkit page.

  • How does Lightweight PRD Writer compare to other Writing skills?

    Lightweight PRD Writer ranks #902 by stars among the 1012 Writing skills in this catalog. The most-starred ones next to it are Article Writing, Social Media Content Calendar and Knowledge Comic Creator. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Lightweight PRD Writer against them. Open each page to compare what they document and how they install.