@noir-ai/workflow
v1.8.0
Published
Noir workflow — the spec-driven lifecycle engine (intake → document) with observable, escapable gates.
Downloads
3,182
Maintainers
Readme
@noir-ai/workflow
The spec-driven development lifecycle engine: a hand-rolled finite-state machine (Intake → Clarify → Spec → Plan → Execute → Verify → Document) with observable, escapable gates. Every decision is recorded; phases can be force-skipped with a reason or jumped to directly. Supports Full, Quick, and Resume modes with cross-session resume.
Part of the Noir toolkit — the discipline, context, and memory layer for any agentic CLI.
Install
npm install @noir-ai/workflowMost users install the CLI instead, which pulls in the packages it needs:
npm install -g @noir-ai/cli
License
MIT © agaaaptr
