@guru-ai-product/ai-product-kit 0.2.251118123107 → 0.2.251118160757
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 +6 -22
- 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_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
|
@@ -7,28 +7,12 @@ Looking for the Chinese version? See `README_CN.md`.
|
|
|
7
7
|
## 📁 Repository Structure
|
|
8
8
|
|
|
9
9
|
```text
|
|
10
|
-
|
|
11
|
-
├──
|
|
12
|
-
├──
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
│ ├── aipk_requirements-changes/ # Change management templates and prompts
|
|
17
|
-
│ ├── aipk_initiative-planning/ # Initiative evaluation and scoping playbooks
|
|
18
|
-
│ ├── aipk_update-requirements-from-design/ # Align requirements to design mockups
|
|
19
|
-
│ ├── aipk_format-requirement-pages-with-design/ # Table-based layout for design+text pages
|
|
20
|
-
│ ├── aipk_aso-new-release/ # ASO content and store asset guidance
|
|
21
|
-
│ ├── aipk_development/ # Engineering playbooks and implementation templates
|
|
22
|
-
│ ├── aipk_skill_generate/ # Standards for creating or extending Skills
|
|
23
|
-
│ └── aipk_tool_prompts/ # Reusable AI prompt blocks referenced by other Skills
|
|
24
|
-
├── docs/ # Legacy landing pages and shared standards referenced by Skills
|
|
25
|
-
├── mcp/ # MCP local service (Node, entry `mcp/src/server.js`), documentation, and tests
|
|
26
|
-
├── bin/ # Distribution-ready CLI entry points (e.g., `ai-product-kit.js`)
|
|
27
|
-
├── tools/ # Unified build scripts via `tools/build_package`
|
|
28
|
-
├── scripts/ # Helper utilities invoked by Skills and templates
|
|
29
|
-
├── todos/ # Working drafts and in-progress notes
|
|
30
|
-
├── test/ # Automated coverage for CLI helpers and scripts
|
|
31
|
-
└── README*.md # Repository entry points (English + Chinese)
|
|
10
|
+
PACKAGE_ROOT/
|
|
11
|
+
├── README.md / README_CN.md # English / Chinese entry points (this file)
|
|
12
|
+
├── package.json # NPM package manifest
|
|
13
|
+
├── bin/ # Distribution-ready CLI entry points
|
|
14
|
+
├── mcp/ # MCP server implementation + templates
|
|
15
|
+
└── skills/ # Canonical lifecycle Skills and reusable guides
|
|
32
16
|
```
|
|
33
17
|
|
|
34
18
|
**Documentation Standards**: All documentation follows the standards defined in [`docs/guide_writing_standard/SKILL.md`](docs/guide_writing_standard/SKILL.md), covering document structure, content organization, formatting, and template writing guidelines.
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# GURU AI Snapshot
|
|
2
2
|
|
|
3
|
-
Last refreshed: 2025-11-
|
|
3
|
+
Last refreshed: 2025-11-18T08:07:57.585Z
|
|
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-17T13:24:45.000Z |
|
|
10
|
-
| `template/AGENTS_TEMPLATE.md` | 2025-11-
|
|
10
|
+
| `template/AGENTS_TEMPLATE.md` | 2025-11-18T08:07:57.493Z |
|