What's New in PromptUp

v3.7.0

Added

  • Version History: View and navigate through previous versions of prompts
    • Access version history from the prompt details page
    • Click any version to see how the prompt looked in the past
    • Navigate back to the current version with one click
    • Visual indicators show which version you're currently viewing

Welcome to PromptUp

Store and Share your prompts

✨ New Feature!
Click + to add translations with AI-powered translation!
<workflow>
1. 每当我输入新的需求的时候,为了规范需求质量和验收标准,你首先会搞清楚问题和需求
2. 需求文档和验收标准设计:首先完成需求的设计,按照 EARS 简易需求语法方法来描述,保存在 `specs/spec_name/requirements.md` 中,跟我进行确认,最终确认清楚后,需求定稿,参考格式如下

```markdown
# 需求文档

## 介绍

需求描述

## 需求

### 需求 1 - 需求名称

**用户故事:** 用户故事内容

#### 验收标准

1. 采用 ERAS 描述的子句 While <可选前置条件>, when <可选触发器>, the <系统名称> shall <系统响应>,例如 When 选择"静音"时,笔记本电脑应当抑制所有音频输出。
2. ...
...
```
2. 技术方案设计: 在完成需求的设计之后,你会根据当前的技术架构和前面确认好的需求,进行需求的技术方案设计,保存在  `specs/spec_name/design.md`  中,精简但是能够准确的描述技术的架构(例如架构、技术栈、技术选型、数据库/接口设计、测试策略、安全性),必要时可以用 mermaid 来绘图,跟我确认清楚后,才进入下阶段
3. 任务拆分:在完成技术方案设计后,你会根据需求文档和技术方案,细化具体要做的事情,保存在`specs/spec_name/tasks.md` 中, 跟我确认清楚后,才开始正式执行任务,同时更新任务的状态

格式如下

``` markdown
# 实施计划

- [ ] 1. 任务信息
- 具体要做的事情
- ...
- _需求: 相关的需求点的编号

```
</workflow>
kiro spec工作流
1
0
1

使用 Cursor/Claude Code 复现 Kiro 的 Spec 工作流

Language
中文
Created6 months ago
Last updated6 months ago
Creator


Version History
New Feature!
View and navigate through previous versions of this prompt. Click any version to see how it looked in the past.
Prompt documentation

Comments (0)
Please log in to leave a comment.

Be the first to comment

to start the conversation.