bigpowers 1.0.0 → 1.1.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.
Files changed (89) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/CLAUDE.md +10 -8
  3. package/CONVENTIONS.md +8 -3
  4. package/GEMINI.md +9 -8
  5. package/README.md +57 -21
  6. package/RELEASE.md +10 -0
  7. package/SKILL-INDEX.md +98 -88
  8. package/assess-impact/SKILL.md +1 -0
  9. package/audit-code/SKILL.md +18 -0
  10. package/change-request/SKILL.md +1 -0
  11. package/commit-message/SKILL.md +1 -0
  12. package/compose-workflow/REFERENCE.md +13 -0
  13. package/compose-workflow/SKILL.md +23 -0
  14. package/countable-story-format.md +1 -1
  15. package/craft-skill/REFERENCE.md +1 -1
  16. package/craft-skill/SKILL.md +6 -1
  17. package/deepen-architecture/SKILL.md +15 -2
  18. package/define-language/SKILL.md +1 -0
  19. package/define-success/SKILL.md +1 -0
  20. package/delegate-task/SKILL.md +7 -2
  21. package/design-interface/SKILL.md +1 -0
  22. package/develop-tdd/SKILL.md +10 -9
  23. package/diagnose-root/SKILL.md +22 -0
  24. package/dispatch-agents/SKILL.md +13 -3
  25. package/edit-document/SKILL.md +1 -0
  26. package/elaborate-spec/SKILL.md +1 -0
  27. package/enforce-first/SKILL.md +1 -0
  28. package/evolve-skill/REFERENCE.md +12 -0
  29. package/evolve-skill/SKILL.md +24 -0
  30. package/execute-plan/SKILL.md +12 -4
  31. package/grill-me/SKILL.md +1 -0
  32. package/grill-with-docs/REFERENCE.md +5 -0
  33. package/grill-with-docs/SKILL.md +28 -0
  34. package/guard-git/REFERENCE.md +36 -6
  35. package/guard-git/SKILL.md +5 -2
  36. package/guard-git/scripts/lib/git-guardrails-core.sh +0 -1
  37. package/hook-commits/SKILL.md +1 -0
  38. package/hooks/pre-tool-use.sh +43 -46
  39. package/inspect-quality/SKILL.md +9 -6
  40. package/investigate-bug/SKILL.md +18 -5
  41. package/kickoff-branch/SKILL.md +13 -5
  42. package/map-codebase/SKILL.md +1 -0
  43. package/migrate-spec/SKILL.md +1 -0
  44. package/model-domain/SKILL.md +10 -0
  45. package/orchestrate-project/REFERENCE.md +13 -7
  46. package/orchestrate-project/SKILL.md +7 -5
  47. package/organize-workspace/SKILL.md +1 -0
  48. package/package.json +3 -2
  49. package/plan-refactor/SKILL.md +1 -0
  50. package/plan-release/SKILL.md +1 -0
  51. package/plan-work/SKILL.md +8 -3
  52. package/profiles/node-service.md +28 -0
  53. package/profiles/solo-git.md +39 -0
  54. package/profiles/swift.md +27 -0
  55. package/profiles/typescript-vue.md +28 -0
  56. package/release-branch/SKILL.md +51 -11
  57. package/request-review/SKILL.md +2 -1
  58. package/research-first/REFERENCE.md +29 -0
  59. package/research-first/SKILL.md +31 -0
  60. package/reset-baseline/SKILL.md +21 -0
  61. package/respond-review/SKILL.md +1 -0
  62. package/run-evals/REFERENCE.md +27 -0
  63. package/run-evals/SKILL.md +27 -0
  64. package/scope-work/SKILL.md +22 -0
  65. package/scripts/add-model-frontmatter.sh +82 -0
  66. package/scripts/build-skill-index.sh +28 -0
  67. package/scripts/install.sh +5 -1
  68. package/scripts/land-branch.sh +166 -0
  69. package/scripts/sync-skills.sh +5 -0
  70. package/search-skills/SKILL.md +20 -0
  71. package/seed-conventions/SKILL.md +3 -0
  72. package/session-state/SKILL.md +25 -3
  73. package/setup-environment/SKILL.md +22 -0
  74. package/simulate-agents/SKILL.md +24 -0
  75. package/slice-tasks/SKILL.md +22 -0
  76. package/spike-prototype/SKILL.md +1 -0
  77. package/stocktake-skills/REFERENCE.md +8 -0
  78. package/stocktake-skills/SKILL.md +28 -0
  79. package/survey-context/SKILL.md +12 -11
  80. package/terse-mode/SKILL.md +1 -0
  81. package/trace-requirement/SKILL.md +1 -0
  82. package/using-bigpowers/SKILL.md +30 -4
  83. package/validate-fix/SKILL.md +9 -5
  84. package/verify-work/REFERENCE.md +23 -0
  85. package/verify-work/SKILL.md +39 -0
  86. package/visual-dashboard/SKILL.md +51 -1
  87. package/wire-observability/SKILL.md +1 -0
  88. package/write-document/REFERENCE.md +166 -0
  89. package/write-document/SKILL.md +12 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ # [1.1.0](https://github.com/danielvm-git/bigpowers/compare/v1.0.0...v1.1.0) (2026-05-31)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **ci:** pass NODE_AUTH_TOKEN for setup-node npmrc auth ([03d58ee](https://github.com/danielvm-git/bigpowers/commit/03d58ee1c9a6b4f7c6c34f822f98363e1493f93e))
7
+
8
+
9
+ ### Features
10
+
11
+ * **skills:** add and update a large number of skills ([a51d802](https://github.com/danielvm-git/bigpowers/commit/a51d802ccb1ebcd327e6ff7ef9d7e1471d62ca8e))
12
+ * **skills:** add Project README artifact type to write-document ([43f9f84](https://github.com/danielvm-git/bigpowers/commit/43f9f8473f221374ba8bfe326f8bf604cc213d7e))
13
+ * **workflow:** add solo git profile with land-branch.sh ([1840cd0](https://github.com/danielvm-git/bigpowers/commit/1840cd0011fc522825b72bb10a3f8d16886d902e))
14
+
1
15
  # 1.0.0 (2026-05-23)
2
16
 
3
17
 
package/CLAUDE.md CHANGED
@@ -4,21 +4,23 @@ Read CONVENTIONS.md before any GitHub or git operation.
4
4
 
5
5
  ## Project
6
6
 
7
- bigpowers — 44 agent skills for spec-driven, test-first software development by solo developers.
7
+ bigpowers — 58 agent skills for spec-driven, test-first software development by solo developers.
8
8
  Stack: Markdown / Bash (documentation-based; skills integrate with Claude Code, Cursor, Gemini CLI)
9
9
 
10
10
  ## Commands
11
11
 
12
- | Action | Command |
13
- |--------|---------|
14
- | Run | `bash scripts/sync-skills.sh` |
15
- | Test | N/A (documentation project) |
16
- | Build | `bash scripts/install.sh` |
17
- | Lint | `bash scripts/sync-skills.sh` (validates SKILL.md syntax) |
12
+ | Action | Command |
13
+ |---------|---------|
14
+ | Install | `npx bigpowers` or `npm install -g bigpowers` |
15
+ | Run | `bash scripts/sync-skills.sh` |
16
+ | Test | N/A (documentation project) |
17
+ | Build | `bash scripts/install.sh` (from source) |
18
+ | Lint | `bash scripts/sync-skills.sh` (validates SKILL.md syntax) |
19
+ | Compliance | `npm run compliance` |
18
20
 
19
21
  ## Architecture
20
22
 
21
- Collection of 44 verb-noun skills, each with a SKILL.md source file and supporting documentation. The sync-skills.sh script auto-generates artifacts for Cursor (.cursor/rules) and Gemini CLI (.gemini/extensions/bigpowers/) from SKILL.md sources. All planning and spec output goes to specs/ at the project root.
23
+ Collection of 58 verb-noun skills, each with a SKILL.md source file and supporting documentation. Includes Verify phase (verify-work, run-evals) and optional stack profiles in profiles/. The sync-skills.sh script auto-generates artifacts for Cursor (.cursor/rules) and Gemini CLI (.gemini/extensions/bigpowers/) from SKILL.md sources. All planning and spec output goes to specs/ at the project root.
22
24
 
23
25
  ## Conventions
24
26
 
package/CONVENTIONS.md CHANGED
@@ -17,7 +17,9 @@ All changes to this repository MUST follow the [Conventional Commits 1.0.0](http
17
17
  ## GitHub & Git Operations
18
18
 
19
19
  - No direct work on `main` or `master`. Every task MUST start with a feature branch or worktree via `kickoff-branch`.
20
- - Use `gh pr create` not `git push` + manual PR
20
+ - **Integrate (team default):** Use `gh pr create` and `gh pr merge --squash` via `release-branch` (team-pr mode). Prefer `gh` over ad-hoc `git push` + manual PR UI.
21
+ - **Integrate (solo profile):** When `profiles/solo-git.md` or `specs/WORKFLOW-solo-git.md` is active, ship with `bash scripts/land-branch.sh <branch> "<conventional message>"` after `release-branch` gates — local squash to `main`, then push. PR is optional (remote CI / branch protection only).
22
+ - `git push origin <feature-branch>` is allowed for backup or CI; never push directly to `main`/`master` except via `land-branch.sh` (`GIT_BIGPOWERS_LAND=1`).
21
23
  - Use `gh repo clone` not `git clone` for GitHub repos
22
24
  - Use `gh run view` / `gh run watch` for CI status
23
25
  - Verify auth with `gh auth status` before operations
@@ -50,10 +52,11 @@ Every skill that produces written output writes to `specs/` at the project root:
50
52
  | Scope definition | `specs/SCOPE.md` |
51
53
  | Task breakdown | `specs/TASKS.md` |
52
54
  | Implementation plan | `specs/PLAN.md` (or `specs/PLAN-<feature>.md`) |
55
+ | Project README | `README.md` (project root) |
53
56
  | Refactor plan | `specs/REFACTOR.md` |
54
57
  | Spike learnings | `specs/SPIKE-<name>.md` |
55
- | Bug investigation | `specs/DIAGNOSIS.md` |
56
- | QA session log | `specs/BUG-LOG.md` |
58
+ | Bug investigation | `specs/bugs/BUG-*.md` |
59
+ | QA session log | `specs/bugs/BUG-LOG.md` |
57
60
 
58
61
  ## Code Style
59
62
 
@@ -72,6 +75,8 @@ Every skill that produces written output writes to `specs/` at the project root:
72
75
  - Prefer exceptions over error codes: throw/raise an exception rather than returning a numeric or boolean error sentinel.
73
76
  - Remove dead code (G9/F4): unused functions, unreachable branches, and stale imports must be deleted — not commented out.
74
77
  - Boy Scout Rule: leave every file you touch at least as clean as you found it. Fix the first broken window you see.
78
+ - **Law of Demeter:** A method should call only its immediate collaborators — not `a.getB().getC().doX()`. Chain violations need explicit justification in code review.
79
+ - **Verification mandate:** Every story in `specs/RELEASE-PLAN.md` must include a `## Verification Script`. No story is done until `verify-work` confirms it (or user explicitly waives with documented reason in STATE.md).
75
80
  - Exception messages must include the offending value, expected shape, and an actionable remediation hint for the agent.
76
81
  - SOLID beyond SRP: favor interfaces over concrete types (DIP) when injecting dependencies.
77
82
 
package/GEMINI.md CHANGED
@@ -6,21 +6,22 @@ Read CONVENTIONS.md before any GitHub or git operation.
6
6
 
7
7
  ## Project
8
8
 
9
- bigpowers — 44 agent skills for spec-driven, test-first software development by solo developers.
9
+ bigpowers — 58 agent skills for spec-driven, test-first software development by solo developers.
10
10
  Stack: Markdown / Bash (documentation-based; skills integrate with Claude Code, Cursor, Gemini CLI)
11
11
 
12
12
  ## Commands
13
13
 
14
- | Action | Command |
15
- |--------|---------|
16
- | Run | `bash scripts/sync-skills.sh` |
17
- | Test | N/A (documentation project) |
18
- | Build | `bash scripts/install.sh` |
19
- | Lint | `bash scripts/sync-skills.sh` (validates SKILL.md syntax) |
14
+ | Action | Command |
15
+ |---------|---------|
16
+ | Install | `npx bigpowers` or `npm install -g bigpowers` |
17
+ | Run | `bash scripts/sync-skills.sh` |
18
+ | Test | N/A (documentation project) |
19
+ | Build | `bash scripts/install.sh` (from source) |
20
+ | Lint | `bash scripts/sync-skills.sh` (validates SKILL.md syntax) |
20
21
 
21
22
  ## Architecture
22
23
 
23
- Collection of 44 verb-noun skills, each with a SKILL.md source file and supporting documentation. The sync-skills.sh script auto-generates artifacts for Cursor (.cursor/rules) and Gemini CLI (.gemini/extensions/bigpowers/) from SKILL.md sources. All planning and spec output goes to specs/ at the project root.
24
+ Collection of 58 verb-noun skills, each with a SKILL.md source file and supporting documentation. Includes Verify phase and profiles/. The sync-skills.sh script auto-generates artifacts for Cursor (.cursor/rules) and Gemini CLI (.gemini/extensions/bigpowers/) from SKILL.md sources. All planning and spec output goes to specs/ at the project root.
24
25
 
25
26
  ## Conventions
26
27
 
package/README.md CHANGED
@@ -1,25 +1,39 @@
1
1
  # bigpowers — Best-in-Class Agentic Skills
2
2
 
3
3
  ![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)
4
- ![Version](https://img.shields.io/badge/version-1.14.0-blue.svg)
5
- ![Skills](https://img.shields.io/badge/skills-44+-brightgreen.svg)
4
+ ![npm version](https://img.shields.io/npm/v/bigpowers.svg)
5
+ ![Skills](https://img.shields.io/badge/skills-58-brightgreen.svg)
6
6
 
7
- **44+ agent skills for high-integrity, spec-driven, test-first software development by solo developers.**
7
+ **58 agent skills for high-integrity, spec-driven, test-first software development by solo developers.**
8
8
 
9
9
  `bigpowers` provides a prescriptive, vertical-slice methodology for building software with AI agents (Claude Code, Gemini CLI, Cursor). It bridges the gap between raw LLM capabilities and professional engineering standards.
10
10
 
11
+ Published on npm: [bigpowers@1.0.0](https://www.npmjs.com/package/bigpowers)
12
+
11
13
  ---
12
14
 
13
15
  ## 🚀 Quick Start
14
16
 
17
+ ### npm (recommended)
18
+
15
19
  ```bash
16
- # 1. Clone the repository
17
- git clone https://github.com/danielvm-git/bigpowers.git && cd bigpowers
20
+ # One-shot setup downloads, syncs artifacts, and links skills to your tools
21
+ npx bigpowers
18
22
 
19
- # 2. Install globally (links to Claude, Gemini, and Cursor)
20
- bash scripts/install.sh
23
+ # Or install globally and run the setup command anytime
24
+ npm install -g bigpowers
25
+ bigpowers
26
+ ```
27
+
28
+ Both commands sync skill artifacts and link them to Claude Code, Gemini CLI, and Cursor (see [Prerequisites](#-prerequisites)).
21
29
 
22
- # 3. Sync artifacts
30
+ ### From source (contributors)
31
+
32
+ ```bash
33
+ git clone https://github.com/danielvm-git/bigpowers.git && cd bigpowers
34
+ npm install # runs postinstall: sync + link
35
+ # or manually:
36
+ bash scripts/install.sh
23
37
  npm run sync
24
38
  ```
25
39
 
@@ -28,7 +42,7 @@ npm run sync
28
42
  ## 🛠 Prerequisites
29
43
 
30
44
  - **Bash**: Required for all scripts.
31
- - **Node.js**: Required for `npm` commands.
45
+ - **Node.js**: v14+ (required for npm/npx).
32
46
  - **jq**: (Highly Recommended) Used for robust configuration of tool settings.
33
47
  - **AI Tools**: One or more of:
34
48
  - [Claude Code](https://claude.ai/code)
@@ -40,36 +54,58 @@ npm run sync
40
54
  ## 🔄 Maintenance (Update & Uninstall)
41
55
 
42
56
  ### Update
43
- To get the latest skills and performance improvements:
57
+
58
+ **npm install:**
59
+
60
+ ```bash
61
+ npm update -g bigpowers
62
+ bigpowers # re-sync and refresh symlinks
63
+ ```
64
+
65
+ **git clone:**
66
+
44
67
  ```bash
45
68
  git pull
46
69
  npm run sync
47
70
  ```
48
- *Note: Since the installation uses symlinks, syncing automatically updates the tools.*
71
+
72
+ *Install uses symlinks — re-running setup refreshes links without duplicating files.*
49
73
 
50
74
  ### Uninstall
51
- To remove all managed symlinks and configuration hooks:
75
+
76
+ **npm install:**
77
+
78
+ ```bash
79
+ bash "$(npm root -g)/bigpowers/scripts/install.sh" --uninstall
80
+ npm uninstall -g bigpowers
81
+ ```
82
+
83
+ **git clone:**
84
+
52
85
  ```bash
53
86
  bash scripts/install.sh --uninstall
54
87
  ```
55
88
 
56
89
  ### Reinstall
57
- If you need a fresh start:
90
+
58
91
  ```bash
59
- bash scripts/install.sh --uninstall && bash scripts/install.sh
92
+ npx bigpowers
93
+ # or, if installed globally:
94
+ bigpowers
60
95
  ```
61
96
 
62
97
  ---
63
98
 
64
99
  ## 🏗 The BMAD Lifecycle
65
100
 
66
- Every task in `bigpowers` follows a prescriptive 5-phase arc to ensure integrity:
101
+ Every task in `bigpowers` follows a prescriptive lifecycle (see `SKILL-INDEX.md`):
67
102
 
68
- 1. **Discover**: Investigate context, map unknowns, and survey requirements.
69
- 2. **Elaborate**: Formalize specs and lock design decisions (ADRs).
70
- 3. **Plan**: Write a verifiable, Karpathy-style implementation roadmap.
71
- 4. **Build**: Execute via TDD, vertical slices, and small commits.
72
- 5. **Sustain**: Audit quality, verify compliance, and release.
103
+ 1. **Discover**: survey-context, research-first, elaborate-spec.
104
+ 2. **Elaborate / Plan**: scope-work, plan-work, slice-tasks.
105
+ 3. **Build**: develop-tdd, execute-plan.
106
+ 4. **Verify**: verify-work, run-evals prove it works before review.
107
+ 5. **Review / Release**: audit-code, request-review, release-branch.
108
+ 6. **Sustain**: stocktake-skills, evolve-skill (benchmark-gated).
73
109
 
74
110
  ---
75
111
 
@@ -93,7 +129,7 @@ Every task in `bigpowers` follows a prescriptive 5-phase arc to ensure integrity
93
129
  - `scripts/`: Installation, syncing, and compliance tools.
94
130
  - `specs/`: The "Brain" of your project — all planning and decisions live here.
95
131
  - `docs/references/`: Theoretical foundations (Uncle Bob, Ousterhout, Karpathy, etc.).
96
- - `[skill-name]/`: Source files for each of the 44+ skills.
132
+ - `[skill-name]/`: Source files for each of the 58 skills.
97
133
 
98
134
  ---
99
135
 
package/RELEASE.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Release & Publishing Guide
2
2
 
3
+ Package: [bigpowers on npm](https://www.npmjs.com/package/bigpowers)
4
+
3
5
  ## Quick Start
4
6
 
5
7
  ### 1. Setup (one-time)
@@ -68,6 +70,8 @@ See `.github/CONVENTIONAL-COMMITS.md` for full format.
68
70
 
69
71
  ## Manual Release (Local)
70
72
 
73
+ For full semantic-release (GitHub + npm + changelog):
74
+
71
75
  ```bash
72
76
  export GITHUB_TOKEN=$(gh auth token)
73
77
  export NPM_TOKEN=[from npmjs.org]
@@ -75,6 +79,12 @@ export NPM_TOKEN=[from npmjs.org]
75
79
  npm run release
76
80
  ```
77
81
 
82
+ To publish the current `package.json` version to npm only:
83
+
84
+ ```bash
85
+ npm publish
86
+ ```
87
+
78
88
  ## Version History
79
89
 
80
90
  All releases in:
package/SKILL-INDEX.md CHANGED
@@ -2,88 +2,97 @@
2
2
 
3
3
  **Purpose:** One canonical reference for all bigpowers skills. Referenced by README.md, RELEASE-PLAN.md, and CONVENTIONS.md. Updated per-release.
4
4
 
5
- **Last updated:** 2026-05-20 (v2.1.0 — reconciled orphan/ghost skills; 44 active, 6 planned)
5
+ **Last updated:** 2026-05-25 (v3.0.0 — consolidation release; 58 active, 0 planned, Verify phase)
6
6
 
7
7
  ---
8
8
 
9
9
  ## Quick Navigation by BMAD Phase
10
10
 
11
- | Phase | Active | Planned | Skills |
12
- |---|---|---|---|
13
- | **Bootstrap** | 1 | — | using-bigpowers |
14
- | **Orchestrate** | 1 | — | orchestrate-project |
15
- | **Discover** | 3 | — | survey-context, elaborate-spec, map-codebase |
16
- | **Elaborate** | 5 | 1 | model-domain, define-language, grill-me, deepen-architecture, design-interface · _(grill-with-docs 📋)_ |
17
- | **Plan** | 6 | 2 | assess-impact, change-request, define-success, plan-work, plan-refactor, plan-release · _(scope-work 📋, slice-tasks 📋)_ |
18
- | **Spike** | 1 | — | spike-prototype |
19
- | **Initiate** | 4 | — | kickoff-branch, guard-git, hook-commits, seed-conventions |
20
- | **Build** | 5 | — | develop-tdd, enforce-first, delegate-task, dispatch-agents, execute-plan |
21
- | **Harden** | 1 | — | wire-observability |
22
- | **Bug** | 2 | 1 | investigate-bug, validate-fix · _(diagnose-root 📋)_ |
23
- | **Review** | 4 | — | audit-code, request-review, respond-review, trace-requirement |
24
- | **Integrate** | 2 | | commit-message, release-branch |
25
- | **Sustain** | 2 | — | inspect-quality, organize-workspace |
26
- | **Utility** | 7 | 2 | terse-mode, craft-skill, edit-document, session-state, migrate-spec, visual-dashboard, write-document · _(setup-environment 📋, reset-baseline 📋)_ |
27
- | **TOTAL** | **44** | **6** | |
11
+ | Phase | Active | Skills |
12
+ |---|---|---|
13
+ | **Bootstrap** | 1 | using-bigpowers |
14
+ | **Orchestrate** | 1 | orchestrate-project |
15
+ | **Discover** | 4 | survey-context, research-first, elaborate-spec, map-codebase |
16
+ | **Elaborate** | 6 | model-domain, define-language, grill-me, grill-with-docs, deepen-architecture, design-interface |
17
+ | **Plan** | 8 | assess-impact, change-request, scope-work, slice-tasks, define-success, plan-work, plan-refactor, plan-release |
18
+ | **Spike** | 1 | spike-prototype |
19
+ | **Initiate** | 4 | kickoff-branch, guard-git, hook-commits, seed-conventions |
20
+ | **Build** | 5 | develop-tdd, enforce-first, delegate-task, dispatch-agents, execute-plan |
21
+ | **Harden** | 1 | wire-observability |
22
+ | **Verify** | 2 | verify-work, run-evals |
23
+ | **Bug** | 3 | investigate-bug, diagnose-root, validate-fix |
24
+ | **Review** | 4 | audit-code, request-review, respond-review, trace-requirement |
25
+ | **Integrate** | 2 | commit-message, release-branch |
26
+ | **Sustain** | 4 | inspect-quality, organize-workspace, stocktake-skills, evolve-skill |
27
+ | **Utility** | 12 | terse-mode, craft-skill, edit-document, session-state, migrate-spec, visual-dashboard, write-document, setup-environment, reset-baseline, search-skills, compose-workflow, simulate-agents |
28
+ | **TOTAL** | **58** | |
28
29
 
29
30
  ---
30
31
 
31
32
  ## Full Reference Table
32
33
 
33
- | # | Phase | Skill | Intent | Artefact Output | Status | Source |
34
- |---|---|---|---|---|---|---|
35
- | 1 | Bootstrap | `using-bigpowers` | Lifecycle intro; where to start | (dialogue) | ✅ Active | original |
36
- | 2 | Orchestrate | `orchestrate-project` | Meta-skill enforcing 6-phase core loop (Standard / Fast-Track / Ad-Hoc modes) | (orchestration) | ✅ Active | original v2.0.0 |
37
- | 3 | Discover | `survey-context` | Per-task context map; suggests next skill | (dialogue, update STATE.md) | ✅ Active | mattpocock/skills (zoom-out) |
38
- | 4 | Discover | `elaborate-spec` | Dialogue to refine rough idea into spec | (dialogue) | ✅ Active | superpowers/brainstorming |
39
- | 5 | Discover | `map-codebase` | High-fidelity codebase survey; stack, architecture, gray areas | CODEBASE-MAP.md | ✅ Active | original |
40
- | 6 | Elaborate | `model-domain` | Interactive domain model; updates CONTEXT.md | CONTEXT.md, adr/ | ✅ Active | mattpocock/skills (domain-model) |
41
- | 7 | Elaborate | `define-language` | Extract ubiquitous language glossary | UBIQUITOUS_LANGUAGE.md | ✅ Active | mattpocock/skills (ubiquitous-language) |
42
- | 8 | Elaborate | `grill-me` | Stress-test design by grilling assumptions (Design mode + Docs mode) | (dialogue, refine design) | ✅ Active | mattpocock/skills (grill-me) |
43
- | 9 | Elaborate | `grill-with-docs` | Grill assumptions grounded in real library docs | (dialogue, refine design) | 📋 Planned | mattpocock/skills (grill-with-docs) |
44
- | 10 | Elaborate | `deepen-architecture` | Surface architecture deepening opportunities (Ousterhout deep modules) | (dialogue, update CONTEXT.md) | ✅ Active | mattpocock/skills (improve-codebase-architecture) |
45
- | 11 | Elaborate | `design-interface` | Generate multiple radically different interface designs via parallel subagents | INTERFACE-OPTIONS.md | ✅ Active | original |
46
- | 12 | Plan | `assess-impact` | Analyze blast radius of a proposed change before any code is written | IMPACT.md | ✅ Active | original |
47
- | 13 | Plan | `change-request` | Add a new requirement or reorder epics by WSJF against RELEASE-PLAN.md | (updated RELEASE-PLAN.md) | ✅ Active | original |
48
- | 14 | Plan | `scope-work` | Define what's in/out SCOPE.md | SCOPE.md | 📋 Planned | mattpocock/skills (to-prd, adapted: local-first) |
49
- | 15 | Plan | `slice-tasks` | Break work into vertical slices → TASKS.md | TASKS.md | 📋 Planned | mattpocock/skills (to-issues, adapted: local-first) |
50
- | 16 | Plan | `define-success` | Convert imperative task to step → verify pairs | (dialogue, feed to plan-work) | ✅ Active | Karpathy principle |
51
- | 17 | Plan | `plan-work` | Write detailed plan with verify steps | PLAN.md | ✅ Active | superpowers/writing-plans + Karpathy verify-template |
52
- | 18 | Plan | `plan-refactor` | Plan a refactor via interview | REFACTOR.md | ✅ Active | mattpocock/skills (request-refactor-plan, adapted) |
53
- | 19 | Plan | `plan-release` | Convert elaborated specs into a release plan with Gherkin acceptance criteria | RELEASE-PLAN.md | ✅ Active | original |
54
- | 20 | Spike | `spike-prototype` | Throw-away spike for unknown problem spaces | SPIKE-<name>.md | ✅ Active | mattpocock/skills (prototype) |
55
- | 21 | Initiate | `kickoff-branch` | Create worktree + branch + verify test baseline | (git state) | ✅ Active | superpowers/using-git-worktrees |
56
- | 22 | Initiate | `guard-git` | Block dangerous git commands via pre-command hooks | (git state) | ✅ Active | mattpocock/skills (git-guardrails) |
57
- | 23 | Initiate | `hook-commits` | Install pre-commit: lint, format, typecheck, test | (git state) | ✅ Active | mattpocock/skills (setup-pre-commit) |
58
- | 24 | Initiate | `seed-conventions` | Generate CLAUDE.md + CONVENTIONS.md + specs/ scaffold | CLAUDE.md, CONVENTIONS.md, specs/ | ✅ Active | Akita "writing CLAUDE.md is a skill" |
59
- | 25 | Build | `develop-tdd` | Red green refactor TDD loop | src/ (code) | ✅ Active | superpowers/tdd + mattpocock/tdd (override) |
60
- | 26 | Build | `enforce-first` | F.I.R.S.T test-quality rubric (Fast, Independent, Repeatable, Self-Validating, Timely) | (checklist) | ✅ Active | Clean Code Ch.9 + Akita |
61
- | 27 | Build | `delegate-task` | One subagent, one task, sequential + two-stage review | (code + review) | ✅ Active | superpowers/subagent-driven-development |
62
- | 28 | Build | `dispatch-agents` | Multiple subagents in parallel on independent tasks | (code + review) | ✅ Active | superpowers/dispatching-parallel-agents |
63
- | 29 | Build | `execute-plan` | Batch execute plan tasks sequentially with checkpoints | src/ (code per task) | ✅ Active | superpowers/executing-plans |
64
- | 30 | Harden | `wire-observability` | Add structured JSON logging + idempotent setup + observability commands | CLAUDE.md (commands), src/ (logging) | ✅ Active | Akita "structured logging + idempotent setup" |
65
- | 31 | Bug | `investigate-bug` | Investigate a bug DIAGNOSIS.md | DIAGNOSIS.md | ✅ Active | mattpocock/skills (triage-issue, adapted: local-first) |
66
- | 32 | Bug | `diagnose-root` | 4-phase root cause (reproduce isolate → hypothesize → verify) | (dialogue, update DIAGNOSIS.md) | 📋 Planned | superpowers/systematic-debugging |
67
- | 33 | Bug | `validate-fix` | Prove fix works: re-run suite, typecheck, lint | (dialogue, verify) | ✅ Active | superpowers/verification-before-completion |
68
- | 34 | Review | `audit-code` | Self-review: CONVENTIONS.md compliance, SOLID, no `any`, test coverage | (checklist, pass/fail) | ✅ Active | superpowers/requesting-code-review + Clean Code |
69
- | 35 | Review | `request-review` | Dispatch fresh reviewer agent (clean context, no shared state) | review-report (structured) | ✅ Active | original |
70
- | 36 | Review | `respond-review` | Act on reviewer feedback: categorize (must/should), apply, verify | src/ (updated) | ✅ Active | superpowers/receiving-code-review |
71
- | 37 | Review | `trace-requirement` | Link story IDs from RELEASE-PLAN.md to implementing code and tests | TRACEABILITY.md | ✅ Active | original |
72
- | 38 | Integrate | `commit-message` | Draft Conventional Commits + semver prediction | (git message) | ✅ Active | mattpocock/skills (prepare-semantic-commit) |
73
- | 39 | Integrate | `release-branch` | Merge/PR/keep/discard decision + worktree cleanup | (git PR created) | ✅ Active | superpowers/finishing-a-development-branch |
74
- | 40 | Sustain | `inspect-quality` | Run structured QA session BUG-LOG.md | BUG-LOG.md | ✅ Active | mattpocock/skills (qa, adapted: local-first) |
75
- | 41 | Sustain | `organize-workspace` | Classify, show, confirm, then clean workspace | (filesystem state) | ✅ Active | mattpocock/skills (clean-my-room) |
76
- | 42 | Utility | `terse-mode` | Fallback: ultra-terse output when context critically long | (prompt override) | ✅ Active | mattpocock/skills (caveman); fallback-only |
77
- | 43 | Utility | `craft-skill` | Build a new bigpowers skill with proper structure | skills/<name>/SKILL.md | ✅ Active | superpowers/writing-skills + mattpocock/write-a-skill |
78
- | 44 | Utility | `edit-document` | Edit and restructure a document in specs/ | specs/<name>.md | ✅ Active | mattpocock/skills (edit-article) |
79
- | 45 | Utility | `session-state` | Track implementation decisions and progress in specs/STATE.md | STATE.md | ✅ Active | original |
80
- | 46 | Utility | `migrate-spec` | Detect GSD/spec-kit/BMAD artifacts and transform to bigpowers specs/ format | specs/ (migrated artifacts) | ✅ Active | original v2.1.0 |
81
- | 47 | Utility | `visual-dashboard` | Browser-based dashboard: architecture, plans, and UI mockups | (browser view) | ✅ Active | original |
82
- | 48 | Utility | `write-document` | Write and sync high-integrity technical documents (BMAD methodology) | specs/<name>.md | ✅ Active | original |
83
- | 49 | Utility | `setup-environment` | Pre-install deps, configure tools before work | (.env, installed packages) | 📋 Planned | autoresearch experiment |
84
- | 50 | Utility | `reset-baseline` | Restore project to known state between runs | (clean working tree) | 📋 Planned | autoresearch experiment |
85
-
86
- **Total: 50 rows 44 ✅ Active, 6 📋 Planned.**
34
+ | # | Phase | Skill | Intent | Artefact Output | Status |
35
+ |---|---|---|---|---|---|
36
+ | 1 | Bootstrap | `using-bigpowers` | Lifecycle intro; where to start | (dialogue) | ✅ Active |
37
+ | 2 | Orchestrate | `orchestrate-project` | Meta-skill enforcing 6-phase core loop | (orchestration) | ✅ Active |
38
+ | 3 | Discover | `survey-context` | Per-task context map; suggests next skill | STATE.md update | ✅ Active |
39
+ | 4 | Discover | `research-first` | Look-before-build; prior art search | Prior Art in spec | ✅ Active |
40
+ | 5 | Discover | `elaborate-spec` | Dialogue to refine rough idea into spec | (dialogue) | ✅ Active |
41
+ | 6 | Discover | `map-codebase` | High-fidelity codebase survey | CONTEXT.md | ✅ Active |
42
+ | 7 | Elaborate | `model-domain` | Interactive domain model | CONTEXT.md, adr/ | ✅ Active |
43
+ | 8 | Elaborate | `define-language` | Extract ubiquitous language glossary | UBIQUITOUS_LANGUAGE.md | ✅ Active |
44
+ | 9 | Elaborate | `grill-me` | Stress-test design (Design + Docs modes) | (dialogue) | Active |
45
+ | 10 | Elaborate | `grill-with-docs` | Grill assumptions grounded in real library docs | (dialogue) | ✅ Active |
46
+ | 11 | Elaborate | `deepen-architecture` | Architecture deepening (Ousterhout deep modules) | CONTEXT.md | ✅ Active |
47
+ | 12 | Elaborate | `design-interface` | Multiple interface designs via parallel subagents | INTERFACE-OPTIONS.md | ✅ Active |
48
+ | 13 | Plan | `assess-impact` | Blast radius before code | IMPACT.md | ✅ Active |
49
+ | 14 | Plan | `change-request` | Add requirement or WSJF reorder | RELEASE-PLAN.md | Active |
50
+ | 15 | Plan | `scope-work` | Define in/out boundaries | SCOPE.md | Active |
51
+ | 16 | Plan | `slice-tasks` | Vertical slices | TASKS.md | ✅ Active |
52
+ | 17 | Plan | `define-success` | Step verify pairs | (dialogue) | ✅ Active |
53
+ | 18 | Plan | `plan-work` | Detailed plan with verify steps | RELEASE-PLAN.md | ✅ Active |
54
+ | 19 | Plan | `plan-refactor` | Refactor plan via interview | REFACTOR.md | ✅ Active |
55
+ | 20 | Plan | `plan-release` | Release plan with Gherkin criteria | RELEASE-PLAN.md | ✅ Active |
56
+ | 21 | Spike | `spike-prototype` | Throw-away spike | SPIKE-&lt;name&gt;.md | ✅ Active |
57
+ | 22 | Initiate | `kickoff-branch` | Worktree + branch + test baseline | (git state) | ✅ Active |
58
+ | 23 | Initiate | `guard-git` | Block dangerous git commands | (git state) | ✅ Active |
59
+ | 24 | Initiate | `hook-commits` | Pre-commit hooks | (git state) | ✅ Active |
60
+ | 25 | Initiate | `seed-conventions` | CLAUDE.md + CONVENTIONS.md + specs/ | CLAUDE.md, CONVENTIONS.md | ✅ Active |
61
+ | 26 | Build | `develop-tdd` | Red green refactor TDD | src/ | ✅ Active |
62
+ | 27 | Build | `enforce-first` | F.I.R.S.T test-quality rubric | (checklist) | ✅ Active |
63
+ | 28 | Build | `delegate-task` | One subagent, sequential + review | (code) | ✅ Active |
64
+ | 29 | Build | `dispatch-agents` | Parallel subagents on independent tasks | (code) | ✅ Active |
65
+ | 30 | Build | `execute-plan` | Batch execute plan with checkpoints | src/ | ✅ Active |
66
+ | 31 | Harden | `wire-observability` | Structured logging + observability | src/, CLAUDE.md | ✅ Active |
67
+ | 32 | Verify | `verify-work` | Multi-phase UAT; loop on gaps | (dialogue) | Active |
68
+ | 33 | Verify | `run-evals` | EDD capability + regression evals | EVALS-&lt;feature&gt;.md | ✅ Active |
69
+ | 34 | Bug | `investigate-bug` | Investigate bug diagnosis | bugs/BUG-*.md | ✅ Active |
70
+ | 35 | Bug | `diagnose-root` | 4-phase root cause analysis | bugs/BUG-*.md | ✅ Active |
71
+ | 36 | Bug | `validate-fix` | Prove fix works | (verify) | ✅ Active |
72
+ | 37 | Review | `audit-code` | Self-review checklist | (checklist) | ✅ Active |
73
+ | 38 | Review | `request-review` | Fresh reviewer agent | review-report | ✅ Active |
74
+ | 39 | Review | `respond-review` | Act on reviewer feedback | src/ | ✅ Active |
75
+ | 40 | Review | `trace-requirement` | Story IDcode/tests | TRACEABILITY.md | ✅ Active |
76
+ | 41 | Integrate | `commit-message` | Conventional Commits + semver | (git message) | ✅ Active |
77
+ | 42 | Integrate | `release-branch` | Merge/PR decision + cleanup | (git PR) | ✅ Active |
78
+ | 43 | Sustain | `inspect-quality` | Structured QA session | BUG-LOG.md | ✅ Active |
79
+ | 44 | Sustain | `organize-workspace` | Safe workspace cleanup | (filesystem) | ✅ Active |
80
+ | 45 | Sustain | `stocktake-skills` | Batch audit of skill catalog | specs/ audit report | ✅ Active |
81
+ | 46 | Sustain | `evolve-skill` | Benchmark-gated skill evolution | ADR, STATE.md | ✅ Active |
82
+ | 47 | Utility | `terse-mode` | Ultra-terse output (fallback) | (prompt) | ✅ Active |
83
+ | 48 | Utility | `craft-skill` | Build new bigpowers skill | skills/&lt;name&gt;/SKILL.md | ✅ Active |
84
+ | 49 | Utility | `edit-document` | Edit documents in specs/ | specs/&lt;name&gt;.md | Active |
85
+ | 50 | Utility | `session-state` | Track decisions in STATE.md | STATE.md | Active |
86
+ | 51 | Utility | `migrate-spec` | Migrate foreign spec formats | specs/ | ✅ Active |
87
+ | 52 | Utility | `visual-dashboard` | Browser dashboard | .bigpowers/dashboard/ | ✅ Active |
88
+ | 53 | Utility | `write-document` | BMAD technical documents | specs/&lt;name&gt;.md | ✅ Active |
89
+ | 54 | Utility | `setup-environment` | Pre-install deps before work | (.env, packages) | ✅ Active |
90
+ | 55 | Utility | `reset-baseline` | Restore clean known state | (clean tree) | ✅ Active |
91
+ | 56 | Utility | `search-skills` | Natural language → right skill | SKILL-SEARCH-INDEX.md | ✅ Active |
92
+ | 57 | Utility | `compose-workflow` | Chain skills into workflow recipe | WORKFLOW-&lt;name&gt;.md | ✅ Active |
93
+ | 58 | Utility | `simulate-agents` | Mock User + Auditor simulation | SIMULATION-&lt;feature&gt;.md | ✅ Active |
94
+
95
+ **Total: 58 ✅ Active, 0 📋 Planned.**
87
96
 
88
97
  ---
89
98
 
@@ -91,13 +100,13 @@
91
100
 
92
101
  ```
93
102
  [First time]
94
- using-bigpowers → orchestrate-project (choose Standard / Fast-Track / Ad-Hoc)
103
+ using-bigpowers → orchestrate-project (Standard / Fast-Track / Ad-Hoc)
95
104
 
96
- survey-context → elaborate-spec → map-codebase
105
+ survey-context → research-first → elaborate-spec → map-codebase
97
106
 
98
- model-domain / define-language / grill-me / design-interface / deepen-architecture
107
+ model-domain / define-language / grill-me / grill-with-docs / design-interface / deepen-architecture
99
108
 
100
- assess-impact → change-request → define-success → plan-work / plan-refactor / plan-release
109
+ scope-work → assess-impact → change-request → define-success → slice-tasks → plan-work / plan-refactor / plan-release
101
110
 
102
111
  kickoff-branch → guard-git / hook-commits / seed-conventions
103
112
 
@@ -107,16 +116,19 @@ survey-context → elaborate-spec → map-codebase
107
116
 
108
117
  wire-observability (production-readiness gate, any phase)
109
118
 
110
- investigate-bugvalidate-fix
119
+ ★ VERIFY ★ run-evalsverify-work (prove it works)
120
+
121
+ investigate-bug → diagnose-root → validate-fix
111
122
 
112
123
  audit-code → request-review → respond-review → trace-requirement
113
124
 
114
125
  commit-message → release-branch
115
126
 
116
- inspect-quality → organize-workspace (ongoing)
127
+ inspect-quality → organize-workspace → stocktake-skills → evolve-skill
117
128
 
118
129
  Transversal utilities (any phase):
119
- terse-mode, craft-skill, edit-document, session-state, migrate-spec, visual-dashboard, write-document
130
+ terse-mode, craft-skill, edit-document, session-state, migrate-spec, visual-dashboard,
131
+ write-document, setup-environment, reset-baseline, search-skills, compose-workflow, simulate-agents
120
132
  ```
121
133
 
122
134
  ---
@@ -125,22 +137,20 @@ Transversal utilities (any phase):
125
137
 
126
138
  | Icon | Meaning |
127
139
  |---|---|
128
- | ✅ Active | Implemented — SKILL.md exists, skill is usable |
129
- | 📋 Planned | Designed or referenced, not yet implemented (no directory) |
140
+ | ✅ Active | SKILL.md exists and is usable |
141
+ | 📋 Planned | Designed but not yet implemented |
130
142
  | 🔄 Refactoring | Active but under revision |
131
143
  | ⚠️ Deprecated | Will be removed in a future release |
132
144
 
133
145
  ## Naming Convention Notes
134
146
 
135
- All skills follow `verb-noun` kebab-case (ADR-0001). Two documented exceptions:
136
- - `terse-mode` — adjective-noun; retained for clarity (the verb form `enable-terse` is confusing)
137
- - `visual-dashboard` — adjective-noun; retained for clarity (`view-dashboard` implies read-only)
147
+ All skills follow `verb-noun` kebab-case (ADR-0001). Documented exceptions:
148
+ - `terse-mode` — adjective-noun; retained for clarity
149
+ - `visual-dashboard` — adjective-noun; retained for clarity
138
150
 
139
151
  ## How to Update
140
152
 
141
- 1. Every new skill: add a row here before the skill is published.
142
- 2. Every rename: update the Skill column; add a note in the Added column.
143
- 3. Every phase change: update the Phase column.
144
- 4. After any change: bump the "Last updated" date and run `bash scripts/sync-skills.sh`.
153
+ 1. Every new skill: add a row here before publishing.
154
+ 2. After any change: bump "Last updated" and run `bash scripts/sync-skills.sh`.
145
155
 
146
156
  → verify: `find . -maxdepth 2 -name "SKILL.md" | grep -v ".git\|.cursor\|.gemini" | wc -l`
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  name: assess-impact
3
+ model: sonnet
3
4
  description: Analyze the blast radius of a proposed change before any code is written. Maps dependents, affected stories, and test coverage. Produces specs/IMPACT.md. Use before plan-work on any non-trivial change, when touching a shared module, or when the user asks "what does this break?".
4
5
  ---
5
6
 
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  name: audit-code
3
+ model: haiku
3
4
  description: Self-review checklist for the coding agent to run before dispatching a reviewer. Checks CONVENTIONS.md compliance, Boy Scout Rule, test coverage, types, and SOLID. Produces a pass/fail checklist. Use before request-review, before committing, or when user asks for a code quality check.
4
5
  ---
5
6
 
@@ -11,6 +12,23 @@ Run this self-review before asking anyone else to look at the code. The goal is
11
12
 
12
13
  ## Checklist
13
14
 
15
+ ### Supply Chain & Security
16
+
17
+ - [ ] slopcheck run for new dependencies; packages tagged in plan-work: `[OK]`, `[SUS]`, or `[SLOP]`
18
+ - [ ] No `[SLOP]` packages without documented human approval
19
+ - [ ] No secrets in diff (`sk-`, `ghp_`, `AKIA`, `.env` values) — see `guard-git` patterns
20
+ - [ ] OWASP Top 10 spot-check: injection, broken auth, sensitive data exposure, misconfiguration (see `docs/references/security-threats.md`)
21
+
22
+ ### Provenance & Metadata
23
+
24
+ - [ ] New plan artefacts include `type:` and `context:` metadata
25
+ - [ ] Implementation steps reference ADR or commit SHA where decisions were made
26
+
27
+ ### Law of Demeter
28
+
29
+ - [ ] No method chains through unrelated objects (e.g. `a.getB().getC().doX()`)
30
+ - [ ] Collaborators talk to immediate neighbors only; law violations need explicit justification
31
+
14
32
  ### CONVENTIONS.md Compliance
15
33
 
16
34
  - [ ] All output files are in `specs/` (no docs written to project root)
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  name: change-request
3
+ model: sonnet
3
4
  description: Add a new requirement or reorder epics by WSJF value engineering against specs/RELEASE-PLAN.md. Two modes: Add (intake a new requirement mid-flight) and Reorder (re-score and re-sort all epics/stories). Use when a new requirement arrives mid-release, or when the plan needs prioritization.
4
5
  ---
5
6
 
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  name: commit-message
3
+ model: haiku
3
4
  description: Reviews working-tree changes, then drafts a Conventional Commits title/body and states the semantic-release version bump a single such commit would imply. Also notes which defensive-code categories were touched. Use when the user wants to commit recent work, prepare a Conventional Commits message, or asks for semantic-release / semver-consistent messaging before git commit.
4
5
  ---
5
6
 
@@ -0,0 +1,13 @@
1
+ # Workflow template
2
+
3
+ ```markdown
4
+ # WORKFLOW: <name>
5
+
6
+ **Trigger:** Use when ...
7
+
8
+ | Step | Skill | Output | verify |
9
+ |------|-------|--------|--------|
10
+ | 1 | survey-context | STATE.md | ... |
11
+ | 2 | research-first | Prior Art | ... |
12
+ | 3 | plan-work | RELEASE-PLAN.md | ... |
13
+ ```