← 返回
未分类 Key 中文

Simple Management of Product Documents

Simple Management of Product Documents - A structured workflow for managing product documentation in Feishu (Lark). Use this skill when: - Creating a new pro...
简易产品文档管理——在飞书(Lark)中管理产品文档的结构化工作流。适用场景:- 创建新...
zxc159620352 zxc159620352 来源
未分类 clawhub v1.1.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 486
下载
💾 0
安装
1
版本
#latest

概述

Simple Product Doc Manager | 产品文档管理器

> A structured workflow for managing product documentation in Feishu with clear lifecycle management and version control.

📋 Document Structure

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)
    └── ...

🔄 Document Lifecycle

Requirements Document States

StateDescriptionActions Allowed
-------------------------------------
撰写中/DraftingRequirements being written or in developmentEdit, update, refine
已定型/FinalizedCode implemented and approved by userRead-only, archived

State Transition Rules

  1. New Requirement → Create document with "Drafting" status
  2. Development → Continuously update document
  3. Code Complete → User reviews and approves
  4. Approved → Status changes to "Finalized", document locked
  5. New Iteration → Create new version document (v2, v3, etc.)

📝 Naming Convention

Requirements Documents

Format: {YYYY}-{M}-{D}-{requirement-name}-v{version}

Examples:

  • 2026-3-26-mvp-full-requirements-v1
  • 2026-3-28-user-login-feature-v1
  • 2026-4-5-user-login-feature-v2 (iteration)

Rules:

  • Use actual date when document is created
  • Use lowercase for requirement names
  • Use hyphens as separators
  • Increment version for same requirement iterations

🚀 Workflow

1. Project Setup

Create the knowledge base with initial structure:

{
  "action": "create_knowledge_base",
  "name": "Project Name Knowledge Base"
}

2. Create Core Documents

Create the three ongoing documents:

  • Requirements Thinking
  • Project & Code Logic Records
  • Configuration Records

3. Requirements Workflow

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

📚 Reference Materials

🔧 Best Practices

  1. Always use write/append for Markdown - These actions auto-render formatting
  2. Never use update_block for Markdown - It stores plain text only
  3. Keep Requirements Thinking updated - Capture insights as they come
  4. Document code logic immediately - Don't wait until after implementation
  5. Version clearly - When in doubt, create a new version rather than overwrite

版本历史

共 1 个版本

  • v1.1.0 当前
    2026-05-03 05:57 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

knowledge-management

Obsidian

steipete
操作 Obsidian 仓库(纯 Markdown 笔记)并通过 obsidian-cli 自动化。
★ 443 📥 104,760
knowledge-management

web-tools-guide

user_ec205dbb
MANDATORY before calling web_search, web_fetch, browser, or opencli. Contains required error-handling procedures (web_se
★ 65 📥 158,498
knowledge-management

Summarize

paudyyin
智能摘要工具,自动为长文本、文档、网页生成摘要,提取要点与关键词,支持自定义摘要长度。
★ 957 📥 517,945