bigpowers 2.6.0 → 2.7.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/.pi/package.json +1 -1
- package/.pi/prompts/align-grid.md +2 -0
- package/.pi/prompts/run-planning.md +59 -6
- package/.pi/prompts/scope-work.md +36 -6
- package/.pi/prompts/search-skills.md +54 -6
- package/.pi/prompts/slice-tasks.md +37 -5
- package/.pi/skills/align-grid/SKILL.md +2 -0
- package/.pi/skills/run-planning/SKILL.md +59 -6
- package/.pi/skills/scope-work/SKILL.md +36 -6
- package/.pi/skills/search-skills/SKILL.md +54 -6
- package/.pi/skills/slice-tasks/SKILL.md +37 -5
- package/CHANGELOG.md +14 -0
- package/SKILL-INDEX.md +97 -103
- package/align-grid/SKILL.md +2 -0
- package/package.json +1 -1
- package/run-planning/SKILL.md +59 -6
- package/scope-work/SKILL.md +36 -6
- package/scripts/generate-skill-index.sh +218 -0
- package/scripts/regenerate-lockfile.sh +41 -0
- package/scripts/sync-skills.sh +12 -0
- package/search-skills/SKILL.md +54 -6
- package/skills-lock.json +234 -76
- package/slice-tasks/SKILL.md +37 -5
package/skills-lock.json
CHANGED
|
@@ -1,157 +1,315 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 1,
|
|
3
3
|
"skills": {
|
|
4
|
+
"align-grid": {
|
|
5
|
+
"description": "\"Build editorial/magazine/report webpages on a GENUINE Müller-Brockmann modular grid (International Typographic Style) — not a decorative one. Encodes the discipline (columns + modules + baseline, grotesque type, flush-left, restrained black/white/red palette) AND the hard-won front-end engineering to make the grid real, visible, and verified: one CSS-variable source of truth, an interactive grid-toggle overlay that lives in the SAME content box as the content, subgrid \\\"bands\\\" so every element snaps to a column line, an 8px baseline lock, and runtime OPTICAL ALIGNMENT that puts display type's ink (not its box) on the line. Ships with a scaffold generator and a Puppeteer verification harness that proves 0px adherence.\"",
|
|
6
|
+
"sha256": "fe975bdd77773c2c",
|
|
7
|
+
"path": "align-grid/SKILL.md"
|
|
8
|
+
},
|
|
9
|
+
"assess-impact": {
|
|
10
|
+
"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?\".",
|
|
11
|
+
"sha256": "cad0c4534f31a207",
|
|
12
|
+
"path": "assess-impact/SKILL.md"
|
|
13
|
+
},
|
|
4
14
|
"audit-code": {
|
|
5
|
-
"
|
|
6
|
-
"
|
|
15
|
+
"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.",
|
|
16
|
+
"sha256": "e9fa22fc69b1b3ab",
|
|
17
|
+
"path": "audit-code/SKILL.md"
|
|
18
|
+
},
|
|
19
|
+
"build-epic": {
|
|
20
|
+
"description": "Eight-step epic build cycle — reads state.yaml, execution-status.yaml, and one epic capsule; updates status via bp-yaml-set or direct edit. Resume mode runs one step per invocation. Use instead of ad-hoc execute-plan for release work.",
|
|
21
|
+
"sha256": "6f0639f6d8886e28",
|
|
22
|
+
"path": "build-epic/SKILL.md"
|
|
23
|
+
},
|
|
24
|
+
"change-request": {
|
|
25
|
+
"description": "Add a new requirement or reorder epics by WSJF against specs/release-plan.yaml and epic capsule directories. Modes Add and Reorder. Use when a new requirement arrives mid-release or the plan needs prioritization.",
|
|
26
|
+
"sha256": "431cfd2a21ac4515",
|
|
27
|
+
"path": "change-request/SKILL.md"
|
|
7
28
|
},
|
|
8
29
|
"commit-message": {
|
|
9
|
-
"
|
|
10
|
-
"
|
|
30
|
+
"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.",
|
|
31
|
+
"sha256": "c97c86ebffaefb74",
|
|
32
|
+
"path": "commit-message/SKILL.md"
|
|
33
|
+
},
|
|
34
|
+
"compose-workflow": {
|
|
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": "dc9abafd52cde7b3",
|
|
37
|
+
"path": "compose-workflow/SKILL.md"
|
|
11
38
|
},
|
|
12
39
|
"craft-skill": {
|
|
13
|
-
"
|
|
14
|
-
"
|
|
40
|
+
"description": "Create new bigpowers skills with proper structure, progressive disclosure, and bundled resources. Use when user wants to create, write, or build a new skill for the bigpowers lifecycle.",
|
|
41
|
+
"sha256": "9ca6eb728e98bf54",
|
|
42
|
+
"path": "craft-skill/SKILL.md"
|
|
15
43
|
},
|
|
16
44
|
"deepen-architecture": {
|
|
17
|
-
"
|
|
18
|
-
"
|
|
45
|
+
"description": "Find deepening opportunities in a codebase, informed by the domain language in specs/tech-architecture/tech-stack.md and the decisions in specs/adr/. Use when the user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more testable and AI-navigable.",
|
|
46
|
+
"sha256": "8424813a8c638a5b",
|
|
47
|
+
"path": "deepen-architecture/SKILL.md"
|
|
19
48
|
},
|
|
20
49
|
"define-language": {
|
|
21
|
-
"
|
|
22
|
-
"
|
|
50
|
+
"description": "Extract a DDD-style ubiquitous language glossary from the current conversation, flagging ambiguities and proposing canonical terms. Saves to specs/UBIQUITOUS_LANGUAGE.md. Use when user wants to define domain terms, build a glossary, harden terminology, create a ubiquitous language, or mentions \"domain model\" or \"DDD\".",
|
|
51
|
+
"sha256": "d8386de827612d1a",
|
|
52
|
+
"path": "define-language/SKILL.md"
|
|
23
53
|
},
|
|
24
54
|
"define-success": {
|
|
25
|
-
"
|
|
26
|
-
"
|
|
55
|
+
"description": "Convert an imperative task statement into explicit \"step → verify: <cmd>\" pairs before implementation begins. Use before plan-work when success criteria are unclear, when a task lacks verifiable checkpoints, or when user says \"how will we know this is done?\".",
|
|
56
|
+
"sha256": "8e03d23896f179fb",
|
|
57
|
+
"path": "define-success/SKILL.md"
|
|
27
58
|
},
|
|
28
59
|
"delegate-task": {
|
|
29
|
-
"
|
|
30
|
-
"
|
|
60
|
+
"description": "Delegate one complex task to a single subagent, review its work in two stages before merging back. Sequential — one agent at a time, with oversight. Use when a task is complex and requires careful review before the result is accepted. Distinct from dispatch-agents (no parallelism here; reviewer sees full diff before proceeding).",
|
|
61
|
+
"sha256": "9e3b8bd7274def42",
|
|
62
|
+
"path": "delegate-task/SKILL.md"
|
|
31
63
|
},
|
|
32
64
|
"design-interface": {
|
|
33
|
-
"
|
|
34
|
-
"
|
|
65
|
+
"description": "Generate multiple radically different interface designs for a module using parallel sub-agents, then compare trade-offs. Based on \"Design It Twice\" from A Philosophy of Software Design. Use when user wants to design an API, explore interface options, compare module shapes, or mentions \"design it twice\".",
|
|
66
|
+
"sha256": "c93e3fe065857cb8",
|
|
67
|
+
"path": "design-interface/SKILL.md"
|
|
35
68
|
},
|
|
36
69
|
"develop-tdd": {
|
|
37
|
-
"
|
|
38
|
-
"
|
|
70
|
+
"description": "Test-driven development with red-green-refactor loop using vertical slices. Use for features (epic tasks) or bugs (specs/bugs/BUG-*.md).",
|
|
71
|
+
"sha256": "af45529ecb20d449",
|
|
72
|
+
"path": "develop-tdd/SKILL.md"
|
|
39
73
|
},
|
|
40
74
|
"diagnose-root": {
|
|
41
|
-
"
|
|
42
|
-
"
|
|
75
|
+
"description": "Run 4-phase root cause analysis — reproduce, isolate, hypothesize, verify. Use when a bug is confirmed but root cause is unclear, after investigate-bug, or when user mentions root cause analysis.",
|
|
76
|
+
"sha256": "1d295cdf64c84189",
|
|
77
|
+
"path": "diagnose-root/SKILL.md"
|
|
43
78
|
},
|
|
44
79
|
"dispatch-agents": {
|
|
45
|
-
"
|
|
46
|
-
"
|
|
80
|
+
"description": "Dispatch multiple subagents in parallel on independent tasks. No waiting between them — all run concurrently. Use when tasks are truly decoupled and speed matters. Distinct from delegate-task (concurrent here, no inter-task review gate).",
|
|
81
|
+
"sha256": "20b59cb63d770279",
|
|
82
|
+
"path": "dispatch-agents/SKILL.md"
|
|
47
83
|
},
|
|
48
84
|
"edit-document": {
|
|
49
|
-
"
|
|
50
|
-
"
|
|
85
|
+
"description": "Edit and improve documents by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, restructure, or improve any document — including specs/ files, articles, READMEs, or technical writing.",
|
|
86
|
+
"sha256": "99a1ed618396b1fb",
|
|
87
|
+
"path": "edit-document/SKILL.md"
|
|
51
88
|
},
|
|
52
89
|
"elaborate-spec": {
|
|
53
|
-
"
|
|
54
|
-
"
|
|
90
|
+
"description": "Refine a rough idea into a clear, detailed specification through dialogue. Does not produce code. Use when user has a vague idea, wants to think through a feature before planning, or needs to turn \"I want X\" into a concrete spec.",
|
|
91
|
+
"sha256": "6d60cffd5139347e",
|
|
92
|
+
"path": "elaborate-spec/SKILL.md"
|
|
55
93
|
},
|
|
56
94
|
"enforce-first": {
|
|
57
|
-
"
|
|
58
|
-
"
|
|
95
|
+
"description": "Apply the F.I.R.S.T test quality rubric (Fast, Independent, Repeatable, Self-Validating, Timely) to a test suite or individual tests. Use when develop-tdd is writing tests, when test quality needs to be checked, or when user mentions F.I.R.S.T or \"test quality\".",
|
|
96
|
+
"sha256": "ca11eb77909d92b4",
|
|
97
|
+
"path": "enforce-first/SKILL.md"
|
|
98
|
+
},
|
|
99
|
+
"evolve-skill": {
|
|
100
|
+
"description": "Benchmark-gated skill evolution — consume bigpowers-benchmark report, propose plan-work change, edit skill via craft-skill, re-run benchmark, record ADR. Use when a skill underperforms on benchmark or stocktake finds systemic gap.",
|
|
101
|
+
"sha256": "3582333ff9b15942",
|
|
102
|
+
"path": "evolve-skill/SKILL.md"
|
|
59
103
|
},
|
|
60
104
|
"execute-plan": {
|
|
61
|
-
"
|
|
62
|
-
"
|
|
105
|
+
"description": "Batch-execute tasks from the active epic capsule sequentially, with a human checkpoint after each step. Use when user has an approved plan and wants step-by-step oversight.",
|
|
106
|
+
"sha256": "844f2a3069f75f30",
|
|
107
|
+
"path": "execute-plan/SKILL.md"
|
|
108
|
+
},
|
|
109
|
+
"fix-bug": {
|
|
110
|
+
"description": "Bug fix orchestrator — active_flow fix_bug; reads specs/bugs/BUG-*.md; chains investigate-bug, develop-tdd, validate-fix. Use when user reports a defect.",
|
|
111
|
+
"sha256": "466c0847b5312b6f",
|
|
112
|
+
"path": "fix-bug/SKILL.md"
|
|
63
113
|
},
|
|
64
114
|
"grill-me": {
|
|
65
|
-
"
|
|
66
|
-
"
|
|
115
|
+
"description": "Interactive assumption-surfacing Q&A that stress-tests a plan through relentless questioning until every decision is resolved. Use when user wants to challenge a plan, validate decisions from conversation/context, or mentions \"grill me\". For doc-grounded variant, use grill-with-docs.",
|
|
116
|
+
"sha256": "8456e38dfee44939",
|
|
117
|
+
"path": "grill-me/SKILL.md"
|
|
67
118
|
},
|
|
68
119
|
"grill-with-docs": {
|
|
69
|
-
"
|
|
70
|
-
"
|
|
120
|
+
"description": "Doc-grounded variant of grill-me — stress-tests plan assumptions by fetching and citing real library or API documentation. Every challenge must cite a real URL. Use when the plan depends on a specific library or external API.",
|
|
121
|
+
"sha256": "8ea5ebc5cc2d3434",
|
|
122
|
+
"path": "grill-with-docs/SKILL.md"
|
|
71
123
|
},
|
|
72
124
|
"guard-git": {
|
|
73
|
-
"
|
|
74
|
-
"
|
|
125
|
+
"description": "Block dangerous git commands (push, force push, reset --hard, clean, branch -D, checkout/restore .) and enforce Conventional Commits & Branch Protection before an AI agent runs them. Installs hook scripts for Claude Code, Cursor, Cursor CLI, and Gemini CLI; documents Google Antigravity Terminal deny lists. Use when the user wants git safety hooks, to block git push or destructive git in agents, or to mirror the same policy across AI coding tools.",
|
|
126
|
+
"sha256": "714da72cbb85a255",
|
|
127
|
+
"path": "guard-git/SKILL.md"
|
|
75
128
|
},
|
|
76
129
|
"hook-commits": {
|
|
77
|
-
"
|
|
78
|
-
"
|
|
130
|
+
"description": "Set up pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-commit hooks, set up Husky, configure lint-staged, or add commit-time formatting/typechecking/testing.",
|
|
131
|
+
"sha256": "bb6fac42390670c5",
|
|
132
|
+
"path": "hook-commits/SKILL.md"
|
|
79
133
|
},
|
|
80
134
|
"inspect-quality": {
|
|
81
|
-
"
|
|
82
|
-
"
|
|
135
|
+
"description": "Interactive QA session where user reports bugs or issues conversationally, and the agent logs them to specs/bugs/registry.yaml with a structured audit schema. Explores the codebase in the background for context and domain language. Use when user wants to report bugs, do QA, or mentions \"QA session\".",
|
|
136
|
+
"sha256": "e5f9923e72550572",
|
|
137
|
+
"path": "inspect-quality/SKILL.md"
|
|
83
138
|
},
|
|
84
139
|
"investigate-bug": {
|
|
85
|
-
"
|
|
86
|
-
"
|
|
140
|
+
"description": "Investigate a bug or issue by exploring the codebase to find root cause, then write a TDD-based fix plan to specs/bugs/BUG-*.md. Use when user reports a bug, wants to investigate a problem, mentions \"triage\", or wants to plan a fix.",
|
|
141
|
+
"sha256": "698885ce631631c4",
|
|
142
|
+
"path": "investigate-bug/SKILL.md"
|
|
87
143
|
},
|
|
88
144
|
"kickoff-branch": {
|
|
89
|
-
"
|
|
90
|
-
"
|
|
145
|
+
"description": "Create a git worktree and feature branch, then verify a clean test baseline before any code is written. Use when starting a new feature or task, when user wants to work in isolation from main, or mentions \"start a branch\" or \"new worktree\".",
|
|
146
|
+
"sha256": "77864a4086f91f60",
|
|
147
|
+
"path": "kickoff-branch/SKILL.md"
|
|
148
|
+
},
|
|
149
|
+
"map-codebase": {
|
|
150
|
+
"description": "\"Derives the tech-stack doc from scratch by scanning the codebase — analyzes stack, architecture, and gray areas (error handling, API shapes) and persists findings into specs/tech-architecture/tech-stack.md. Run when the tech doc doesn't exist yet; use survey-context to consume it once it does.\"",
|
|
151
|
+
"sha256": "0ff035d8f8baf4f8",
|
|
152
|
+
"path": "map-codebase/SKILL.md"
|
|
153
|
+
},
|
|
154
|
+
"migrate-spec": {
|
|
155
|
+
"description": "Detect GSD, spec-kit, or BMAD spec artifacts and transform them into bigpowers YAML layout (state.yaml, release-plan.yaml, epics/, requirements/, plans/, ADRs). Use when migrating foreign spec docs.",
|
|
156
|
+
"sha256": "912299321559a5e2",
|
|
157
|
+
"path": "migrate-spec/SKILL.md"
|
|
91
158
|
},
|
|
92
159
|
"model-domain": {
|
|
93
|
-
"
|
|
94
|
-
"
|
|
160
|
+
"description": "Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates specs/tech-architecture/tech-stack.md and specs/adr/ inline as decisions crystallise. Use when user wants to stress-test a plan against their project's domain language and documented decisions.",
|
|
161
|
+
"sha256": "9cdd34fc9952d06b",
|
|
162
|
+
"path": "model-domain/SKILL.md"
|
|
163
|
+
},
|
|
164
|
+
"orchestrate-project": {
|
|
165
|
+
"description": "Meta-skill that enforces the 6-phase core loop (discover → elaborate → plan → build → verify → release) with hard gates. Use to coordinate multi-phase projects with guaranteed quality checkpoints. One-time command for the entire project lifecycle.",
|
|
166
|
+
"sha256": "aef26df7a83a4cd3",
|
|
167
|
+
"path": "orchestrate-project/SKILL.md"
|
|
95
168
|
},
|
|
96
169
|
"organize-workspace": {
|
|
97
|
-
"
|
|
98
|
-
"
|
|
170
|
+
"description": "Scans the active workspace for disposable artifacts—logs, caches, stale build output, and stray draft markdown—and proposes consolidation of scattered assets. Produces a reviewable list, asks for explicit confirmation before any delete or move, and optionally revises .gitignore. Use when the user says \"clean my room\", \"organize workspace\", \"workspace cleanup\", \"remove temp files\", \"organize assets\", \"gitignore\", or wants a safe tidy pass.",
|
|
171
|
+
"sha256": "1595876ed98943d5",
|
|
172
|
+
"path": "organize-workspace/SKILL.md"
|
|
99
173
|
},
|
|
100
174
|
"plan-refactor": {
|
|
101
|
-
"
|
|
102
|
-
"
|
|
175
|
+
"description": "Create a detailed refactor plan with tiny commits via user interview, then save it as specs/REFACTOR.md. Use when user wants to plan a refactor, create a refactoring RFC, or break a refactor into safe incremental steps.",
|
|
176
|
+
"sha256": "f146cb1327e32943",
|
|
177
|
+
"path": "plan-refactor/SKILL.md"
|
|
178
|
+
},
|
|
179
|
+
"plan-release": {
|
|
180
|
+
"description": "\"RELEASE-INDEX BUILDER — Sequence elaborated epics into specs/release-plan.yaml with WSJF ordering and BCP baselines. NOT a planning-spine substitute: it does not scope work (scope-work) or write story tasks (plan-work). Use after elaborate-spec when the user wants a versioned release index of epics.\"",
|
|
181
|
+
"sha256": "4eeb65607ca2f799",
|
|
182
|
+
"path": "plan-release/SKILL.md"
|
|
103
183
|
},
|
|
104
184
|
"plan-work": {
|
|
105
|
-
"
|
|
106
|
-
"
|
|
185
|
+
"description": "\"PLANNING SPINE STEP 3 of 3 — Plan the work: write detailed implementation tasks into the active epic capsule (specs/epics/eNN-slug/). Produces countable-story-format .md specs and runnable -tasks.yaml files. Use after slice-tasks (step 2). Not a substitute for scope-work (step 1) or slice-tasks (step 2).\"",
|
|
186
|
+
"sha256": "12d45efb07a36e94",
|
|
187
|
+
"path": "plan-work/SKILL.md"
|
|
107
188
|
},
|
|
108
189
|
"release-branch": {
|
|
109
|
-
"
|
|
110
|
-
"
|
|
190
|
+
"description": "Make the merge/PR/keep/discard decision for a feature branch, verify coverage gates, create the PR with gh, and clean up the worktree. Use when a feature is done and ready to ship, or when user says \"release\", \"merge\", or \"open a PR\".",
|
|
191
|
+
"sha256": "1668285610d04ff5",
|
|
192
|
+
"path": "release-branch/SKILL.md"
|
|
111
193
|
},
|
|
112
194
|
"request-review": {
|
|
113
|
-
"
|
|
114
|
-
"
|
|
195
|
+
"description": "Dispatch a fresh reviewer agent with a clean context to critique the code after audit-code passes. The reviewer has no shared state with the coding agent and gives a genuine second opinion. Use after audit-code passes, before committing, or when user wants an independent code review.",
|
|
196
|
+
"sha256": "7ad5fa131cb9fe7f",
|
|
197
|
+
"path": "request-review/SKILL.md"
|
|
198
|
+
},
|
|
199
|
+
"research-first": {
|
|
200
|
+
"description": "Look-before-build — search registries, repo, existing skills, and web for prior art before implementing. Appends Prior Art to the spec. Use after survey-context and before elaborate-spec, when adding dependencies, or when the task may already be solved.",
|
|
201
|
+
"sha256": "2d11dadf63b9dbd3",
|
|
202
|
+
"path": "research-first/SKILL.md"
|
|
203
|
+
},
|
|
204
|
+
"reset-baseline": {
|
|
205
|
+
"description": "Restore the project to a known clean state between agent runs or experiments. Use between benchmark runs, after a failed spike, or when user wants a clean working tree.",
|
|
206
|
+
"sha256": "d0b3ee9d9c292334",
|
|
207
|
+
"path": "reset-baseline/SKILL.md"
|
|
115
208
|
},
|
|
116
209
|
"respond-review": {
|
|
117
|
-
"
|
|
118
|
-
"
|
|
210
|
+
"description": "Act on a reviewer agent's feedback systematically — categorize findings, apply fixes, verify tests still pass. Use after request-review returns a report, or when user wants to work through code review findings.",
|
|
211
|
+
"sha256": "c16bbe4854a0d665",
|
|
212
|
+
"path": "respond-review/SKILL.md"
|
|
213
|
+
},
|
|
214
|
+
"run-evals": {
|
|
215
|
+
"description": "Eval-Driven Development — define capability and regression evals before building; code graders use verify commands, model graders use explicit rubrics; log pass@k. Use before develop-tdd on new features, or when measuring agent capability over runs.",
|
|
216
|
+
"sha256": "b3cd89a7e440c94f",
|
|
217
|
+
"path": "run-evals/SKILL.md"
|
|
218
|
+
},
|
|
219
|
+
"run-planning": {
|
|
220
|
+
"description": "\"DISCOVER-PHASE ADVANCER — Drive the discover-phase checklist (specs/planning-status.yaml) through survey-context → scope-work → research-first → elaborate-spec → plan-release → slice-tasks. NOT a duplicate of plan-work or the planning spine; it orchestrates the pre-coding discover phase only.\"",
|
|
221
|
+
"sha256": "eb6c9d3c0e26b7fc",
|
|
222
|
+
"path": "run-planning/SKILL.md"
|
|
119
223
|
},
|
|
120
224
|
"scope-work": {
|
|
121
|
-
"
|
|
122
|
-
"
|
|
225
|
+
"description": "\"PLANNING SPINE STEP 1 of 3 — Scope the work: define what is in and out of scope and save as specs/product/SCOPE_LATEST.yaml. Use before slice-tasks or plan-release on any new initiative. Not a substitute for slice-tasks (step 2) or plan-work (step 3).\"",
|
|
226
|
+
"sha256": "3d333e2bfa5f9998",
|
|
227
|
+
"path": "scope-work/SKILL.md"
|
|
228
|
+
},
|
|
229
|
+
"search-skills": {
|
|
230
|
+
"description": "Find the right bigpowers skill from natural-language intent using a local lexical index over SKILL.md frontmatter. Use when unsure which skill to invoke, or at start of research-first.",
|
|
231
|
+
"sha256": "34df830694a6459c",
|
|
232
|
+
"path": "search-skills/SKILL.md"
|
|
123
233
|
},
|
|
124
234
|
"seed-conventions": {
|
|
125
|
-
"
|
|
126
|
-
"
|
|
235
|
+
"description": "Generate CLAUDE.md and CONVENTIONS.md for a brand-new project through a brief interview, and create the specs/ directory with evolved bigpowers structure (product/, tech-architecture/, verifications/, epics/archive/). Entry point for greenfield projects. Use when starting a new project from scratch, when user asks to set up AI agent conventions, or when there is no CLAUDE.md yet.",
|
|
236
|
+
"sha256": "cd3a7fc52d1b0035",
|
|
237
|
+
"path": "seed-conventions/SKILL.md"
|
|
238
|
+
},
|
|
239
|
+
"session-state": {
|
|
240
|
+
"description": "Track implementation decisions and progress in specs/state.yaml to prevent context rot. Use at the start of a session to load context, and whenever a significant decision is made or a milestone is reached.",
|
|
241
|
+
"sha256": "68509078a871ee38",
|
|
242
|
+
"path": "session-state/SKILL.md"
|
|
243
|
+
},
|
|
244
|
+
"setup-environment": {
|
|
245
|
+
"description": "Pre-install dependencies and configure tools before development work begins. Use at session start on a fresh clone, before kickoff-branch, or when user says setup environment or install deps.",
|
|
246
|
+
"sha256": "3092662402943645",
|
|
247
|
+
"path": "setup-environment/SKILL.md"
|
|
248
|
+
},
|
|
249
|
+
"simulate-agents": {
|
|
250
|
+
"description": "Run Mock User and Auditor agents against a feature in fresh contexts before human review. Use after verify-work, before request-review, when user wants pre-review simulation.",
|
|
251
|
+
"sha256": "4ce3c2fa40ae43e9",
|
|
252
|
+
"path": "simulate-agents/SKILL.md"
|
|
127
253
|
},
|
|
128
254
|
"slice-tasks": {
|
|
129
|
-
"
|
|
130
|
-
"
|
|
255
|
+
"description": "\"PLANNING SPINE STEP 2 of 3 — Slice the work: break a scoped PRD into vertical-slice stories in specs/epics/. Use after scope-work (step 1), before plan-work (step 3). Not a substitute for scope-work or plan-work.\"",
|
|
256
|
+
"sha256": "bda9db54dbe791b5",
|
|
257
|
+
"path": "slice-tasks/SKILL.md"
|
|
131
258
|
},
|
|
132
259
|
"spike-prototype": {
|
|
133
|
-
"
|
|
134
|
-
"
|
|
260
|
+
"description": "Throw-away prototype for unknown problem spaces. Output is learning notes in specs/archive/spikes/SPIKE-<name>.md, not production code. Use when the domain or technology is unexplored, when estimates are impossible without experimentation, or when user says \"spike\", \"prototype\", or \"proof of concept\".",
|
|
261
|
+
"sha256": "568e52ae1e3a9213",
|
|
262
|
+
"path": "spike-prototype/SKILL.md"
|
|
263
|
+
},
|
|
264
|
+
"stocktake-skills": {
|
|
265
|
+
"description": "Sequential subagent batch audit of the bigpowers skill catalog — Quick Scan (changed only) or Full (all skills). Use during sustain phase, before a major release, or when catalog drift is suspected.",
|
|
266
|
+
"sha256": "a164a64360ef29ec",
|
|
267
|
+
"path": "stocktake-skills/SKILL.md"
|
|
135
268
|
},
|
|
136
269
|
"survey-context": {
|
|
137
|
-
"
|
|
138
|
-
"
|
|
270
|
+
"description": "Per-task context bootstrap — reads existing specs/ and tech-architecture docs to map the current lifecycle phase and suggest the next skill. Use at the start of any task, when returning after a break, or when unsure what to do next. For deriving a tech-stack doc from scratch, use map-codebase first.",
|
|
271
|
+
"sha256": "891e840a2f292f23",
|
|
272
|
+
"path": "survey-context/SKILL.md"
|
|
139
273
|
},
|
|
140
274
|
"terse-mode": {
|
|
141
|
-
"
|
|
142
|
-
"
|
|
275
|
+
"description": "Fallback ultra-compressed communication mode. Cuts token usage ~75% by dropping filler, articles, and pleasantries while keeping full technical accuracy. Use ONLY when context is critically long and compressing output is necessary to continue. Not a strategy — token discipline comes from code shape (small functions, unique names, headless tests), not terser prompts. Use when user says \"caveman mode\", \"terse mode\", \"less tokens\", \"be brief\", or invokes /terse-mode.",
|
|
276
|
+
"sha256": "d46f9b0fc252e468",
|
|
277
|
+
"path": "terse-mode/SKILL.md"
|
|
278
|
+
},
|
|
279
|
+
"trace-requirement": {
|
|
280
|
+
"description": "Link story IDs from specs/release-plan.yaml + epic capsule directories to the implementing code and tests. Produces specs/TRACEABILITY.md. Use when you want to verify coverage of a release plan, audit which stories are implemented, or find \"dark\" stories with no code.",
|
|
281
|
+
"sha256": "fbfe216d29b75058",
|
|
282
|
+
"path": "trace-requirement/SKILL.md"
|
|
143
283
|
},
|
|
144
284
|
"using-bigpowers": {
|
|
145
|
-
"
|
|
146
|
-
"
|
|
285
|
+
"description": "One-time bootstrap that introduces the bigpowers skills system, the PMBOK lifecycle arc, and tells you which skill to call first for your situation. Use when starting with bigpowers for the first time, when user asks \"where do I start?\", or when the skills system needs to be explained.",
|
|
286
|
+
"sha256": "b150ea218b529f61",
|
|
287
|
+
"path": "using-bigpowers/SKILL.md"
|
|
147
288
|
},
|
|
148
289
|
"validate-fix": {
|
|
149
|
-
"
|
|
150
|
-
"
|
|
290
|
+
"description": "Prove a fix works before declaring done — re-run the failing test, run the full suite, typecheck, lint, and harden against recurrence. Use after implementing a bug fix, when user says \"is this fixed?\", or before closing an investigation.",
|
|
291
|
+
"sha256": "80fc28e511a501dc",
|
|
292
|
+
"path": "validate-fix/SKILL.md"
|
|
293
|
+
},
|
|
294
|
+
"verify-work": {
|
|
295
|
+
"description": "Multi-phase UAT gate — cold-start smoke, build, typecheck, lint, tests, step-by-step manual verification, gaps-closure loop. Use after execute-plan or develop-tdd, before audit-code.",
|
|
296
|
+
"sha256": "aac80130ca0776ff",
|
|
297
|
+
"path": "verify-work/SKILL.md"
|
|
298
|
+
},
|
|
299
|
+
"visual-dashboard": {
|
|
300
|
+
"description": "Start a browser-based dashboard that visualizes architecture, implementation plans, and project status. Persists artifacts in .bigpowers/dashboard/. Reads specs/state.yaml, release-plan.yaml, epics, and planning-status via HTTP API or opencode panel.",
|
|
301
|
+
"sha256": "3213e18d4bde52f2",
|
|
302
|
+
"path": "visual-dashboard/SKILL.md"
|
|
151
303
|
},
|
|
152
304
|
"wire-observability": {
|
|
153
|
-
"
|
|
154
|
-
"
|
|
305
|
+
"description": "Add structured JSON logging, observability commands, and idempotent setup scripts to a project. Use when a project needs production-readiness instrumentation, when user wants structured logging, or as a production-readiness gate at any phase of development.",
|
|
306
|
+
"sha256": "01e751c37dab47b3",
|
|
307
|
+
"path": "wire-observability/SKILL.md"
|
|
308
|
+
},
|
|
309
|
+
"write-document": {
|
|
310
|
+
"description": "Write, organize, and sync high-integrity technical documents using the BMAD methodology. Ensures every document is Bold, Minimal, Actionable, and Durable. Use when creating architectural docs, technical guides, or organizing the specs/ directory.",
|
|
311
|
+
"sha256": "299a58a4b779b330",
|
|
312
|
+
"path": "write-document/SKILL.md"
|
|
155
313
|
}
|
|
156
314
|
}
|
|
157
315
|
}
|
package/slice-tasks/SKILL.md
CHANGED
|
@@ -10,14 +10,46 @@ model: sonnet
|
|
|
10
10
|
|
|
11
11
|
Produce **epic capsule story tasks** in `specs/epics/eNN-slug/` — vertical slices, each independently deliverable and testable. Output: decoupled `eNNsYY-tasks.yaml` files with runnable verify commands. Legacy `specs/epics/ (see slice-tasks)` is deprecated; use capsule dirs + `execution-status.yaml`.
|
|
12
12
|
|
|
13
|
+
## Pre-flight
|
|
14
|
+
|
|
15
|
+
- [ ] Does `specs/product/SCOPE_LATEST.yaml` exist? If not, run `scope-work` first — you can't slice what you haven't bounded.
|
|
16
|
+
- [ ] Is the `release-plan.yaml` populated with the epics you're slicing? Epic IDs (e01, e02…) should exist before you create stories.
|
|
17
|
+
- [ ] Do you understand the difference between a horizontal layer and a vertical slice? (See anti-patterns below.)
|
|
18
|
+
|
|
13
19
|
## Process
|
|
14
20
|
|
|
15
|
-
1. Read `specs/product/SCOPE_LATEST.yaml` and/or `specs/release-plan.yaml`.
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
21
|
+
1. **Read context** — Read `specs/product/SCOPE_LATEST.yaml` and/or `specs/release-plan.yaml`. Understand what the epic delivers end-to-end.
|
|
22
|
+
|
|
23
|
+
2. **Cut tracer-bullet slices** — Identify the thinnest possible vertical path through the stack that delivers user value. Start with this slice; it will catch integration issues first. For example:
|
|
24
|
+
- A search feature: first slice is "user types query → API returns results" (no filters, no pagination, no ranking — just the plumbing working end-to-end).
|
|
25
|
+
- A checkout flow: first slice is "user clicks buy → order created" (no payment, no inventory, no email).
|
|
26
|
+
|
|
27
|
+
3. **Assign BCPs** — For each story, estimate Business Complexity Points (1–13). A 1-BCP story is a trivial change (one file, one concept). A 13-BCP story is a major feature across multiple modules. If a story exceeds 8 BCPs, consider splitting it.
|
|
28
|
+
|
|
29
|
+
4. **Each story** writes:
|
|
30
|
+
- `eNNsYY-tasks.yaml` with `story_id`, `title`, `status`, `bcps`, `tasks[]` (each with `id`, `description`, `verify`, `status`)
|
|
31
|
+
- Story spec `.md` files are written by `plan-work` and follow countable-story-format.md
|
|
32
|
+
- The epic capsule manifest (`epic.yaml`) is updated to list the story ID and BCPs
|
|
33
|
+
|
|
34
|
+
5. **Order by WSJF** in `release-plan.yaml` epic list — highest WSJF first. Weight-shortest-job-first ensures the highest value arrives earliest.
|
|
35
|
+
|
|
36
|
+
6. **Validate slices** — Every slice must answer: "If this story ships, does a user get new value?" If the answer is "no, they need a later story too", the slice is too horizontal — cut vertically deeper.
|
|
37
|
+
|
|
38
|
+
> **HARD GATE** — No horizontal-only slices ("add all models") without a vertical path that proves integration. Every story must be independently demonstrable, even if it only handles the happy path.
|
|
39
|
+
|
|
40
|
+
> **HARD GATE** — Each task's `verify:` field must contain a runnable command (not "manually check" or "review visually"). If verification requires manual steps, prefix with `verify-script:` and write the steps in the story file.
|
|
41
|
+
|
|
42
|
+
## Anti-Patterns
|
|
43
|
+
|
|
44
|
+
- **Layer cakes** — "Week 1: all models. Week 2: all controllers. Week 3: all views." This hides integration risk until the end. Every story must cut through all layers.
|
|
45
|
+
- **Too-small slices** — If a slice takes < 30 minutes to implement, it's probably noise. Combine with adjacent slices.
|
|
46
|
+
- **Too-large slices** — If a slice takes > 3 days, it's an epic, not a story. Split further.
|
|
47
|
+
|
|
48
|
+
## Output
|
|
19
49
|
|
|
20
|
-
|
|
50
|
+
- `specs/epics/eNN-slug/eNNsYY-tasks.yaml` — per-story task breakdown with verify commands
|
|
51
|
+
- `specs/epics/eNN-slug/epic.yaml` — updated with story list and BCPs
|
|
52
|
+
- `specs/release-plan.yaml` — updated WSJF ordering (if needed)
|
|
21
53
|
|
|
22
54
|
## Verify
|
|
23
55
|
|