@guru-ai-product/ai-product-kit 0.2.251127113824 → 0.2.251127120231
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/README.md +9 -9
- package/package.json +1 -1
- package/skills/aipk_aso-new-release/GURU_AI.md +1 -1
- package/skills/aipk_development/GURU_AI.md +1 -1
- package/skills/aipk_format-requirement-pages-with-design/GURU_AI.md +1 -1
- package/skills/aipk_init_project/GURU_AI.md +2 -2
- package/skills/aipk_initiative-planning/GURU_AI.md +1 -1
- package/skills/aipk_requirements-changes/GURU_AI.md +1 -1
- package/skills/aipk_requirements-documentation/GURU_AI.md +1 -1
- package/skills/aipk_requirements-intake/GURU_AI.md +1 -1
- package/skills/aipk_requirements-review/GURU_AI.md +1 -1
- package/skills/aipk_skill_generate/GURU_AI.md +1 -1
- package/skills/aipk_tool_prompts/GURU_AI.md +1 -1
- package/skills/aipk_update-requirements-from-design/GURU_AI.md +1 -1
package/README.md
CHANGED
|
@@ -169,49 +169,49 @@ Agents already know where each Skill lives because the mappings are declared in
|
|
|
169
169
|
- **Project setup audit**
|
|
170
170
|
|
|
171
171
|
```text
|
|
172
|
-
|
|
172
|
+
Init project.
|
|
173
173
|
```
|
|
174
174
|
Expected skill: `aipk_init_project`
|
|
175
175
|
|
|
176
176
|
- **Discovery & intake**
|
|
177
177
|
|
|
178
178
|
```text
|
|
179
|
-
|
|
179
|
+
Use pre-collected SensorTower、七麦、点点 data to produce the intake brief.
|
|
180
180
|
```
|
|
181
181
|
Expected skill: `aipk_requirements-intake`
|
|
182
182
|
|
|
183
183
|
- **PRD drafting**
|
|
184
184
|
|
|
185
185
|
```text
|
|
186
|
-
Generate a multimodal search PRD
|
|
186
|
+
Generate a multimodal search PRD based on (path of the draft) using the standard template.
|
|
187
187
|
```
|
|
188
188
|
Expected skill: `aipk_requirements-documentation`
|
|
189
189
|
|
|
190
190
|
- **Change control**
|
|
191
191
|
|
|
192
192
|
```text
|
|
193
|
-
Summarize
|
|
193
|
+
Summarize v1.2→v1.3 sharing flow changes in the standard change log.
|
|
194
194
|
```
|
|
195
195
|
Expected skill: `aipk_requirements-changes`
|
|
196
196
|
|
|
197
197
|
- **Design sync**
|
|
198
198
|
|
|
199
199
|
```text
|
|
200
|
-
|
|
200
|
+
Use (path of design image) to update the linked requirements and refresh mapping.csv.
|
|
201
201
|
```
|
|
202
202
|
Expected skills: `aipk_update-requirements-from-design`, `aipk_format-requirement-pages-with-design`
|
|
203
203
|
|
|
204
|
-
- **
|
|
204
|
+
- **Requirements review**
|
|
205
205
|
|
|
206
206
|
```text
|
|
207
|
-
|
|
207
|
+
Review v1.3 of all requirements and flag gaps or inconsistencies.
|
|
208
208
|
```
|
|
209
|
-
Expected skill: `
|
|
209
|
+
Expected skill: `aipk_requirements-documentation`
|
|
210
210
|
|
|
211
211
|
- **Release prep**
|
|
212
212
|
|
|
213
213
|
```text
|
|
214
|
-
|
|
214
|
+
Write the 4.2 release note.
|
|
215
215
|
```
|
|
216
216
|
Expected skill: `aipk_aso-new-release`
|
|
217
217
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@guru-ai-product/ai-product-kit",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.251127120231",
|
|
4
4
|
"description": "Sync the AI Product Kit Skill bundle through npx without cloning the repository.",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"publish": "node tools/build_package publish"
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# GURU AI Snapshot
|
|
2
2
|
|
|
3
|
-
Last refreshed: 2025-11-
|
|
3
|
+
Last refreshed: 2025-11-27T04:02:31.747Z
|
|
4
4
|
|
|
5
5
|
| File | Last Modified (UTC) |
|
|
6
6
|
| --- | --- |
|
|
7
7
|
| `scripts/check_agents.sh` | 2025-11-13T09:03:47.000Z |
|
|
8
8
|
| `skill.ini` | 2025-11-13T09:47:02.000Z |
|
|
9
9
|
| `SKILL.md` | 2025-11-19T03:59:35.000Z |
|
|
10
|
-
| `template/AGENTS_TEMPLATE.md` | 2025-11-
|
|
10
|
+
| `template/AGENTS_TEMPLATE.md` | 2025-11-27T04:02:31.661Z |
|