OpenWorkflow is a contract-first workflow system for AI-assisted software development. It initializes repository-local workflow contracts, generated Codex repo skills, artifact templates, and validation utilities for the discovery loop from vision through prototype tuning.
npm install -g @tiic-tech/openworkflowThe package installs the openworkflow CLI.
openworkflow init . --tools codex
openworkflow sync --root . --tools codex
openworkflow doctor --root . --tools codex
openworkflow validate --root .
openworkflow clean --root . --tools codexopenworkflow clean removes project-local OpenWorkflow files after a dry-run.
Use openworkflow clean --root . --tools codex --yes to remove generated
project files. To remove the global CLI package itself, use:
npm uninstall -g @tiic-tech/openworkflowBefore publishing, run:
npm run validate
npm run verify:runtime-surface
npm run verify:e2e-workflow
npm run verify:clean
npm pack --dry-runnpm publish runs the core validation gates through prepublishOnly; npm pack
rebuilds dist through prepack.