home/productivity/req-create

Req Create

GPTClaudeDeepSeek··1,147 copies·updated 2026-07-14
req-create.prompt
## Create Requirement

Create the requirement document.

### Tasks:
1. Create file: docs/requirements/REQ-{workflow_run_id}.md

2. Fill in frontmatter:
   ```yaml
   ---
   id: REQ-{workflow_run_id}
   title: [Feature Name]
   status: draft
   priority: [low/medium/high/critical]
   ---
   ```

3. Write sections:
   ## Description
   [What problem this solves, who is the user]

   ## Acceptance Criteria
   - [ ] Specific, verifiable criterion 1
   - [ ] Specific, verifiable criterion 2

   ## Notes
   [Additional context, constraints]

### Tips:
- Focus on "WHAT" not "HOW"
- Acceptance criteria must be testable
- One requirement per feature

### Gate:
- REQ-{workflow_run_id}.md created

fill the variables

This prompt has 1 variable. Pro fills them into a ready-to-paste prompt for you — no manual find-and-replace.

{workflow_run_id}
Unlock with Pro →

when to use it

Community prompt sourced from the open-source GitHub repo Dqz00116/text2image (MIT). A "Req Create" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

productivitycommunitydeveloper

source

Dqz00116/text2image · MIT