Usage
Getting started
How to use NZT once it is installed. Open your agent, ask for what you want to build, approve the plan and move forward one unit at a time. No new commands.
Once it is installed, there are no new commands to learn. Open your agent (claude or codex) in any project and ask for what you need in plain language: the kernel is already loaded and routes the request to the right phase and skill.
Step by step
- Open your agent. Go to the project folder and run
claudeorcodex. NZT loads on its own from the global instructions file. - Ask for what you want to build. NZT classifies the request. If something is not defined yet, it asks about the rules before choosing technologies.
- Review and approve the plan. It proposes units, artifacts, omissions and stopping points, and saves
Plan/state.jsonwithapproved: false. It writes no code until you approve. - Move forward one unit at a time. At the end of each unit it updates the state, reports and waits. You can authorize a batch if you prefer more autonomy.
- Resume whenever you want. In a new session, NZT reads
Plan/state.jsonand continues from the next entry point.
How to start
Try it on a small, real task, in guided mode. Compare the process and the evidence, then decide which brakes your team adopts.
Not installed yet? Read the guide for Claude Code or for Codex CLI.