Skip to content

feat(builder): add scaffold, devtest, and release-review workflow skills (2.1.5)#30

Merged
rldyourmnd merged 1 commit into
mainfrom
feat/zcode-builder-2.1.5-workflow-skills
Jul 19, 2026
Merged

feat(builder): add scaffold, devtest, and release-review workflow skills (2.1.5)#30
rldyourmnd merged 1 commit into
mainfrom
feat/zcode-builder-2.1.5-workflow-skills

Conversation

@rldyourmnd

Copy link
Copy Markdown
Contributor

Extend the nddev-builder core toolkit with three workflow skills (+ matching nddev-* slash commands) on top of the focused add-* set, bringing it to the same authoring-workflow completeness as the codex builder — strictly within ZCode 3.3.6's real surface.

Added

  • scaffold-plugin / /nddev-scaffold — compose a complete plugin bundle from a described intent (orchestrates the add-* skills).
  • devtest-plugin / /nddev-devtest — isolated install-and-verify loop in throwaway HOME/ZCODE_HOME, asserting the component flatten without touching live ~/.zcode.
  • release-review / /nddev-release-review — whole-marketplace release-readiness gate (identity/version-lockstep presence, cross-plugin basename safety, inert-field + secret scans, clean --plan).

Deliberately NOT added (do not exist on ZCode 3.3.6)

ZCode has no CLI plugin add/cache/dev-mode (activation is UI-only; headless install flattens to user scope). So there is no publish-portal, managed-requirements layer, or remote-marketplace-source support to build — adding them would be dead/misleading config. add-marketplace/add-plugin remain local-source only by design (documented in validate-components).

Toolkit is now 19 skills / 19 slash commands; module + marketplace versions advance to 2.1.5 (5-source lockstep) and the release evidence is regenerated. Full regression, structure, and version-parity coverage lives in the private nddev-harnesses slice.

https://claude.ai/code/session_01Y29c9sJRhChvxDcUjab5Xo

…lls (2.1.5)

Extend the nddev-builder `core` toolkit with three workflow skills (and matching
`nddev-*` slash commands) that sit on top of the focused `add-*` set:
- `scaffold-plugin` composes a complete plugin bundle from a described intent.
- `devtest-plugin` runs an isolated install-and-verify loop in throwaway
  HOME/ZCODE_HOME, asserting the flatten without touching live ~/.zcode.
- `release-review` gates a whole marketplace for release readiness across all
  plugins (identity/version-lockstep presence, cross-plugin basename safety,
  inert-field and secret scans, clean install plan).

All three stay strictly within the ZCode 3.3.6 surface (flatten-to-user-scope;
no `plugin add`, cache, or dev-mode reload), so no publish-portal,
managed-requirements, or remote-marketplace-source features were added -- those
do not exist on this runtime. Toolkit is now 19 skills / 19 slash commands;
module and marketplace versions advance to 2.1.5.

Claude-Session: https://claude.ai/code/session_01Y29c9sJRhChvxDcUjab5Xo
@rldyourmnd
rldyourmnd merged commit e57a5b7 into main Jul 19, 2026
8 checks passed
@rldyourmnd
rldyourmnd deleted the feat/zcode-builder-2.1.5-workflow-skills branch July 19, 2026 08:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant