Skip to content

Claude Code Plugin

The Dezycro Claude Code plugin brings Dezycro's workbook, verification, and PRD/TRD authoring flows directly into your Claude Code session. Once installed, eight slash commands appear under /dezycro:*, and the Companion background loop quietly guards the work Claude does for you against silent regressions.

What you get

Slash commands for the day-to-day Dezycro flow without leaving your editor:

Command What it does
/dezycro:init Connect a repo to a Dezycro workspace + project
/dezycro:work <feature> Start or resume work on a feature; binds the session to the workbook
/dezycro:author --doc prd \| trd Guided PRD/TRD authoring with a built-in quality gate
/dezycro:status Compact workbook snapshot for the active feature
/dezycro:sync Sync the current chunk of work to the workbook
/dezycro:publish-spec Auto-detect + upload an OpenAPI spec; triggers JEP generation
/dezycro:verify Pull the verifier binary, run it locally, upload results
/dezycro:import-features Reverse-engineer a codebase into Dezycro features with PRDs + TRDs

Companion (V2) — background hooks that:

  • Block tasks from going to DONE / PUSHED without recent passing verifier evidence
  • Nudge you to re-publish your OpenAPI spec when you touch a controller
  • Sweep the workbook for decisions, issues, and assumptions worth recording — only when you ask (e.g. "save progress") or right after a verify
  • Surface coverage gaps before you push

Everything is opt-in per-trigger. Companion stays out of your way unless something material happened.

Next steps