From 7e31da293ebf7cf50aec64638099ac9000cf8158 Mon Sep 17 00:00:00 2001
From: SamuelMcAravey <11021165+SamuelMcAravey@users.noreply.github.com>
Date: Thu, 19 Feb 2026 04:22:38 +0000
Subject: [PATCH] Sync and normalize workbench data
---
.workbench/config.json | 5 ++--
README.md | 12 ++++----
docs/00-overview/README.md | 2 ++
docs/00-overview/documentation-structure.md | 2 ++
docs/00-overview/workbench-public-release.md | 2 ++
docs/00-overview/workbench-spec.md | 2 ++
docs/10-product/README.md | 2 ++
.../feature-spec-cli-onboarding-wizard.md | 2 ++
docs/10-product/feature-spec-terminal-ui.md | 2 ++
.../10-product/feature-spec-work-item-sync.md | 2 ++
docs/20-architecture/README.md | 2 ++
docs/30-contracts/README.md | 2 ++
docs/30-contracts/cli-help.md | 2 ++
docs/30-contracts/workbench-capabilities.md | 2 ++
.../ADR-2025-12-27-cli-onboarding-wizard.md | 2 ++
...github-provider-abstraction-and-octokit.md | 2 ++
...2-30-terminal-ui-mode-in-cli-executable.md | 2 ++
docs/40-decisions/README.md | 2 ++
docs/50-runbooks/README.md | 2 ++
docs/60-tracking/README.md | 2 ++
docs/60-tracking/ai-change-notes.md | 2 ++
docs/60-tracking/ai-work-item-generation.md | 2 ++
docs/60-tracking/workbench-gaps.md | 2 ++
docs/70-work/README.md | 30 ++++++++++++-------
docs/70-work/done/README.md | 9 ++++++
docs/70-work/items/README.md | 17 +++++++++++
...ng-help-init-walkthrough-and-run-wizard.md | 7 +++++
...te-existing-work-items-to-github-issues.md | 6 ++++
...K-0003-validate-work-item-status-values.md | 6 ++++
.../TASK-0004-plan-repo-structure-cleanup.md | 6 ++++
.../items/TASK-0005-plan-terminal-ui-mode.md | 6 ++++
...-implement-shared-core-and-clitui-split.md | 6 ++++
...ui-mvp-with-command-preview-and-dry-run.md | 11 +++++--
...public-launch-landing-and-messaging-kit.md | 11 +++++--
...etting-started-tutorial-and-sample-repo.md | 11 +++++--
...-produce-demo-assets-for-public-release.md | 11 +++++--
...fine-release-packaging-and-distribution.md | 11 +++++--
...-0014-add-case-studies-and-proof-points.md | 11 +++++--
docs/70-work/templates/README.md | 9 ++++++
docs/70-work/templates/work-item.bug.md | 6 ++++
docs/70-work/templates/work-item.spike.md | 6 ++++
docs/70-work/templates/work-item.task.md | 6 ++++
docs/README.md | 29 +++++++++++++++++-
docs/commands.md | 2 ++
docs/templates/README.md | 4 ++-
docs/templates/adr.md | 4 ++-
docs/templates/contract.md | 4 ++-
docs/templates/feature-spec.md | 4 ++-
docs/templates/runbook.md | 4 ++-
49 files changed, 259 insertions(+), 37 deletions(-)
diff --git a/.workbench/config.json b/.workbench/config.json
index cc043071..564b546f 100644
--- a/.workbench/config.json
+++ b/.workbench/config.json
@@ -22,7 +22,7 @@
"RequireCleanWorkingTree": true
},
"Github": {
- "Provider": "gh",
+ "Provider": "octokit",
"DefaultDraft": true,
"Host": "",
"Owner": "incursa",
@@ -34,6 +34,7 @@
},
"Tui": {
"Theme": "dark",
- "UseEmoji": false
+ "UseEmoji": false,
+ "AutoRefreshSeconds": 0
}
}
diff --git a/README.md b/README.md
index 5e4650c3..6dbb2ddb 100644
--- a/README.md
+++ b/README.md
@@ -130,17 +130,17 @@ Generated by `workbench nav sync`.
### Work item stats
| Metric | Count |
| --- | --- |
-| Open | 3 |
-| Closed | 1 |
-| Total | 4 |
+| Open | 11 |
+| Closed | 3 |
+| Total | 14 |
| Status | Count |
| --- | --- |
-| 🟡 draft | 3 |
+| 🟡 draft | 8 |
| 🟢 ready | 0 |
-| 🔵 in-progress | 0 |
+| 🔵 in-progress | 1 |
| 🟥 blocked | 0 |
-| ✅ done | 1 |
+| ✅ done | 3 |
| 🚫 dropped | 0 |
diff --git a/docs/00-overview/README.md b/docs/00-overview/README.md
index 6ee2d3e2..f61415a5 100644
--- a/docs/00-overview/README.md
+++ b/docs/00-overview/README.md
@@ -3,6 +3,8 @@ workbench:
type: doc
workItems: []
codeRefs: []
+ pathHistory: []
+ path: /docs/00-overview/README.md
owner: platform
status: active
updated: 2025-12-27
diff --git a/docs/00-overview/documentation-structure.md b/docs/00-overview/documentation-structure.md
index 82a3c7c0..59372b86 100644
--- a/docs/00-overview/documentation-structure.md
+++ b/docs/00-overview/documentation-structure.md
@@ -3,6 +3,8 @@ workbench:
type: doc
workItems: []
codeRefs: []
+ pathHistory: []
+ path: /docs/00-overview/documentation-structure.md
owner: platform
status: active
updated: 2025-12-27
diff --git a/docs/00-overview/workbench-public-release.md b/docs/00-overview/workbench-public-release.md
index 516646c2..98d6c224 100644
--- a/docs/00-overview/workbench-public-release.md
+++ b/docs/00-overview/workbench-public-release.md
@@ -3,6 +3,8 @@ workbench:
type: doc
workItems: []
codeRefs: []
+ pathHistory: []
+ path: /docs/00-overview/workbench-public-release.md
owner: platform
status: draft
updated: 2026-01-01
diff --git a/docs/00-overview/workbench-spec.md b/docs/00-overview/workbench-spec.md
index d7308bff..901a035a 100644
--- a/docs/00-overview/workbench-spec.md
+++ b/docs/00-overview/workbench-spec.md
@@ -3,6 +3,8 @@ workbench:
type: doc
workItems: []
codeRefs: []
+ pathHistory: []
+ path: /docs/00-overview/workbench-spec.md
owner: platform
status: active
updated: 2025-12-27
diff --git a/docs/10-product/README.md b/docs/10-product/README.md
index fa5b6f62..c548c33c 100644
--- a/docs/10-product/README.md
+++ b/docs/10-product/README.md
@@ -3,6 +3,8 @@ workbench:
type: doc
workItems: []
codeRefs: []
+ pathHistory: []
+ path: /docs/10-product/README.md
owner: platform
status: active
updated: 2025-12-27
diff --git a/docs/10-product/feature-spec-cli-onboarding-wizard.md b/docs/10-product/feature-spec-cli-onboarding-wizard.md
index ab41d7b3..c760c992 100644
--- a/docs/10-product/feature-spec-cli-onboarding-wizard.md
+++ b/docs/10-product/feature-spec-cli-onboarding-wizard.md
@@ -4,6 +4,8 @@ workbench:
workItems:
- TASK-0001
codeRefs: []
+ pathHistory: []
+ path: /docs/10-product/feature-spec-cli-onboarding-wizard.md
owner: platform
status: draft
updated: 2025-12-27
diff --git a/docs/10-product/feature-spec-terminal-ui.md b/docs/10-product/feature-spec-terminal-ui.md
index 8b13d12c..d7a079d7 100644
--- a/docs/10-product/feature-spec-terminal-ui.md
+++ b/docs/10-product/feature-spec-terminal-ui.md
@@ -6,6 +6,8 @@ workbench:
- TASK-0006
- TASK-0007
codeRefs: []
+ pathHistory: []
+ path: /docs/10-product/feature-spec-terminal-ui.md
owner: platform
status: draft
updated: 2025-12-30
diff --git a/docs/10-product/feature-spec-work-item-sync.md b/docs/10-product/feature-spec-work-item-sync.md
index f3b7d5c2..8d93e118 100644
--- a/docs/10-product/feature-spec-work-item-sync.md
+++ b/docs/10-product/feature-spec-work-item-sync.md
@@ -3,6 +3,8 @@ workbench:
type: spec
workItems: []
codeRefs: []
+ pathHistory: []
+ path: /docs/10-product/feature-spec-work-item-sync.md
owner: platform
status: draft
updated: 2025-12-27
diff --git a/docs/20-architecture/README.md b/docs/20-architecture/README.md
index fd67638b..f1d9f0bf 100644
--- a/docs/20-architecture/README.md
+++ b/docs/20-architecture/README.md
@@ -3,6 +3,8 @@ workbench:
type: guide
workItems: []
codeRefs: []
+ pathHistory: []
+ path: /docs/20-architecture/README.md
owner: platform
status: active
updated: 2025-12-27
diff --git a/docs/30-contracts/README.md b/docs/30-contracts/README.md
index c67207ba..4548d976 100644
--- a/docs/30-contracts/README.md
+++ b/docs/30-contracts/README.md
@@ -3,6 +3,8 @@ workbench:
type: doc
workItems: []
codeRefs: []
+ pathHistory: []
+ path: /docs/30-contracts/README.md
owner: platform
status: active
updated: 2025-12-27
diff --git a/docs/30-contracts/cli-help.md b/docs/30-contracts/cli-help.md
index 08c15132..41ad5c91 100644
--- a/docs/30-contracts/cli-help.md
+++ b/docs/30-contracts/cli-help.md
@@ -3,6 +3,8 @@ workbench:
type: doc
workItems: []
codeRefs: []
+ pathHistory: []
+ path: /docs/30-contracts/cli-help.md
owner: platform
status: active
updated: 2025-12-27
diff --git a/docs/30-contracts/workbench-capabilities.md b/docs/30-contracts/workbench-capabilities.md
index c5777c50..5f63f9da 100644
--- a/docs/30-contracts/workbench-capabilities.md
+++ b/docs/30-contracts/workbench-capabilities.md
@@ -3,6 +3,8 @@ workbench:
type: doc
workItems: []
codeRefs: []
+ pathHistory: []
+ path: /docs/30-contracts/workbench-capabilities.md
owner: platform
status: active
updated: 2025-12-29
diff --git a/docs/40-decisions/ADR-2025-12-27-cli-onboarding-wizard.md b/docs/40-decisions/ADR-2025-12-27-cli-onboarding-wizard.md
index b859a258..32f8f6d8 100644
--- a/docs/40-decisions/ADR-2025-12-27-cli-onboarding-wizard.md
+++ b/docs/40-decisions/ADR-2025-12-27-cli-onboarding-wizard.md
@@ -4,6 +4,8 @@ workbench:
workItems:
- TASK-0001
codeRefs: []
+ pathHistory: []
+ path: /docs/40-decisions/ADR-2025-12-27-cli-onboarding-wizard.md
owner: platform
status: accepted
updated: 2025-12-27
diff --git a/docs/40-decisions/ADR-2025-12-28-github-provider-abstraction-and-octokit.md b/docs/40-decisions/ADR-2025-12-28-github-provider-abstraction-and-octokit.md
index cbeb221f..cda843f2 100644
--- a/docs/40-decisions/ADR-2025-12-28-github-provider-abstraction-and-octokit.md
+++ b/docs/40-decisions/ADR-2025-12-28-github-provider-abstraction-and-octokit.md
@@ -3,6 +3,8 @@ workbench:
type: adr
workItems: []
codeRefs: []
+ pathHistory: []
+ path: /docs/40-decisions/ADR-2025-12-28-github-provider-abstraction-and-octokit.md
owner: platform
status: accepted
updated: 2025-12-28
diff --git a/docs/40-decisions/ADR-2025-12-30-terminal-ui-mode-in-cli-executable.md b/docs/40-decisions/ADR-2025-12-30-terminal-ui-mode-in-cli-executable.md
index 24efea1c..bbf734c0 100644
--- a/docs/40-decisions/ADR-2025-12-30-terminal-ui-mode-in-cli-executable.md
+++ b/docs/40-decisions/ADR-2025-12-30-terminal-ui-mode-in-cli-executable.md
@@ -6,6 +6,8 @@ workbench:
- TASK-0006
- TASK-0007
codeRefs: []
+ pathHistory: []
+ path: /docs/40-decisions/ADR-2025-12-30-terminal-ui-mode-in-cli-executable.md
owner: platform
status: accepted
updated: 2025-12-30
diff --git a/docs/40-decisions/README.md b/docs/40-decisions/README.md
index 50a0b44d..d1017beb 100644
--- a/docs/40-decisions/README.md
+++ b/docs/40-decisions/README.md
@@ -3,6 +3,8 @@ workbench:
type: doc
workItems: []
codeRefs: []
+ pathHistory: []
+ path: /docs/40-decisions/README.md
owner: platform
status: active
updated: 2025-12-27
diff --git a/docs/50-runbooks/README.md b/docs/50-runbooks/README.md
index a37e3e1d..4163a32b 100644
--- a/docs/50-runbooks/README.md
+++ b/docs/50-runbooks/README.md
@@ -3,6 +3,8 @@ workbench:
type: doc
workItems: []
codeRefs: []
+ pathHistory: []
+ path: /docs/50-runbooks/README.md
owner: platform
status: active
updated: 2025-12-27
diff --git a/docs/60-tracking/README.md b/docs/60-tracking/README.md
index 818cd423..2ed2d784 100644
--- a/docs/60-tracking/README.md
+++ b/docs/60-tracking/README.md
@@ -3,6 +3,8 @@ workbench:
type: doc
workItems: []
codeRefs: []
+ pathHistory: []
+ path: /docs/60-tracking/README.md
owner: platform
status: active
updated: 2025-12-27
diff --git a/docs/60-tracking/ai-change-notes.md b/docs/60-tracking/ai-change-notes.md
index 0365b9ea..60f2efbd 100644
--- a/docs/60-tracking/ai-change-notes.md
+++ b/docs/60-tracking/ai-change-notes.md
@@ -4,6 +4,8 @@ workbench:
workItems: []
codeRefs: []
changeNotes: []
+ pathHistory: []
+ path: /docs/60-tracking/ai-change-notes.md
owner: platform
status: draft
updated: 2025-12-27
diff --git a/docs/60-tracking/ai-work-item-generation.md b/docs/60-tracking/ai-work-item-generation.md
index dfa12eb0..f7c79ac1 100644
--- a/docs/60-tracking/ai-work-item-generation.md
+++ b/docs/60-tracking/ai-work-item-generation.md
@@ -4,6 +4,8 @@ workbench:
workItems: []
codeRefs: []
changeNotes: []
+ pathHistory: []
+ path: /docs/60-tracking/ai-work-item-generation.md
owner: platform
status: draft
updated: 2025-12-27
diff --git a/docs/60-tracking/workbench-gaps.md b/docs/60-tracking/workbench-gaps.md
index 96a81bc7..fbed6ffc 100644
--- a/docs/60-tracking/workbench-gaps.md
+++ b/docs/60-tracking/workbench-gaps.md
@@ -3,6 +3,8 @@ workbench:
type: doc
workItems: []
codeRefs: []
+ pathHistory: []
+ path: /docs/60-tracking/workbench-gaps.md
owner: platform
status: active
updated: 2025-12-27
diff --git a/docs/70-work/README.md b/docs/70-work/README.md
index cd84f662..4de82d64 100644
--- a/docs/70-work/README.md
+++ b/docs/70-work/README.md
@@ -3,6 +3,8 @@ workbench:
type: doc
workItems: []
codeRefs: []
+ pathHistory: []
+ path: /docs/70-work/README.md
owner: platform
status: active
updated: 2025-12-27
@@ -17,11 +19,12 @@ Work items and the day-to-day board for delivery.
Generated by `workbench nav sync --workboard`.
+
## Now (in-progress)
| Item | Priority | Type | Status | Owner | Issues | Related |
| --- | --- | --- | --- | --- | --- | --- |
-| [TASK-0011 - Add getting started tutorial and sample repo](items/TASK-0011-add-getting-started-tutorial-and-sample-repo.md) | 🟠 high | 🧩 task | 🟢 in-progress | platform | - | - |
+| [TASK-0011 - add getting started tutorial and sample repo](items/TASK-0011-add-getting-started-tutorial-and-sample-repo.md) | 🟠 high | 🧩 task | 🔵 in-progress | platform | [#588](https://github.com/incursa/workbench/issues/588) | - |
## Next (ready)
@@ -32,17 +35,18 @@ _None._
_None._
-Draft (backlog) (7)
+Draft (backlog) (8)
| Item | Priority | Type | Status | Owner | Issues | Related |
| --- | --- | --- | --- | --- | --- | --- |
| [TASK-0001 - Improve CLI onboarding help, init walkthrough, and run wizard](items/TASK-0001-improve-cli-onboarding-help-init-walkthrough-and-run-wizard.md) | 🟠 high | 🧩 task | 🟡 draft | platform | [#15](https://github.com/incursa/workbench/issues/15) | [feature-spec-cli-onboarding-wizard](../10-product/feature-spec-cli-onboarding-wizard.md), [ADR-2025-12-27-cli-onboarding-wizard](../40-decisions/ADR-2025-12-27-cli-onboarding-wizard.md) |
+| [TASK-0010 - create public launch landing and messaging kit](items/TASK-0010-create-public-launch-landing-and-messaging-kit.md) | 🟠 high | 🧩 task | 🟡 draft | platform | [#593](https://github.com/incursa/workbench/issues/593) | [workbench-public-release](../00-overview/workbench-public-release.md) |
| [TASK-0003 - Validate work item status values](items/TASK-0003-validate-work-item-status-values.md) | 🟡 medium | 🧩 task | 🟡 draft | platform | [#14](https://github.com/incursa/workbench/issues/14) | - |
| [TASK-0004 - Plan repo structure cleanup (reduce large files, improve navigation)](items/TASK-0004-plan-repo-structure-cleanup.md) | 🟡 medium | 🧩 task | 🟡 draft | platform | [#19](https://github.com/incursa/workbench/issues/19) | - |
-| [TASK-0010 - Create public launch landing and messaging kit](items/TASK-0010-create-public-launch-landing-and-messaging-kit.md) | 🟠 high | 🧩 task | 🟡 draft | platform | - | - |
-| [TASK-0012 - Produce demo assets for public release](items/TASK-0012-produce-demo-assets-for-public-release.md) | 🟡 medium | 🧩 task | 🟡 draft | platform | - | - |
-| [TASK-0013 - Define release packaging and distribution](items/TASK-0013-define-release-packaging-and-distribution.md) | 🟡 medium | 🧩 task | 🟡 draft | platform | - | - |
-| [TASK-0014 - Add case studies and proof points](items/TASK-0014-add-case-studies-and-proof-points.md) | 🟡 medium | 🧩 task | 🟡 draft | platform | - | - |
+| [TASK-0007 - Build TUI MVP with command preview and dry-run](items/TASK-0007-build-tui-mvp-with-command-preview-and-dry-run.md) | 🟡 medium | 🧩 task | 🟡 draft | platform | [#589](https://github.com/incursa/workbench/issues/589) | [feature-spec-terminal-ui](../10-product/feature-spec-terminal-ui.md), [ADR-2025-12-30-terminal-ui-mode-in-cli-executable](../40-decisions/ADR-2025-12-30-terminal-ui-mode-in-cli-executable.md) |
+| [TASK-0012 - produce demo assets for public release](items/TASK-0012-produce-demo-assets-for-public-release.md) | 🟡 medium | 🧩 task | 🟡 draft | platform | [#590](https://github.com/incursa/workbench/issues/590) | - |
+| [TASK-0013 - define release packaging and distribution](items/TASK-0013-define-release-packaging-and-distribution.md) | 🟡 medium | 🧩 task | 🟡 draft | platform | [#592](https://github.com/incursa/workbench/issues/592) | - |
+| [TASK-0014 - add case studies and proof points](items/TASK-0014-add-case-studies-and-proof-points.md) | 🟡 medium | 🧩 task | 🟡 draft | platform | [#591](https://github.com/incursa/workbench/issues/591) | - |
@@ -68,13 +72,17 @@ Generated by `workbench nav sync`.
### Active items
| Item | Status | GitHub | Issues | Related |
| --- | --- | --- | --- | --- |
+| [TASK-0011 - add getting started tutorial and sample repo](items/TASK-0011-add-getting-started-tutorial-and-sample-repo.md) | 🔵 in-progress | [view](https://github.com/incursa/workbench/blob/main/docs/70-work/items/TASK-0011-add-getting-started-tutorial-and-sample-repo.md) | [#588](https://github.com/incursa/workbench/issues/588) | - |
| [TASK-0001 - Improve CLI onboarding help, init walkthrough, and run wizard](items/TASK-0001-improve-cli-onboarding-help-init-walkthrough-and-run-wizard.md) | 🟡 draft | [view](https://github.com/incursa/workbench/blob/main/docs/70-work/items/TASK-0001-improve-cli-onboarding-help-init-walkthrough-and-run-wizard.md) | [#15](https://github.com/incursa/workbench/issues/15) | [Feature Spec: CLI Onboarding, Init Walkthrough, and Wizard Mode](../10-product/feature-spec-cli-onboarding-wizard.md), [ADR-2025-12-27: CLI onboarding flow with init + run wizard](../40-decisions/ADR-2025-12-27-cli-onboarding-wizard.md) |
| [TASK-0003 - Validate work item status values](items/TASK-0003-validate-work-item-status-values.md) | 🟡 draft | [view](https://github.com/incursa/workbench/blob/main/docs/70-work/items/TASK-0003-validate-work-item-status-values.md) | [#14](https://github.com/incursa/workbench/issues/14) | - |
| [TASK-0004 - Plan repo structure cleanup (reduce large files, improve navigation)](items/TASK-0004-plan-repo-structure-cleanup.md) | 🟡 draft | [view](https://github.com/incursa/workbench/blob/main/docs/70-work/items/TASK-0004-plan-repo-structure-cleanup.md) | [#19](https://github.com/incursa/workbench/issues/19) | - |
-| [TASK-0010 - Create public launch landing and messaging kit](items/TASK-0010-create-public-launch-landing-and-messaging-kit.md) | 🟡 draft | [view](https://github.com/incursa/workbench/blob/main/docs/70-work/items/TASK-0010-create-public-launch-landing-and-messaging-kit.md) | - | - |
-| [TASK-0011 - Add getting started tutorial and sample repo](items/TASK-0011-add-getting-started-tutorial-and-sample-repo.md) | 🟢 in-progress | [view](https://github.com/incursa/workbench/blob/main/docs/70-work/items/TASK-0011-add-getting-started-tutorial-and-sample-repo.md) | - | - |
-| [TASK-0012 - Produce demo assets for public release](items/TASK-0012-produce-demo-assets-for-public-release.md) | 🟡 draft | [view](https://github.com/incursa/workbench/blob/main/docs/70-work/items/TASK-0012-produce-demo-assets-for-public-release.md) | - | - |
-| [TASK-0013 - Define release packaging and distribution](items/TASK-0013-define-release-packaging-and-distribution.md) | 🟡 draft | [view](https://github.com/incursa/workbench/blob/main/docs/70-work/items/TASK-0013-define-release-packaging-and-distribution.md) | - | - |
-| [TASK-0014 - Add case studies and proof points](items/TASK-0014-add-case-studies-and-proof-points.md) | 🟡 draft | [view](https://github.com/incursa/workbench/blob/main/docs/70-work/items/TASK-0014-add-case-studies-and-proof-points.md) | - | - |
+| [TASK-0007 - Build TUI MVP with command preview and dry-run](items/TASK-0007-build-tui-mvp-with-command-preview-and-dry-run.md) | 🟡 draft | [view](https://github.com/incursa/workbench/blob/main/docs/70-work/items/TASK-0007-build-tui-mvp-with-command-preview-and-dry-run.md) | [#589](https://github.com/incursa/workbench/issues/589) | [Feature Spec: Terminal UI Mode](../10-product/feature-spec-terminal-ui.md), [ADR-2025-12-30: Terminal UI mode in CLI executable](../40-decisions/ADR-2025-12-30-terminal-ui-mode-in-cli-executable.md) |
+| [TASK-0010 - create public launch landing and messaging kit](items/TASK-0010-create-public-launch-landing-and-messaging-kit.md) | 🟡 draft | [view](https://github.com/incursa/workbench/blob/main/docs/70-work/items/TASK-0010-create-public-launch-landing-and-messaging-kit.md) | [#593](https://github.com/incursa/workbench/issues/593) | [Workbench, the calm command line for work that actually ships](../00-overview/workbench-public-release.md) |
+| [TASK-0012 - produce demo assets for public release](items/TASK-0012-produce-demo-assets-for-public-release.md) | 🟡 draft | [view](https://github.com/incursa/workbench/blob/main/docs/70-work/items/TASK-0012-produce-demo-assets-for-public-release.md) | [#590](https://github.com/incursa/workbench/issues/590) | - |
+| [TASK-0013 - define release packaging and distribution](items/TASK-0013-define-release-packaging-and-distribution.md) | 🟡 draft | [view](https://github.com/incursa/workbench/blob/main/docs/70-work/items/TASK-0013-define-release-packaging-and-distribution.md) | [#592](https://github.com/incursa/workbench/issues/592) | - |
+| [TASK-0014 - add case studies and proof points](items/TASK-0014-add-case-studies-and-proof-points.md) | 🟡 draft | [view](https://github.com/incursa/workbench/blob/main/docs/70-work/items/TASK-0014-add-case-studies-and-proof-points.md) | [#591](https://github.com/incursa/workbench/issues/591) | - |
| [TASK-0002 - Sync work items with GitHub issues and branches](items/TASK-0002-promote-existing-work-items-to-github-issues.md) | ✅ done | [view](https://github.com/incursa/workbench/blob/main/docs/70-work/items/TASK-0002-promote-existing-work-items-to-github-issues.md) | - | [Feature Spec: Work Item Sync (GitHub Issues + Branches)](../10-product/feature-spec-work-item-sync.md) |
+| [TASK-0005 - Plan terminal UI mode](items/TASK-0005-plan-terminal-ui-mode.md) | ✅ done | [view](https://github.com/incursa/workbench/blob/main/docs/70-work/items/TASK-0005-plan-terminal-ui-mode.md) | [#21](https://github.com/incursa/workbench/issues/21) | [Feature Spec: Terminal UI Mode](../10-product/feature-spec-terminal-ui.md), [ADR-2025-12-30: Terminal UI mode in CLI executable](../40-decisions/ADR-2025-12-30-terminal-ui-mode-in-cli-executable.md) |
+| [TASK-0006 - Implement shared core and CLI/TUI split](items/TASK-0006-implement-shared-core-and-clitui-split.md) | ✅ done | [view](https://github.com/incursa/workbench/blob/main/docs/70-work/items/TASK-0006-implement-shared-core-and-clitui-split.md) | [#22](https://github.com/incursa/workbench/issues/22) | [Feature Spec: Terminal UI Mode](../10-product/feature-spec-terminal-ui.md), [ADR-2025-12-30: Terminal UI mode in CLI executable](../40-decisions/ADR-2025-12-30-terminal-ui-mode-in-cli-executable.md) |
+| [ - README](items/README.md) | ❔ unknown | [view](https://github.com/incursa/workbench/blob/main/docs/70-work/items/README.md) | - | - |
diff --git a/docs/70-work/done/README.md b/docs/70-work/done/README.md
index 34877c54..856c88e3 100644
--- a/docs/70-work/done/README.md
+++ b/docs/70-work/done/README.md
@@ -1,3 +1,12 @@
+---
+workbench:
+ type: doc
+ workItems: []
+ codeRefs: []
+ pathHistory: []
+ path: /docs/70-work/done/README.md
+---
+
# Done
Completed work items live here once closed.
diff --git a/docs/70-work/items/README.md b/docs/70-work/items/README.md
index d87ef3a6..9093ee0b 100644
--- a/docs/70-work/items/README.md
+++ b/docs/70-work/items/README.md
@@ -1,3 +1,20 @@
+---
+workbench:
+ type: doc
+ workItems: []
+ codeRefs: []
+ pathHistory: []
+ path: /docs/70-work/items/README.md
+tags: []
+related:
+ specs: []
+ adrs: []
+ files: []
+ prs: []
+ issues: []
+ branches: []
+---
+
# Items
Active work items live here as Markdown files named `-.md`.
diff --git a/docs/70-work/items/TASK-0001-improve-cli-onboarding-help-init-walkthrough-and-run-wizard.md b/docs/70-work/items/TASK-0001-improve-cli-onboarding-help-init-walkthrough-and-run-wizard.md
index 1f34e279..549a7681 100644
--- a/docs/70-work/items/TASK-0001-improve-cli-onboarding-help-init-walkthrough-and-run-wizard.md
+++ b/docs/70-work/items/TASK-0001-improve-cli-onboarding-help-init-walkthrough-and-run-wizard.md
@@ -19,6 +19,13 @@ related:
branches:
- TASK-0001-improve-cli-onboarding-help-init-walkthrough-and-run-wizard
title: "Improve CLI onboarding help, init walkthrough, and run wizard"
+githubSynced: "2026-02-19T04:22:34Z"
+workbench:
+ type: doc
+ workItems: []
+ codeRefs: []
+ pathHistory: []
+ path: /docs/70-work/items/TASK-0001-improve-cli-onboarding-help-init-walkthrough-and-run-wizard.md
---
# TASK-0001 - Improve CLI onboarding help, init walkthrough, and run wizard
diff --git a/docs/70-work/items/TASK-0002-promote-existing-work-items-to-github-issues.md b/docs/70-work/items/TASK-0002-promote-existing-work-items-to-github-issues.md
index ca041c3f..a7010c57 100644
--- a/docs/70-work/items/TASK-0002-promote-existing-work-items-to-github-issues.md
+++ b/docs/70-work/items/TASK-0002-promote-existing-work-items-to-github-issues.md
@@ -16,6 +16,12 @@ related:
issues: []
branches: []
title: Sync work items with GitHub issues and branches
+workbench:
+ type: doc
+ workItems: []
+ codeRefs: []
+ pathHistory: []
+ path: /docs/70-work/items/TASK-0002-promote-existing-work-items-to-github-issues.md
---
# TASK-0002 - Sync work items with GitHub issues and branches
diff --git a/docs/70-work/items/TASK-0003-validate-work-item-status-values.md b/docs/70-work/items/TASK-0003-validate-work-item-status-values.md
index ab06df89..731eac0b 100644
--- a/docs/70-work/items/TASK-0003-validate-work-item-status-values.md
+++ b/docs/70-work/items/TASK-0003-validate-work-item-status-values.md
@@ -17,6 +17,12 @@ related:
branches:
- TASK-0003-validate-work-item-status-values
title: Validate work item status values
+workbench:
+ type: doc
+ workItems: []
+ codeRefs: []
+ pathHistory: []
+ path: /docs/70-work/items/TASK-0003-validate-work-item-status-values.md
---
# TASK-0003 - Validate work item status values
diff --git a/docs/70-work/items/TASK-0004-plan-repo-structure-cleanup.md b/docs/70-work/items/TASK-0004-plan-repo-structure-cleanup.md
index d73e6a0c..f519f6a6 100644
--- a/docs/70-work/items/TASK-0004-plan-repo-structure-cleanup.md
+++ b/docs/70-work/items/TASK-0004-plan-repo-structure-cleanup.md
@@ -16,6 +16,12 @@ related:
- "https://github.com/incursa/workbench/issues/19"
branches: []
title: "Plan repo structure cleanup (reduce large files, improve navigation)"
+workbench:
+ type: doc
+ workItems: []
+ codeRefs: []
+ pathHistory: []
+ path: /docs/70-work/items/TASK-0004-plan-repo-structure-cleanup.md
---
# TASK-0004 - Plan repo structure cleanup (reduce large files, improve navigation)
diff --git a/docs/70-work/items/TASK-0005-plan-terminal-ui-mode.md b/docs/70-work/items/TASK-0005-plan-terminal-ui-mode.md
index 7c980a31..80fabc42 100644
--- a/docs/70-work/items/TASK-0005-plan-terminal-ui-mode.md
+++ b/docs/70-work/items/TASK-0005-plan-terminal-ui-mode.md
@@ -20,6 +20,12 @@ related:
branches:
- work/TASK-0005-plan-terminal-ui-mode
title: Plan terminal UI mode
+workbench:
+ type: doc
+ workItems: []
+ codeRefs: []
+ pathHistory: []
+ path: /docs/70-work/items/TASK-0005-plan-terminal-ui-mode.md
---
# TASK-0005 - Plan terminal UI mode
diff --git a/docs/70-work/items/TASK-0006-implement-shared-core-and-clitui-split.md b/docs/70-work/items/TASK-0006-implement-shared-core-and-clitui-split.md
index 0c1c6bdc..93ba5068 100644
--- a/docs/70-work/items/TASK-0006-implement-shared-core-and-clitui-split.md
+++ b/docs/70-work/items/TASK-0006-implement-shared-core-and-clitui-split.md
@@ -20,6 +20,12 @@ related:
branches:
- work/TASK-0006-implement-shared-core-and-clitui-split
title: Implement shared core and CLI/TUI split
+workbench:
+ type: doc
+ workItems: []
+ codeRefs: []
+ pathHistory: []
+ path: /docs/70-work/items/TASK-0006-implement-shared-core-and-clitui-split.md
---
# TASK-0006 - Implement shared core and CLI/TUI split
diff --git a/docs/70-work/items/TASK-0007-build-tui-mvp-with-command-preview-and-dry-run.md b/docs/70-work/items/TASK-0007-build-tui-mvp-with-command-preview-and-dry-run.md
index e3f85e07..e9df3cd0 100644
--- a/docs/70-work/items/TASK-0007-build-tui-mvp-with-command-preview-and-dry-run.md
+++ b/docs/70-work/items/TASK-0007-build-tui-mvp-with-command-preview-and-dry-run.md
@@ -6,7 +6,7 @@ priority: medium
owner: platform
created: 2025-12-30
updated: null
-githubSynced: null
+githubSynced: "2026-02-19T04:22:35Z"
tags: []
related:
specs:
@@ -15,9 +15,16 @@ related:
- /docs/40-decisions/ADR-2025-12-30-terminal-ui-mode-in-cli-executable.md
files: []
prs: []
- issues: []
+ issues:
+ - "https://github.com/incursa/workbench/issues/589"
branches: []
title: Build TUI MVP with command preview and dry-run
+workbench:
+ type: doc
+ workItems: []
+ codeRefs: []
+ pathHistory: []
+ path: /docs/70-work/items/TASK-0007-build-tui-mvp-with-command-preview-and-dry-run.md
---
# TASK-0007 - Build TUI MVP with command preview and dry-run
diff --git a/docs/70-work/items/TASK-0010-create-public-launch-landing-and-messaging-kit.md b/docs/70-work/items/TASK-0010-create-public-launch-landing-and-messaging-kit.md
index 8e727f62..0db070cb 100644
--- a/docs/70-work/items/TASK-0010-create-public-launch-landing-and-messaging-kit.md
+++ b/docs/70-work/items/TASK-0010-create-public-launch-landing-and-messaging-kit.md
@@ -6,7 +6,7 @@ priority: high
owner: platform
created: 2026-01-01
updated: null
-githubSynced: null
+githubSynced: "2026-02-19T04:22:36Z"
tags:
- launch
- marketing
@@ -16,8 +16,15 @@ related:
files:
- /docs/00-overview/workbench-public-release.md
prs: []
- issues: []
+ issues:
+ - "https://github.com/incursa/workbench/issues/593"
branches: []
+workbench:
+ type: doc
+ workItems: []
+ codeRefs: []
+ pathHistory: []
+ path: /docs/70-work/items/TASK-0010-create-public-launch-landing-and-messaging-kit.md
---
# TASK-0010 - Create public launch landing and messaging kit
diff --git a/docs/70-work/items/TASK-0011-add-getting-started-tutorial-and-sample-repo.md b/docs/70-work/items/TASK-0011-add-getting-started-tutorial-and-sample-repo.md
index 9482e4fa..3a521a39 100644
--- a/docs/70-work/items/TASK-0011-add-getting-started-tutorial-and-sample-repo.md
+++ b/docs/70-work/items/TASK-0011-add-getting-started-tutorial-and-sample-repo.md
@@ -6,7 +6,7 @@ priority: high
owner: platform
created: 2026-01-01
updated: 2026-01-01
-githubSynced: null
+githubSynced: "2026-02-19T04:22:35Z"
tags:
- docs
- onboarding
@@ -15,8 +15,15 @@ related:
adrs: []
files: []
prs: []
- issues: []
+ issues:
+ - "https://github.com/incursa/workbench/issues/588"
branches: []
+workbench:
+ type: doc
+ workItems: []
+ codeRefs: []
+ pathHistory: []
+ path: /docs/70-work/items/TASK-0011-add-getting-started-tutorial-and-sample-repo.md
---
# TASK-0011 - Add getting started tutorial and sample repo
diff --git a/docs/70-work/items/TASK-0012-produce-demo-assets-for-public-release.md b/docs/70-work/items/TASK-0012-produce-demo-assets-for-public-release.md
index 9a44e694..f59c2240 100644
--- a/docs/70-work/items/TASK-0012-produce-demo-assets-for-public-release.md
+++ b/docs/70-work/items/TASK-0012-produce-demo-assets-for-public-release.md
@@ -6,7 +6,7 @@ priority: medium
owner: platform
created: 2026-01-01
updated: null
-githubSynced: null
+githubSynced: "2026-02-19T04:22:35Z"
tags:
- launch
- docs
@@ -15,8 +15,15 @@ related:
adrs: []
files: []
prs: []
- issues: []
+ issues:
+ - "https://github.com/incursa/workbench/issues/590"
branches: []
+workbench:
+ type: doc
+ workItems: []
+ codeRefs: []
+ pathHistory: []
+ path: /docs/70-work/items/TASK-0012-produce-demo-assets-for-public-release.md
---
# TASK-0012 - Produce demo assets for public release
diff --git a/docs/70-work/items/TASK-0013-define-release-packaging-and-distribution.md b/docs/70-work/items/TASK-0013-define-release-packaging-and-distribution.md
index 1423b743..dce08223 100644
--- a/docs/70-work/items/TASK-0013-define-release-packaging-and-distribution.md
+++ b/docs/70-work/items/TASK-0013-define-release-packaging-and-distribution.md
@@ -6,7 +6,7 @@ priority: medium
owner: platform
created: 2026-01-01
updated: null
-githubSynced: null
+githubSynced: "2026-02-19T04:22:36Z"
tags:
- release
- tooling
@@ -15,8 +15,15 @@ related:
adrs: []
files: []
prs: []
- issues: []
+ issues:
+ - "https://github.com/incursa/workbench/issues/592"
branches: []
+workbench:
+ type: doc
+ workItems: []
+ codeRefs: []
+ pathHistory: []
+ path: /docs/70-work/items/TASK-0013-define-release-packaging-and-distribution.md
---
# TASK-0013 - Define release packaging and distribution
diff --git a/docs/70-work/items/TASK-0014-add-case-studies-and-proof-points.md b/docs/70-work/items/TASK-0014-add-case-studies-and-proof-points.md
index 99bf7bf6..681bd10e 100644
--- a/docs/70-work/items/TASK-0014-add-case-studies-and-proof-points.md
+++ b/docs/70-work/items/TASK-0014-add-case-studies-and-proof-points.md
@@ -6,7 +6,7 @@ priority: medium
owner: platform
created: 2026-01-01
updated: null
-githubSynced: null
+githubSynced: "2026-02-19T04:22:36Z"
tags:
- launch
- docs
@@ -15,8 +15,15 @@ related:
adrs: []
files: []
prs: []
- issues: []
+ issues:
+ - "https://github.com/incursa/workbench/issues/591"
branches: []
+workbench:
+ type: doc
+ workItems: []
+ codeRefs: []
+ pathHistory: []
+ path: /docs/70-work/items/TASK-0014-add-case-studies-and-proof-points.md
---
# TASK-0014 - Add case studies and proof points
diff --git a/docs/70-work/templates/README.md b/docs/70-work/templates/README.md
index 5dca16fb..651d80ed 100644
--- a/docs/70-work/templates/README.md
+++ b/docs/70-work/templates/README.md
@@ -1,3 +1,12 @@
+---
+workbench:
+ type: doc
+ workItems: []
+ codeRefs: []
+ pathHistory: []
+ path: /docs/70-work/templates/README.md
+---
+
# Templates
Work item templates used by `workbench item new`.
diff --git a/docs/70-work/templates/work-item.bug.md b/docs/70-work/templates/work-item.bug.md
index d6c07bf5..b21ee87b 100644
--- a/docs/70-work/templates/work-item.bug.md
+++ b/docs/70-work/templates/work-item.bug.md
@@ -15,6 +15,12 @@ related:
prs: []
issues: []
branches: []
+workbench:
+ type: doc
+ workItems: []
+ codeRefs: []
+ pathHistory: []
+ path: /docs/70-work/templates/work-item.bug.md
---
# BUG-0000 -
diff --git a/docs/70-work/templates/work-item.spike.md b/docs/70-work/templates/work-item.spike.md
index 91efc356..a54bfb35 100644
--- a/docs/70-work/templates/work-item.spike.md
+++ b/docs/70-work/templates/work-item.spike.md
@@ -15,6 +15,12 @@ related:
prs: []
issues: []
branches: []
+workbench:
+ type: doc
+ workItems: []
+ codeRefs: []
+ pathHistory: []
+ path: /docs/70-work/templates/work-item.spike.md
---
# SPIKE-0000 -
diff --git a/docs/70-work/templates/work-item.task.md b/docs/70-work/templates/work-item.task.md
index ce4b577e..190d07ba 100644
--- a/docs/70-work/templates/work-item.task.md
+++ b/docs/70-work/templates/work-item.task.md
@@ -15,6 +15,12 @@ related:
prs: []
issues: []
branches: []
+workbench:
+ type: doc
+ workItems: []
+ codeRefs: []
+ pathHistory: []
+ path: /docs/70-work/templates/work-item.task.md
---
# TASK-0000 -
diff --git a/docs/README.md b/docs/README.md
index 36544c17..87f93cd4 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -3,6 +3,8 @@ workbench:
type: doc
workItems: []
codeRefs: []
+ pathHistory: []
+ path: /docs/README.md
owner: platform
status: active
updated: 2025-12-27
@@ -36,8 +38,8 @@ Generated by `workbench nav sync`.
### 00-overview
| Doc | Type | Status | GitHub | Work Items |
| --- | --- | --- | --- | --- |
-| [Incursa Workbench - Specification (v0.1)](00-overview/workbench-spec.md) | 📄 doc | 🟢 active | [view](https://github.com/incursa/workbench/blob/main/docs/00-overview/workbench-spec.md) | - |
| [Documentation structure](00-overview/documentation-structure.md) | 📄 doc | 🟢 active | [view](https://github.com/incursa/workbench/blob/main/docs/00-overview/documentation-structure.md) | - |
+| [Incursa Workbench - Specification (v0.1)](00-overview/workbench-spec.md) | 📄 doc | 🟢 active | [view](https://github.com/incursa/workbench/blob/main/docs/00-overview/workbench-spec.md) | - |
| [Overview](00-overview/README.md) | 📄 doc | 🟢 active | [view](https://github.com/incursa/workbench/blob/main/docs/00-overview/README.md) | - |
| [Workbench, the calm command line for work that actually ships](00-overview/workbench-public-release.md) | 📄 doc | 🟡 draft | [view](https://github.com/incursa/workbench/blob/main/docs/00-overview/workbench-public-release.md) | - |
@@ -45,6 +47,7 @@ Generated by `workbench nav sync`.
| Doc | Type | Status | GitHub | Work Items |
| --- | --- | --- | --- | --- |
| [Feature Spec: CLI Onboarding, Init Walkthrough, and Wizard Mode](10-product/feature-spec-cli-onboarding-wizard.md) | 🧭 spec | 🟡 draft | [view](https://github.com/incursa/workbench/blob/main/docs/10-product/feature-spec-cli-onboarding-wizard.md) | [TASK-0001](70-work/items/TASK-0001-improve-cli-onboarding-help-init-walkthrough-and-run-wizard.md)
Improve CLI onboarding help, init walkthrough, and run wizard |
+| [Feature Spec: Terminal UI Mode](10-product/feature-spec-terminal-ui.md) | 🧭 spec | 🟡 draft | [view](https://github.com/incursa/workbench/blob/main/docs/10-product/feature-spec-terminal-ui.md) | [TASK-0005](70-work/items/TASK-0005-plan-terminal-ui-mode.md)
Plan terminal UI mode
[TASK-0006](70-work/items/TASK-0006-implement-shared-core-and-clitui-split.md)
Implement shared core and CLI/TUI split
[TASK-0007](70-work/items/TASK-0007-build-tui-mvp-with-command-preview-and-dry-run.md)
Build TUI MVP with command preview and dry-run |
| [Feature Spec: Work Item Sync (GitHub Issues + Branches)](10-product/feature-spec-work-item-sync.md) | 🧭 spec | 🟡 draft | [view](https://github.com/incursa/workbench/blob/main/docs/10-product/feature-spec-work-item-sync.md) | - |
| [Product](10-product/README.md) | 📄 doc | 🟢 active | [view](https://github.com/incursa/workbench/blob/main/docs/10-product/README.md) | - |
@@ -65,6 +68,7 @@ Generated by `workbench nav sync`.
| --- | --- | --- | --- | --- |
| [ADR-2025-12-27: CLI onboarding flow with init + run wizard](40-decisions/ADR-2025-12-27-cli-onboarding-wizard.md) | 📘 adr | ✅ accepted | [view](https://github.com/incursa/workbench/blob/main/docs/40-decisions/ADR-2025-12-27-cli-onboarding-wizard.md) | [TASK-0001](70-work/items/TASK-0001-improve-cli-onboarding-help-init-walkthrough-and-run-wizard.md)
Improve CLI onboarding help, init walkthrough, and run wizard |
| [ADR-2025-12-28: GitHub provider abstraction with Octokit default](40-decisions/ADR-2025-12-28-github-provider-abstraction-and-octokit.md) | 📘 adr | ✅ accepted | [view](https://github.com/incursa/workbench/blob/main/docs/40-decisions/ADR-2025-12-28-github-provider-abstraction-and-octokit.md) | - |
+| [ADR-2025-12-30: Terminal UI mode in CLI executable](40-decisions/ADR-2025-12-30-terminal-ui-mode-in-cli-executable.md) | 📘 adr | ✅ accepted | [view](https://github.com/incursa/workbench/blob/main/docs/40-decisions/ADR-2025-12-30-terminal-ui-mode-in-cli-executable.md) | [TASK-0005](70-work/items/TASK-0005-plan-terminal-ui-mode.md)
Plan terminal UI mode
[TASK-0006](70-work/items/TASK-0006-implement-shared-core-and-clitui-split.md)
Implement shared core and CLI/TUI split
[TASK-0007](70-work/items/TASK-0007-build-tui-mvp-with-command-preview-and-dry-run.md)
Build TUI MVP with command preview and dry-run |
| [Decisions](40-decisions/README.md) | 📄 doc | 🟢 active | [view](https://github.com/incursa/workbench/blob/main/docs/40-decisions/README.md) | - |
### 50-runbooks
@@ -80,6 +84,29 @@ Generated by `workbench nav sync`.
| [Tracking](60-tracking/README.md) | 📄 doc | 🟢 active | [view](https://github.com/incursa/workbench/blob/main/docs/60-tracking/README.md) | - |
| [Workbench Gaps And TODOs](60-tracking/workbench-gaps.md) | 📄 doc | 🟢 active | [view](https://github.com/incursa/workbench/blob/main/docs/60-tracking/workbench-gaps.md) | - |
+### 70-work
+| Doc | Type | Status | GitHub | Work Items |
+| --- | --- | --- | --- | --- |
+| [BUG-0000 - ](70-work/templates/work-item.bug.md) | 📄 doc | 🟡 draft | [view](https://github.com/incursa/workbench/blob/main/docs/70-work/templates/work-item.bug.md) | - |
+| [Done](70-work/done/README.md) | 📄 doc | unknown | [view](https://github.com/incursa/workbench/blob/main/docs/70-work/done/README.md) | - |
+| [Items](70-work/items/README.md) | 📄 doc | unknown | [view](https://github.com/incursa/workbench/blob/main/docs/70-work/items/README.md) | - |
+| [SPIKE-0000 - ](70-work/templates/work-item.spike.md) | 📄 doc | 🟡 draft | [view](https://github.com/incursa/workbench/blob/main/docs/70-work/templates/work-item.spike.md) | - |
+| [TASK-0000 - ](70-work/templates/work-item.task.md) | 📄 doc | 🟡 draft | [view](https://github.com/incursa/workbench/blob/main/docs/70-work/templates/work-item.task.md) | - |
+| [TASK-0001 - Improve CLI onboarding help, init walkthrough, and run wizard](70-work/items/TASK-0001-improve-cli-onboarding-help-init-walkthrough-and-run-wizard.md) | 📄 doc | 🟡 draft | [view](https://github.com/incursa/workbench/blob/main/docs/70-work/items/TASK-0001-improve-cli-onboarding-help-init-walkthrough-and-run-wizard.md) | - |
+| [TASK-0002 - Sync work items with GitHub issues and branches](70-work/items/TASK-0002-promote-existing-work-items-to-github-issues.md) | 📄 doc | ✅ done | [view](https://github.com/incursa/workbench/blob/main/docs/70-work/items/TASK-0002-promote-existing-work-items-to-github-issues.md) | - |
+| [TASK-0003 - Validate work item status values](70-work/items/TASK-0003-validate-work-item-status-values.md) | 📄 doc | 🟡 draft | [view](https://github.com/incursa/workbench/blob/main/docs/70-work/items/TASK-0003-validate-work-item-status-values.md) | - |
+| [TASK-0004 - Plan repo structure cleanup (reduce large files, improve navigation)](70-work/items/TASK-0004-plan-repo-structure-cleanup.md) | 📄 doc | 🟡 draft | [view](https://github.com/incursa/workbench/blob/main/docs/70-work/items/TASK-0004-plan-repo-structure-cleanup.md) | - |
+| [TASK-0005 - Plan terminal UI mode](70-work/items/TASK-0005-plan-terminal-ui-mode.md) | 📄 doc | ✅ done | [view](https://github.com/incursa/workbench/blob/main/docs/70-work/items/TASK-0005-plan-terminal-ui-mode.md) | - |
+| [TASK-0006 - Implement shared core and CLI/TUI split](70-work/items/TASK-0006-implement-shared-core-and-clitui-split.md) | 📄 doc | ✅ done | [view](https://github.com/incursa/workbench/blob/main/docs/70-work/items/TASK-0006-implement-shared-core-and-clitui-split.md) | - |
+| [TASK-0007 - Build TUI MVP with command preview and dry-run](70-work/items/TASK-0007-build-tui-mvp-with-command-preview-and-dry-run.md) | 📄 doc | 🟡 draft | [view](https://github.com/incursa/workbench/blob/main/docs/70-work/items/TASK-0007-build-tui-mvp-with-command-preview-and-dry-run.md) | - |
+| [TASK-0010 - Create public launch landing and messaging kit](70-work/items/TASK-0010-create-public-launch-landing-and-messaging-kit.md) | 📄 doc | 🟡 draft | [view](https://github.com/incursa/workbench/blob/main/docs/70-work/items/TASK-0010-create-public-launch-landing-and-messaging-kit.md) | - |
+| [TASK-0011 - Add getting started tutorial and sample repo](70-work/items/TASK-0011-add-getting-started-tutorial-and-sample-repo.md) | 📄 doc | in-progress | [view](https://github.com/incursa/workbench/blob/main/docs/70-work/items/TASK-0011-add-getting-started-tutorial-and-sample-repo.md) | - |
+| [TASK-0012 - Produce demo assets for public release](70-work/items/TASK-0012-produce-demo-assets-for-public-release.md) | 📄 doc | 🟡 draft | [view](https://github.com/incursa/workbench/blob/main/docs/70-work/items/TASK-0012-produce-demo-assets-for-public-release.md) | - |
+| [TASK-0013 - Define release packaging and distribution](70-work/items/TASK-0013-define-release-packaging-and-distribution.md) | 📄 doc | 🟡 draft | [view](https://github.com/incursa/workbench/blob/main/docs/70-work/items/TASK-0013-define-release-packaging-and-distribution.md) | - |
+| [TASK-0014 - Add case studies and proof points](70-work/items/TASK-0014-add-case-studies-and-proof-points.md) | 📄 doc | 🟡 draft | [view](https://github.com/incursa/workbench/blob/main/docs/70-work/items/TASK-0014-add-case-studies-and-proof-points.md) | - |
+| [Templates](70-work/templates/README.md) | 📄 doc | unknown | [view](https://github.com/incursa/workbench/blob/main/docs/70-work/templates/README.md) | - |
+| [Work](70-work/README.md) | 📄 doc | 🟢 active | [view](https://github.com/incursa/workbench/blob/main/docs/70-work/README.md) | - |
+
### Root
| Doc | Type | Status | GitHub | Work Items |
| --- | --- | --- | --- | --- |
diff --git a/docs/commands.md b/docs/commands.md
index 22c3ee38..6e052f30 100644
--- a/docs/commands.md
+++ b/docs/commands.md
@@ -3,6 +3,8 @@ workbench:
type: doc
workItems: []
codeRefs: []
+ pathHistory: []
+ path: /docs/commands.md
owner: platform
status: active
updated: 2025-12-27
diff --git a/docs/templates/README.md b/docs/templates/README.md
index 2c939d59..7050eb38 100644
--- a/docs/templates/README.md
+++ b/docs/templates/README.md
@@ -3,7 +3,9 @@ workbench:
type: doc
workItems: []
codeRefs: []
-owner:
+ pathHistory: []
+ path: /docs/templates/README.md
+owner: ""
status: template
updated: 0000-00-00
---
diff --git a/docs/templates/adr.md b/docs/templates/adr.md
index 24e71898..6e54f276 100644
--- a/docs/templates/adr.md
+++ b/docs/templates/adr.md
@@ -3,7 +3,9 @@ workbench:
type: adr
workItems: []
codeRefs: []
-owner:
+ pathHistory: []
+ path: /docs/templates/adr.md
+owner: ""
status: template
updated: 0000-00-00
---
diff --git a/docs/templates/contract.md b/docs/templates/contract.md
index 4975fc7b..880d6eb4 100644
--- a/docs/templates/contract.md
+++ b/docs/templates/contract.md
@@ -3,7 +3,9 @@ workbench:
type: doc
workItems: []
codeRefs: []
-owner:
+ pathHistory: []
+ path: /docs/templates/contract.md
+owner: ""
status: template
updated: 0000-00-00
---
diff --git a/docs/templates/feature-spec.md b/docs/templates/feature-spec.md
index 96d4eb1f..c125c366 100644
--- a/docs/templates/feature-spec.md
+++ b/docs/templates/feature-spec.md
@@ -3,7 +3,9 @@ workbench:
type: spec
workItems: []
codeRefs: []
-owner:
+ pathHistory: []
+ path: /docs/templates/feature-spec.md
+owner: ""
status: template
updated: 0000-00-00
---
diff --git a/docs/templates/runbook.md b/docs/templates/runbook.md
index 6084cfc1..4b1fc4f9 100644
--- a/docs/templates/runbook.md
+++ b/docs/templates/runbook.md
@@ -3,7 +3,9 @@ workbench:
type: runbook
workItems: []
codeRefs: []
-owner:
+ pathHistory: []
+ path: /docs/templates/runbook.md
+owner: ""
status: template
updated: 0000-00-00
---