Skip to content
NZT

Usage

Example requests

Real requests for each moment of a project with NZT: the kickoff, the answers to discovery, the plan approval, the verification and the learning mode.

These requests follow one example project, “Pulso”, from start to finish.

Kickoff

I want to build “Pulso” from scratch, a web board to record the green, yellow or red status of each team member.

Answers to discovery

Users: a single internal team. Yellow and red require a note of 1 to 140 characters; green does not. Each person has one current pulse, and a new one replaces the previous one. No login and no history in this demo.

Approval

I approve the plan. Keep guided mode and stop at the end of each unit. For the prototype, use .NET 10, Blazor and in-memory persistence.

Verification

Design the verification of the main story. I want to test the API and the screen. Show me the test plan first, the data it needs and what you can drive from this session. Do not run anything until I approve it.

Learning

I want to learn how to write integration tests for a minimal API. Teach me, do not do it for me.