super-engineer-workflow 0.1.0 → 0.1.1
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/CHANGELOG.md +5 -0
- package/README.md +5 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# super-engineer
|
|
2
2
|
|
|
3
|
-
`super-engineer`
|
|
3
|
+
`super-engineer` 是一个面向需求驱动开发的软件工程工作流 skill,适用于新系统开发和存量系统迭代。
|
|
4
4
|
|
|
5
5
|
它的目标不是让 AI 零散地写代码,而是让 AI 围绕一次真实需求,按稳定阶段推进:
|
|
6
6
|
|
|
@@ -14,12 +14,15 @@
|
|
|
14
14
|
|
|
15
15
|
## 适用场景
|
|
16
16
|
|
|
17
|
-
-
|
|
17
|
+
- 新系统从 0 到 1 的需求交付
|
|
18
|
+
- 中大型存量系统的长期需求迭代
|
|
18
19
|
- 多服务或多仓库工程
|
|
19
20
|
- 需要计划、审查、验证门禁
|
|
20
21
|
- 希望沉淀可回看、可追踪、可归档的交付过程
|
|
21
22
|
- 希望把 OpenSpec 和代码交付流程接起来
|
|
22
23
|
|
|
24
|
+
相比快速原型或一次性 demo,它更适合需要规格、计划、实现、自查、审查、验证、归档闭环的工程场景。相比从零开始的新项目,它在存量系统、多服务、多仓库、长期需求迭代场景下优势更明显。
|
|
25
|
+
|
|
23
26
|
## 当前能力
|
|
24
27
|
|
|
25
28
|
当前版本已经支持:
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "super-engineer-workflow",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "Super Engineer workflow skill and CLI for
|
|
3
|
+
"version": "0.1.1",
|
|
4
|
+
"description": "Super Engineer workflow skill and CLI for demand-driven AI delivery with OpenSpec bridge support.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Gary-Coding",
|
|
7
7
|
"homepage": "https://github.com/Gary-Coding/super-engineer#readme",
|