fuzz-initlisted
Install: claude install-skill allsmog/kuzushi-security-plugin
# Fuzz init
Create the campaign plan and harness workspaces:
`node "${CLAUDE_PLUGIN_ROOT}/scripts/cmd/fuzz-init.mjs" --target "<repo root>"`
If it returns `no-seeds`, tell the user to run `/verify` first. If it returns `prepared`, read
`.kuzushi/fuzz/fuzz-plan.json`, write or refine the harness files only inside each candidate's
`harnessDir`, and keep the `runCommand` concrete enough for `/fuzz --stage replay` to execute. Do not edit
application source from this command.