Incursa.Workbench 2026.5.6.331

Prefix Reserved
dotnet tool install --global Incursa.Workbench --version 2026.5.6.331
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local Incursa.Workbench --version 2026.5.6.331
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Incursa.Workbench&version=2026.5.6.331
                    
nuke :add-package Incursa.Workbench --version 2026.5.6.331
                    

Incursa Workbench

Incursa Workbench is a .NET CLI tool for teams that manage engineering work in-repo and want consistent, structured documentation and work item workflows.

Canonical SpecTrace artifacts are JSON documents validated against the SpecTrace model snapshot pinned into the Workbench build.

It provides commands to:

  • scaffold and maintain the canonical Spec Trace artifact families and repository guidance
  • create, update, and sync work items
  • link repository specs, architecture docs, verification artifacts, and work items
  • run repository validation and consistency checks
  • inspect repo-native quality evidence and per-requirement proof health
  • open a local browser UI for browsing and editing work items

Installation

Install as a global tool:

dotnet tool install --global Incursa.Workbench

Install as a local tool (recommended for team repos):

dotnet new tool-manifest
dotnet tool install Incursa.Workbench

Quick Start

Initialize Workbench in a repository:

workbench init

List commands:

workbench --help

Run diagnostics:

workbench doctor

Open the local browser UI:

workbench web

Typical Workflows

Create a work item:

workbench item new --type work_item --title "Example work item"

Create a document:

workbench doc new --type architecture --title "Example design note"

Sync specs, docs, and links:

workbench doc sync --all

Inspect requirement proof health:

workbench quality proof-health

Requirements

  • .NET SDK 10.0.100 or later
  • Optional: GitHub CLI for GitHub-integrated workflows

Documentation

Project documentation and contracts are available in the repository:

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
2026.5.6.331 132 5/6/2026
2026.5.6.323 76 5/6/2026
2026.5.6.275 72 5/6/2026
2026.5.6.254 83 5/6/2026
2026.4.15.1172 711 4/15/2026
2026.4.15.1169 109 4/15/2026
2026.4.4.995 220 4/4/2026
2026.4.2.95 120 4/2/2026
2026.4.2.66 101 4/2/2026
2026.4.2.47 99 4/2/2026
2026.4.1.1067 113 4/1/2026
2026.4.1.976 105 4/1/2026
2026.4.1.39 106 4/1/2026
2026.3.31.1342 104 3/31/2026
2026.3.31.1328 99 3/31/2026
2026.3.31.471 103 3/31/2026
2026.3.30.866 124 3/30/2026
2026.3.30.807 101 3/30/2026
2026.3.30.764 105 3/30/2026
2026.3.30.692 108 3/30/2026
Loading failed