@vfarcic/dot-ai 0.43.0 → 0.44.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -22,6 +22,8 @@ Ask the user to describe the feature idea to understand the core concept and sco
|
|
|
22
22
|
### Step 2: Create GitHub Issue FIRST
|
|
23
23
|
Create the GitHub issue immediately to get the issue ID. This ID is required for proper PRD file naming.
|
|
24
24
|
|
|
25
|
+
**IMPORTANT: Add the "PRD" label to the issue for discoverability.**
|
|
26
|
+
|
|
25
27
|
### Step 3: Create PRD File with Correct Naming
|
|
26
28
|
Create the PRD file using the actual GitHub issue ID: `prds/[issue-id]-[feature-name].md`
|
|
27
29
|
|
|
@@ -114,6 +116,8 @@ Work through the PRD template focusing on project management, milestone tracking
|
|
|
114
116
|
**Priority**: [High/Medium/Low]
|
|
115
117
|
```
|
|
116
118
|
|
|
119
|
+
**Don't forget to add the "PRD" label to the issue after creation.**
|
|
120
|
+
|
|
117
121
|
**Issue Update (after PRD file created):**
|
|
118
122
|
```markdown
|
|
119
123
|
## PRD: [Feature Name]
|