Project status¶
Use /n45-status whenever you want to see the current state of N45 in this project — open work, pending validation, drafts in progress, anything you can resume.
What it shows¶
/n45-status consults internal state and renders one of two views.
With an active roadmap¶
If you have a roadmap in progress, N45 shows the current phase, completed and pending tasks, and what to do next.
Without an active roadmap¶
If nothing is in flight, N45 shows what's available:
- Discoveries pending a spec
- Specs pending a roadmap
- Roadmaps awaiting validation (not yet merged)
- Open tech debts
- The standard entry points (build a feature, fix a bug, etc.)
Choosing an action¶
After showing status, N45 presents a list of actions tailored to the current state. Examples:
| When you have… | You can choose |
|---|---|
| A roadmap with pending tasks | Execute the next phase |
| A roadmap waiting for validation | Validate the work |
| A discovery without a spec | Continue from where you stopped |
| Nothing in flight | Start something new (feat or fix) |
Each option triggers the right workflow automatically.
When to use it¶
- After installing N45 in a new project — to see what was generated
- Coming back to the project after time away
- After a merge — to confirm the previous roadmap is closed
- Any time you want to know "where am I right now?"
Plain /n45 also works
Plain /n45 resumes whatever is in progress. If nothing is, it routes you to /n45-status automatically.