بنقرة واحدة
programming-workflow
编程项目全生命周期管理。9阶段流程:需求→产品→UI→架构→开发→测试→验证→部署→运营。支持多Agent协同、进度同步、版本管理。触发词:新项目、项目计划、开发流程、工作流、版本迭代。
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
编程项目全生命周期管理。9阶段流程:需求→产品→UI→架构→开发→测试→验证→部署→运营。支持多Agent协同、进度同步、版本管理。触发词:新项目、项目计划、开发流程、工作流、版本迭代。
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
枫林通用项目工作流 - 融合系统化与敏捷性,适合个人和小团队的智能开发流程
Generate images using Google Gemini's image generation capabilities. Use this skill when the user needs to create, generate, or produce images for any purpose including UI mockups, icons, illustrations, diagrams, concept art, placeholder images, or visual representations.
Execute autonomous multi-step research using Google Gemini Deep Research Agent. Use for: market analysis, competitive landscaping, literature reviews, technical research, due diligence. Takes 2-10 minutes but produces detailed, cited reports. Costs $2-5 per task.
枫林通用项目工作流 - 融合系统化与敏捷性,适合个人和小团队的智能开发流程
Execute Hugging Face Hub operations using the `hf` CLI. Use when the user needs to download models/datasets/spaces, upload files to Hub repositories, create repos, manage local cache, or run compute jobs on HF infrastructure. Covers authentication, file transfers, repository creation, cache operations, and cloud compute.
Create and manage datasets on Hugging Face Hub. Supports initializing repos, defining configs/system prompts, streaming row updates, and SQL-based dataset querying/transformation. Designed to work alongside HF MCP server for comprehensive dataset workflows.
استنادا إلى تصنيف SOC المهني
| name | programming-workflow |
| description | 编程项目全生命周期管理。9阶段流程:需求→产品→UI→架构→开发→测试→验证→部署→运营。支持多Agent协同、进度同步、版本管理。触发词:新项目、项目计划、开发流程、工作流、版本迭代。 |
| version | 1.1.0 |
| author | 小琳 |
| created | 2026-03-12 |
| updated | 2026-03-12 |
| keywords | ["workflow","project-management","development","agile","multi-agent"] |
软件开发项目全生命周期管理,让开发更高效、更规范
1. brainstorming → 探索需求
2. create-prd → 编写 PRD
3. ui-ux-pro-max → 设计 UI
4. planning-with-files → 规划开发
5. coding-agent → 开始开发
分析反馈 → 更新 PRD → 开发 → 测试 → 发布
需求发掘 → 产品设计 → UI设计 → 架构规划 → 开发部署 → 测试 → 产品验证 → 上线部署 → 运营推广
| 阶段 | Skills | 输出物 |
|---|---|---|
| 需求 | brainstorming, analyze-feature-requests | 需求清单 |
| 产品 | create-prd | PRD 文档 |
| UI | ui-ux-pro-max, ckm-design | 设计系统 |
| 架构 | planning-with-files | 技术方案 |
| 开发 | coding-agent | 功能代码 |
| 测试 | audit-website | 测试报告 |
| 验证 | 产品验收 | 验收报告 |
| 部署 | deploy-to-vercel | 上线服务 |
| 推广 | baoyu-post-to-* | 营销内容 |
| Agent | 专长 | 职责 |
|---|---|---|
| 小琳 | 前端/UI | 前端开发、界面设计 |
| 小猪 | 后端/运维 | 后端开发、API设计 |
| 小熊 | 全栈/测试 | 全栈开发、测试 |
tasks/<项目名>.mdmemory/YYYY-MM-DD.mdprogramming-workflow/
├── SKILL.md # 本文件
├── WORKFLOW_GUIDE.md # 完整指南
├── scripts/ # 自动化脚本
│ ├── init-project.sh # 项目初始化
│ └── sync-progress.sh # 进度同步
├── templates/ # 文档模板
│ ├── task_plan.md
│ ├── prd-template.md
│ └── test-report.md
├── references/ # 参考资源
│ └── best-practices.md
└── examples/ # 使用示例
└── mapleclaw-workflow.md
# 初始化新项目
./scripts/init-project.sh my-project
# 同步进度
./scripts/sync-progress.sh