@skyf0xx/hedgehog 6.2.11 → 6.2.13
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/package.json
CHANGED
package/src/registry/cores.json
CHANGED
|
@@ -55,10 +55,10 @@
|
|
|
55
55
|
{
|
|
56
56
|
"name": "copywriting",
|
|
57
57
|
"flag": "--copywriting",
|
|
58
|
-
"package": "@skyf0xx/hedgehog-core-copywriting",
|
|
59
|
-
"version": "^0.
|
|
58
|
+
"package": "@skyf0xx/hedgehog-core-copywriting-prose-engineering",
|
|
59
|
+
"version": "^0.2.0",
|
|
60
60
|
"language": "typescript",
|
|
61
|
-
"repository": "https://github.com/skyf0xx/hedgehog-core-copywriting",
|
|
61
|
+
"repository": "https://github.com/skyf0xx/hedgehog-core-copywriting-prose-engineering",
|
|
62
62
|
"selects_when": "The description asks for a piece of writing or prose to be written or fixed as its own deliverable — marketing copy, a product announcement, UI microcopy strings, docs prose, an email, a pitch, an article, an essay, a blog post, or any other standalone written piece — with no page, app, or other artifact being built around it. Concrete signals: \"write an article about X\", \"write copy for X\", \"help me write a blog post\", \"make this sound less like AI\", \"fix this copy\", \"improve this writing\", \"draft a product announcement\", a request to run text through an AI-tell or humanizer check. Not just marketing/product framing — any standalone prose request qualifies, articles and essays included. The core drafts against `checkCopy()`, a real script running deterministic AI-tell and prose-quality checks (banned vocabulary, passive voice, readability score, sentence-length variance), not an agent's own self-review — a piece of writing ships because the script exited 0. This is the core most often confused with landing-page: landing-page's own copy skill still owns copy that's part of a full page build (headline, hero, section copy sequenced through that core's Chain Method); route here only when the writing is the entire ask, not one stage of a larger build."
|
|
63
63
|
}
|
|
64
64
|
]
|
|
@@ -82,6 +82,18 @@ Any skill may itself invoke `bmad-advanced-elicitation`
|
|
|
82
82
|
(`vendor-skills/BMAD/core-skills/bmad-advanced-elicitation`) at its own pause
|
|
83
83
|
points — that's expected, let it run.
|
|
84
84
|
|
|
85
|
+
**Full-shelf carve-out on copywriting.** This core has no module axis —
|
|
86
|
+
`hedgehog-copywriting-loop`'s mining step (its planning-intake section,
|
|
87
|
+
step 2) draws only from `02-brief.md` and `03-prfaq.md`, never
|
|
88
|
+
`04-prd.md` or `05-ux-spec/`. On a full run, stop the shelf after
|
|
89
|
+
`bmad-prfaq` (step 4) — or after `bmad-deep-recon` (step 7) where the
|
|
90
|
+
piece genuinely needs market/competitive/user-voice research — and skip
|
|
91
|
+
`bmad-prd` and `bmad-ux` entirely. Neither has a module axis, a UI
|
|
92
|
+
surface, or anything else to attach to on this core, so running them
|
|
93
|
+
produces planning artifacts nothing downstream reads. `00-manifest.md`
|
|
94
|
+
names `bmad-prd` and `bmad-ux` as not-run, the same as any other skipped
|
|
95
|
+
step on this shelf.
|
|
96
|
+
|
|
85
97
|
Write each skill's output to `.hedgehog/BMAD/`, per the fixed layout:
|
|
86
98
|
|
|
87
99
|
```
|