@mstar-harness/opencode 0.6.13 → 0.6.14
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/harness-skills/mstar-design-md/SKILL.md +143 -0
- package/harness-skills/mstar-design-md/references/completeness-checklist.md +175 -0
- package/harness-skills/mstar-design-md/references/design-md-spec.md +378 -0
- package/harness-skills/mstar-design-md/references/vercel-example.md +138 -0
- package/harness-skills/mstar-design-md/templates/DESIGN.dark.md.template +133 -0
- package/harness-skills/mstar-design-md/templates/DESIGN.md.template +273 -0
- package/harness-skills/mstar-harness-core/SKILL.md +3 -2
- package/harness-skills/mstar-phase-gates/SKILL.md +6 -5
- package/harness-skills/mstar-roles/SKILL.md +5 -4
- package/harness-skills/mstar-roles/references/architect.md +3 -2
- package/harness-skills/mstar-roles/references/frontend-dev.md +2 -2
- package/harness-skills/mstar-roles/references/fullstack-dev-shared.md +1 -1
- package/harness-skills/mstar-roles/references/product-manager.md +1 -1
- package/harness-skills/mstar-roles/references/qa-engineer.md +1 -1
- package/harness-skills/mstar-roles/references/qc-specialist-shared.md +1 -1
- package/package.json +1 -1
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
**Always:** `mstar-harness-core`, `mstar-dispatch-gates`, `mstar-phase-gates` (Prepare / clarify), `mstar-plan-conventions` (`{PLAN_DIR}`, `writing-plans` path).
|
|
6
6
|
|
|
7
|
-
**Typically:** `mstar-plan-artifacts` (specs, knowledge index); `mstar-coding-behavior` (surgical doc edits); `mstar-superpowers-align` (when plugin on).
|
|
7
|
+
**Typically:** `mstar-plan-artifacts` (specs, knowledge index); `mstar-design-md` (DESIGN.md design intent and requirements for UI planning); `mstar-coding-behavior` (surgical doc edits); `mstar-superpowers-align` (when plugin on).
|
|
8
8
|
|
|
9
9
|
**On demand:** `mstar-branch-worktree` (when committing product docs to the business repo).
|
|
10
10
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
**Typically:** `mstar-plan-conventions` (paths); `mstar-superpowers-align` (when plugin on).
|
|
8
8
|
|
|
9
|
-
**On demand:** `mstar-plan-artifacts` (closing R# after verified fix); `mstar-phase-gates` (gate checklist when assignment references verification phase).
|
|
9
|
+
**On demand:** `mstar-plan-artifacts` (closing R# after verified fix); `mstar-phase-gates` (gate checklist when assignment references verification phase); `mstar-design-md` (when verifying UI — check visual output against DESIGN.md).
|
|
10
10
|
|
|
11
11
|
**Host:** `mstar-host` (detect; `references/opencode.md` | `cursor.md` | `codex.md`).
|
|
12
12
|
|
|
@@ -18,7 +18,7 @@ Behavior is shared; reviewer identity is parameterized.
|
|
|
18
18
|
|
|
19
19
|
**Typically:** `mstar-plan-conventions` (path symbols only).
|
|
20
20
|
|
|
21
|
-
**On demand:** `mstar-plan-artifacts` (when PM asks you to cite severity enum for residual registration — QC does not own `status.json` writes).
|
|
21
|
+
**On demand:** `mstar-plan-artifacts` (when PM asks you to cite severity enum for residual registration — QC does not own `status.json` writes); `mstar-design-md` (when reviewing UI — verify implementation aligns with DESIGN.md tokens).
|
|
22
22
|
|
|
23
23
|
**Host:** `mstar-host` (detect; `references/opencode.md` | `cursor.md` | `codex.md`).
|
|
24
24
|
|