Loading...
Loading...
Read Feishu Cloud Docs (supports multiple links), parse content such as text, tables, images in documents, and convert Product Requirement Documents (PRD) into structured development requirement documents according to the development language and storage structure selected by users
npx skill4agent add twwch/openskills feishu-doc-to-dev-specdocx:document:readonlydrive:drive:readonlywiki:wiki:readonlyexport FEISHU_APP_ID=your-app-id
export FEISHU_APP_SECRET=your-app-secrethttps://xxx.feishu.cn/docx/xxxxxhttps://xxx.feishu.cn/docs/xxxxxhttps://xxx.feishu.cn/wiki/xxxxx[INVOKE:fetch_feishu_doc]./output/scripts/fetch_feishu_doc.py{
"doc_urls": ["https://xxx.feishu.cn/docx/xxxxx"],
"app_id": "Feishu App ID (optional, read from environment variables by default)",
"app_secret": "Feishu App Secret (optional, read from environment variables by default)"
}references/dev-spec-template.mdreferences/tech-stack-guide.md./output/images/Please help me convert this product requirement document into a development requirement document:
https://example.feishu.cn/docx/abc123
Tech stack:
- Language: Python
- Framework: FastAPI
- Database: PostgreSQL
- Cache: Redis[INVOKE:fetch_feishu_doc]./output/dev-spec.mdThese are our product requirement documents, including multiple parts:
1. Overall Requirements: https://example.feishu.cn/docx/main
2. User Module: https://example.feishu.cn/docx/user
3. Order Module: https://example.feishu.cn/docx/order
Please generate development documents using Java + Spring Boot + MySQL# Development Requirement Document
## 1. Project Overview
- Project Background
- Project Objectives
- Tech Stack Selection
## 2. System Architecture
- Overall Architecture Diagram
- Module Division
- Technical Components
## 3. Data Model Design
- ER Diagram
- Table Structure Definition
- Index Design
## 4. API Interface Design
- Interface List
- Request/Response Format
- Error Code Definition
## 5. Detailed Design of Functional Modules
- Module A
- Function Description
- Implementation Scheme
- Key Code Examples
- Module B
- ...
## 6. Non-Functional Requirements
- Performance Requirements
- Security Requirements
- Availability Requirements
## 7. Development Plan
- Milestones
- Task Decomposition
- Risk Assessment