Install
openclaw skills install simple-product-doc-managerSimple Management of Product Documents - A structured workflow for managing product documentation in Feishu (Lark). Use this skill when: - Creating a new project knowledge base in Feishu - Setting up standardized document structure for product development - Managing product requirements documents with version control - Following the project's documentation workflow (requirements → implementation → archival) - Setting up Feishu API integration for automated document management This skill provides a complete document management system including: requirements thinking docs, project/code documentation, configuration records, and versioned product requirement documents.
openclaw skills install simple-product-doc-managerA structured workflow for managing product documentation in Feishu with clear lifecycle management and version control.
When setting up a new project, create this structure in Feishu:
项目知识库/Project Knowledge Base
├── 📄 需求思考/Requirements Thinking
│ └── (Ongoing) Product insights, user pain points, competitive analysis
├── 📄 项目地址和代码逻辑记录/Project & Code Logic
│ └── (Ongoing) Architecture, key functions, database schemas
├── 📄 配置信息记录/Configuration Records
│ └── (Ongoing) API keys, env variables, deployment configs
└── 📁 产品需求文档/Product Requirements/
├── YYYY-M-D-requirement-name-v1.md (Draft → Finalized)
├── YYYY-M-D-requirement-name-v2.md (New version for iterations)
└── ...
| State | Description | Actions Allowed |
|---|---|---|
| 撰写中/Drafting | Requirements being written or in development | Edit, update, refine |
| 已定型/Finalized | Code implemented and approved by user | Read-only, archived |
Format: {YYYY}-{M}-{D}-{requirement-name}-v{version}
Examples:
2026-3-26-mvp-full-requirements-v12026-3-28-user-login-feature-v12026-4-5-user-login-feature-v2 (iteration)Rules:
Create the knowledge base with initial structure:
{
"action": "create_knowledge_base",
"name": "Project Name Knowledge Base"
}
Create the three ongoing documents:
New Idea → Create Requirements Doc (Drafting)
↓
Write & Refine Requirements
↓
Develop Code (sync to Code Logic doc)
↓
User Review & Approval
↓
┌───────────────────────┐
↓ ↓
Approved → Finalize Changes Needed → Update Doc
↓ ↓
Locked (Read-only) Continue Development
↓
New Iteration → Create v2
write/append for Markdown - These actions auto-render formattingupdate_block for Markdown - It stores plain text only