bigpowers 2.24.0 → 2.25.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/.pi/package.json +1 -1
- package/.pi/prompts/compose-workflow.md +23 -1
- package/.pi/skills/compose-workflow/SKILL.md +23 -1
- package/CHANGELOG.md +7 -0
- package/SKILL-INDEX.md +1 -1
- package/compose-workflow/SKILL.md +23 -1
- package/package.json +1 -1
- package/skills-lock.json +1 -1
package/.pi/package.json
CHANGED
|
@@ -17,9 +17,31 @@ description: Chain multiple bigpowers skills into a custom workflow recipe saved
|
|
|
17
17
|
3. Register in state.yaml Active Decisions.
|
|
18
18
|
4. Optional: reference from `orchestrate-project` Ad-Hoc mode.
|
|
19
19
|
|
|
20
|
+
## Standard Recipe Library
|
|
21
|
+
|
|
22
|
+
Pre-built recipes in `specs/workflows/` map agentic stack commands to skill chains.
|
|
23
|
+
Reference them in AGENTS.md so `/command` directly invokes the matching recipe.
|
|
24
|
+
|
|
25
|
+
| Command | Workflow | Skill chain |
|
|
26
|
+
|---------|----------|-------------|
|
|
27
|
+
| `/check-stack` | check-stack | survey-context → assess-impact → verify-work |
|
|
28
|
+
| `/ship` | ship | audit-code → commit-message → release-branch |
|
|
29
|
+
| `/tdd` | tdd | develop-tdd → enforce-first |
|
|
30
|
+
| `/code-review` | code-review | audit-code → request-review → respond-review |
|
|
31
|
+
| `/security` | security | audit-code (security focus) → request-review |
|
|
32
|
+
| `/plan` | plan | survey-context → research-first → plan-work |
|
|
33
|
+
| `/build-fix` | build-fix | investigate-bug → diagnose-root → quick-fix → validate-fix |
|
|
34
|
+
| `/e2e` | e2e | smoke-test → verify-work |
|
|
35
|
+
|
|
36
|
+
Add to `AGENTS.md`:
|
|
37
|
+
```
|
|
38
|
+
/check-stack = compose-workflow check-stack
|
|
39
|
+
/ship = compose-workflow ship
|
|
40
|
+
```
|
|
41
|
+
|
|
20
42
|
## Verify
|
|
21
43
|
|
|
22
|
-
→ verify: `
|
|
44
|
+
→ verify: `ls specs/workflows/*.yaml 2>/dev/null | wc -l | awk '{if($1>=8) print "OK: " $1 " recipes"; else print "FAIL"}'`
|
|
23
45
|
|
|
24
46
|
See [REFERENCE.md](REFERENCE.md) for template.
|
|
25
47
|
|
|
@@ -19,9 +19,31 @@ model: sonnet
|
|
|
19
19
|
3. Register in state.yaml Active Decisions.
|
|
20
20
|
4. Optional: reference from `orchestrate-project` Ad-Hoc mode.
|
|
21
21
|
|
|
22
|
+
## Standard Recipe Library
|
|
23
|
+
|
|
24
|
+
Pre-built recipes in `specs/workflows/` map agentic stack commands to skill chains.
|
|
25
|
+
Reference them in AGENTS.md so `/command` directly invokes the matching recipe.
|
|
26
|
+
|
|
27
|
+
| Command | Workflow | Skill chain |
|
|
28
|
+
|---------|----------|-------------|
|
|
29
|
+
| `/check-stack` | check-stack | survey-context → assess-impact → verify-work |
|
|
30
|
+
| `/ship` | ship | audit-code → commit-message → release-branch |
|
|
31
|
+
| `/tdd` | tdd | develop-tdd → enforce-first |
|
|
32
|
+
| `/code-review` | code-review | audit-code → request-review → respond-review |
|
|
33
|
+
| `/security` | security | audit-code (security focus) → request-review |
|
|
34
|
+
| `/plan` | plan | survey-context → research-first → plan-work |
|
|
35
|
+
| `/build-fix` | build-fix | investigate-bug → diagnose-root → quick-fix → validate-fix |
|
|
36
|
+
| `/e2e` | e2e | smoke-test → verify-work |
|
|
37
|
+
|
|
38
|
+
Add to `AGENTS.md`:
|
|
39
|
+
```
|
|
40
|
+
/check-stack = compose-workflow check-stack
|
|
41
|
+
/ship = compose-workflow ship
|
|
42
|
+
```
|
|
43
|
+
|
|
22
44
|
## Verify
|
|
23
45
|
|
|
24
|
-
→ verify: `
|
|
46
|
+
→ verify: `ls specs/workflows/*.yaml 2>/dev/null | wc -l | awk '{if($1>=8) print "OK: " $1 " recipes"; else print "FAIL"}'`
|
|
25
47
|
|
|
26
48
|
See [REFERENCE.md](REFERENCE.md) for template.
|
|
27
49
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# [2.25.0](https://github.com/danielvm-git/bigpowers/compare/v2.24.0...v2.25.0) (2026-06-22)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **compose-workflow:** add standard recipe library with 8 agentic stack workflows ([2d61aed](https://github.com/danielvm-git/bigpowers/commit/2d61aedb60a5ee881d568b23cb922d49ee896990))
|
|
7
|
+
|
|
1
8
|
# [2.24.0](https://github.com/danielvm-git/bigpowers/compare/v2.23.0...v2.24.0) (2026-06-22)
|
|
2
9
|
|
|
3
10
|
|
package/SKILL-INDEX.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
> **DO NOT EDIT** — This file is auto-generated by `scripts/generate-skill-index.sh`.
|
|
4
4
|
> Edit `SKILL.md` source files or `skills-lock.json` instead. Run `bash scripts/sync-skills.sh` to regenerate.
|
|
5
5
|
|
|
6
|
-
**Generated:** 2026-06-22T02:
|
|
6
|
+
**Generated:** 2026-06-22T02:29:38Z
|
|
7
7
|
**Skills:** 68
|
|
8
8
|
|
|
9
9
|
---
|
|
@@ -18,8 +18,30 @@ model: sonnet
|
|
|
18
18
|
3. Register in state.yaml Active Decisions.
|
|
19
19
|
4. Optional: reference from `orchestrate-project` Ad-Hoc mode.
|
|
20
20
|
|
|
21
|
+
## Standard Recipe Library
|
|
22
|
+
|
|
23
|
+
Pre-built recipes in `specs/workflows/` map agentic stack commands to skill chains.
|
|
24
|
+
Reference them in AGENTS.md so `/command` directly invokes the matching recipe.
|
|
25
|
+
|
|
26
|
+
| Command | Workflow | Skill chain |
|
|
27
|
+
|---------|----------|-------------|
|
|
28
|
+
| `/check-stack` | check-stack | survey-context → assess-impact → verify-work |
|
|
29
|
+
| `/ship` | ship | audit-code → commit-message → release-branch |
|
|
30
|
+
| `/tdd` | tdd | develop-tdd → enforce-first |
|
|
31
|
+
| `/code-review` | code-review | audit-code → request-review → respond-review |
|
|
32
|
+
| `/security` | security | audit-code (security focus) → request-review |
|
|
33
|
+
| `/plan` | plan | survey-context → research-first → plan-work |
|
|
34
|
+
| `/build-fix` | build-fix | investigate-bug → diagnose-root → quick-fix → validate-fix |
|
|
35
|
+
| `/e2e` | e2e | smoke-test → verify-work |
|
|
36
|
+
|
|
37
|
+
Add to `AGENTS.md`:
|
|
38
|
+
```
|
|
39
|
+
/check-stack = compose-workflow check-stack
|
|
40
|
+
/ship = compose-workflow ship
|
|
41
|
+
```
|
|
42
|
+
|
|
21
43
|
## Verify
|
|
22
44
|
|
|
23
|
-
→ verify: `
|
|
45
|
+
→ verify: `ls specs/workflows/*.yaml 2>/dev/null | wc -l | awk '{if($1>=8) print "OK: " $1 " recipes"; else print "FAIL"}'`
|
|
24
46
|
|
|
25
47
|
See [REFERENCE.md](REFERENCE.md) for template.
|
package/package.json
CHANGED
package/skills-lock.json
CHANGED
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
},
|
|
34
34
|
"compose-workflow": {
|
|
35
35
|
"description": "Chain multiple bigpowers skills into a custom workflow recipe saved in specs/. Use when a project repeats a non-standard skill sequence, or user wants a documented playbook beyond orchestrate-project modes.",
|
|
36
|
-
"sha256": "
|
|
36
|
+
"sha256": "4d498c0c6975cbce",
|
|
37
37
|
"path": "compose-workflow/SKILL.md"
|
|
38
38
|
},
|
|
39
39
|
"craft-skill": {
|