adspecs 0.1.12 → 0.1.14
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/.claude-plugin/marketplace.json +23 -23
- package/.claude-plugin/plugin.json +18 -14
- package/.qoder-plugin/plugin.json +1 -1
- package/README.md +1 -11
- package/bin/adspecs.js +4 -1
- package/package.json +1 -1
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "adspecs-marketplace",
|
|
3
|
-
"owner": {
|
|
4
|
-
"name": "Qingwen Chen",
|
|
5
|
-
"email": "cqinwn@qq.com",
|
|
6
|
-
"url": "https://gitee.com/yuebon/adspecs",
|
|
7
|
-
"github": "https://gitee.com/yuebon/adspecs"
|
|
8
|
-
},
|
|
9
|
-
"plugins": [
|
|
10
|
-
{
|
|
11
|
-
"name": "adspecs",
|
|
12
|
-
"description": "AI Coding研发协同开发插件",
|
|
13
|
-
"version": "0.1.
|
|
14
|
-
"source": "./",
|
|
15
|
-
"author": {
|
|
16
|
-
"name": "Qingwen Chen",
|
|
17
|
-
"email": "cqinwn@qq.com",
|
|
18
|
-
"url": "https://gitee.com/yuebon/adspecs",
|
|
19
|
-
"github": "https://gitee.com/yuebon/adspecs"
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
]
|
|
23
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "adspecs-marketplace",
|
|
3
|
+
"owner": {
|
|
4
|
+
"name": "Qingwen Chen",
|
|
5
|
+
"email": "cqinwn@qq.com",
|
|
6
|
+
"url": "https://gitee.com/yuebon/adspecs",
|
|
7
|
+
"github": "https://gitee.com/yuebon/adspecs"
|
|
8
|
+
},
|
|
9
|
+
"plugins": [
|
|
10
|
+
{
|
|
11
|
+
"name": "adspecs",
|
|
12
|
+
"description": "AI Coding研发协同开发插件",
|
|
13
|
+
"version": "0.1.14",
|
|
14
|
+
"source": "./",
|
|
15
|
+
"author": {
|
|
16
|
+
"name": "Qingwen Chen",
|
|
17
|
+
"email": "cqinwn@qq.com",
|
|
18
|
+
"url": "https://gitee.com/yuebon/adspecs",
|
|
19
|
+
"github": "https://gitee.com/yuebon/adspecs"
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
}
|
|
@@ -1,14 +1,18 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "adspecs",
|
|
3
|
-
"displayName": "adspecs AI Plugin",
|
|
4
|
-
"description": "AI first工程规范驱动开发插件",
|
|
5
|
-
"version": "0.1.
|
|
6
|
-
"author": {
|
|
7
|
-
"name": "Qingwen Chen",
|
|
8
|
-
"email": "cqinwn@qq.com",
|
|
9
|
-
"url": "https://gitee.com/yuebon/adspecs"
|
|
10
|
-
},
|
|
11
|
-
"skills": "./skills/",
|
|
12
|
-
"license": "apache-2.0",
|
|
13
|
-
"keywords": [
|
|
14
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "adspecs",
|
|
3
|
+
"displayName": "adspecs AI Plugin",
|
|
4
|
+
"description": "AI first工程规范驱动开发插件",
|
|
5
|
+
"version": "0.1.14",
|
|
6
|
+
"author": {
|
|
7
|
+
"name": "Qingwen Chen",
|
|
8
|
+
"email": "cqinwn@qq.com",
|
|
9
|
+
"url": "https://gitee.com/yuebon/adspecs"
|
|
10
|
+
},
|
|
11
|
+
"skills": "./skills/",
|
|
12
|
+
"license": "apache-2.0",
|
|
13
|
+
"keywords": [
|
|
14
|
+
"adspecs",
|
|
15
|
+
"ai",
|
|
16
|
+
"development"
|
|
17
|
+
]
|
|
18
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "adspecs",
|
|
3
3
|
"displayName": "adspecs AI 工程规范驱动开发插件",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.13",
|
|
5
5
|
"description": "AI-first specification-driven development plugin for ECP platform full-lifecycle development",
|
|
6
6
|
"descriptionZh": "AI优先的工程规范驱动开发插件,覆盖需求分析、PRD、系统设计、任务拆解、TDD、代码评审、Wiki同步全流程",
|
|
7
7
|
"author": {
|
package/README.md
CHANGED
|
@@ -7,7 +7,6 @@
|
|
|
7
7
|
|
|
8
8
|
---
|
|
9
9
|
|
|
10
|
-

|
|
11
10
|
## 简介
|
|
12
11
|
|
|
13
12
|
AdSpecs 是一个基于 Claude Code 的 AI 工程研发协同插件,提供:
|
|
@@ -24,8 +23,6 @@ AdSpecs 是一个基于 Claude Code 的 AI 工程研发协同插件,提供:
|
|
|
24
23
|
|
|
25
24
|
## AI Coding六维魔方
|
|
26
25
|
|
|
27
|
-

|
|
28
|
-
|
|
29
26
|
WAF六个架构维度。每个面由多个能力模块组成,每个方块代表一个可独立使用的能力颗粒。
|
|
30
27
|
|
|
31
28
|
**D1·意图传递**
|
|
@@ -45,8 +42,6 @@ AI Coding能力从个人复制到团队与组织,形成可推广的资产和
|
|
|
45
42
|
|
|
46
43
|
## 解决什么问题
|
|
47
44
|
|
|
48
|
-

|
|
49
|
-
|
|
50
45
|
AdSpecs不同于CC、codex、XXwork等产品,其要真正要解决的,是让 AI 从“个人助手”进入“团队正式交付系统”,这是它的核心价值。
|
|
51
46
|
|
|
52
47
|
我们也就擅长干这个,干单体用户的场景咱也干不过这些模型厂商啥的。
|
|
@@ -84,7 +79,7 @@ AI 可以写得更快,但必须跑测试、过 Review、留审计、受权限
|
|
|
84
79
|
## 核心思路-基于 CR 的全流程协作与贯穿
|
|
85
80
|
|
|
86
81
|
AdSpecs 是以 **CR(Change Request)工作容器**为核心,CR 不是简单的需求单,而是一次变更从想法、需求、设计、任务、代码、测试、评审的工作容器,协作过程组织成一个可追踪、可评审、可沉淀的闭环。
|
|
87
|
-
|
|
82
|
+
|
|
88
83
|
### 1. 基于 CR 的协作闭环
|
|
89
84
|
|
|
90
85
|
每个 CR 承载一次需求变更或功能交付,从需求输入开始,逐步沉淀为设计、任务、代码、测试与评审结论。所有角色围绕同一个 CR 协同,避免需求、设计、实现、测试分散在不同上下文中。
|
|
@@ -114,11 +109,6 @@ AdSpecs 是以 **CR(Change Request)工作容器**为核心,CR 不是简单
|
|
|
114
109
|
|
|
115
110
|
---
|
|
116
111
|
|
|
117
|
-
## 总体流程
|
|
118
|
-
|
|
119
|
-

|
|
120
|
-
|
|
121
|
-
|
|
122
112
|
## 插件结构
|
|
123
113
|
|
|
124
114
|
```
|
package/bin/adspecs.js
CHANGED
|
@@ -114,7 +114,10 @@ program.addHelpText('after', `
|
|
|
114
114
|
$ adspecs init --mode simple # 快速初始化(交互选择其余参数)
|
|
115
115
|
$ adspecs init --non-interactive # 完全非交互(使用默认值)
|
|
116
116
|
$ adspecs init --project-name "我的项目" --mode full --front-demo antd
|
|
117
|
-
$ adspecs plugin install # 注册为 Claude Code
|
|
117
|
+
$ adspecs plugin install # 注册为 Claude Code 插件(默认 user 范围)
|
|
118
|
+
$ adspecs plugin install --scope project # 仅注册到当前项目
|
|
119
|
+
$ adspecs plugin install --scope user # 注册到当前用户(全局可用)
|
|
120
|
+
$ adspecs plugin uninstall --scope project # 从当前项目卸载
|
|
118
121
|
$ adspecs doctor # 检查环境依赖
|
|
119
122
|
$ adspecs update # 升级到最新版本
|
|
120
123
|
$ adspecs update --version 0.2.0 # 升级到指定版本
|