feat: 添加产品经理和全栈开发角色资源文件

初始化产品经理和全栈开发角色的相关资源文件,包括角色定义、知识库、思维模式和执行流程文档
This commit is contained in:
2025-07-21 22:47:16 +08:00
parent 581bd40184
commit ff20f6f23a
104 changed files with 74 additions and 9967 deletions

29
docs/technical/README.md Normal file
View File

@ -0,0 +1,29 @@
# 开发文档
本目录包含摄影作品集项目的开发相关文档。
## 目录结构
- `setup.md` - 开发环境搭建
- `coding-standards.md` - 代码规范
- `architecture.md` - 架构设计说明
- `components.md` - 组件开发指南
- `testing.md` - 测试指南
- `troubleshooting.md` - 常见问题解决
## 技术栈
- **前端**: Next.js 15 + React 19 + TypeScript
- **样式**: Tailwind CSS + shadcn/ui
- **状态管理**: TanStack Query + React Hooks
- **包管理**: bun
- **构建工具**: Next.js 内置构建系统
## 开发流程
1. 环境设置: `make setup`
2. 安装依赖: `make install`
3. 启动开发: `make dev`
4. 代码检查: `make lint`
5. 类型检查: `make type-check`
6. 代码格式化: `make format`