Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 3 additions & 2 deletions .workbench/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"RequireCleanWorkingTree": true
},
"Github": {
"Provider": "gh",
"Provider": "octokit",
"DefaultDraft": true,
"Host": "",
"Owner": "incursa",
Expand All @@ -34,6 +34,7 @@
},
"Tui": {
"Theme": "dark",
"UseEmoji": false
"UseEmoji": false,
"AutoRefreshSeconds": 0
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ priority: medium
owner: platform
created: 2025-12-30
updated: null
githubSynced: null
githubSynced: "2026-02-19T04:59:21Z"
tags: []
related:
specs:
Expand All @@ -15,7 +15,8 @@ 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/595"
branches: []
title: Build TUI MVP with command preview and dry-run
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ priority: high
owner: platform
created: 2026-01-01
updated: null
githubSynced: null
githubSynced: "2026-02-19T04:59:23Z"
tags:
- launch
- marketing
Expand All @@ -16,7 +16,8 @@ related:
files:
- /docs/00-overview/workbench-public-release.md
prs: []
issues: []
issues:
- "https://github.com/incursa/workbench/issues/599"
branches: []
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ priority: high
owner: platform
created: 2026-01-01
updated: 2026-01-01
githubSynced: null
githubSynced: "2026-02-19T04:59:21Z"
tags:
- docs
- onboarding
Expand All @@ -15,7 +15,8 @@ related:
adrs: []
files: []
prs: []
issues: []
issues:
- "https://github.com/incursa/workbench/issues/594"
branches: []
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ priority: medium
owner: platform
created: 2026-01-01
updated: null
githubSynced: null
githubSynced: "2026-02-19T04:59:21Z"
tags:
- launch
- docs
Expand All @@ -15,7 +15,8 @@ related:
adrs: []
files: []
prs: []
issues: []
issues:
- "https://github.com/incursa/workbench/issues/596"
branches: []
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ priority: medium
owner: platform
created: 2026-01-01
updated: null
githubSynced: null
githubSynced: "2026-02-19T04:59:22Z"
tags:
- release
- tooling
Expand All @@ -15,7 +15,8 @@ related:
adrs: []
files: []
prs: []
issues: []
issues:
- "https://github.com/incursa/workbench/issues/598"
branches: []
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ priority: medium
owner: platform
created: 2026-01-01
updated: null
githubSynced: null
githubSynced: "2026-02-19T04:59:22Z"
tags:
- launch
- docs
Expand All @@ -15,7 +15,8 @@ related:
adrs: []
files: []
prs: []
issues: []
issues:
- "https://github.com/incursa/workbench/issues/597"
branches: []
---

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
---
id: TASK-0015
type: task
status: ready
priority: medium
owner: null
created: 2026-02-19
updated: null
githubSynced: "2026-02-19T04:50:40Z"
tags:
- launch
- marketing
related:
specs: []
adrs: []
files: []
prs: []
issues:
- "https://github.com/incursa/workbench/issues/593"
branches: []
title: create public launch landing and messaging kit
---

# TASK-0015 - create public launch landing and messaging kit

## Summary

Imported from GitHub issue: https://github.com/incursa/workbench/issues/593

## Summary
Create a public-facing landing narrative (copy + structure) that clearly
communicates Workbench’s value, differentiators, and call to action for new
users.

## Acceptance criteria
- Landing page outline includes headline, subheadline, value bullets, feature
highlights, and clear “Get started” CTA.
- Messaging kit captures the top 3 positioning statements and 5 short
feature/value soundbites for reuse in docs and release notes.
- Content references the CLI install and first-run experience.

## Related
- Files:
- [workbench-public-release](https://github.com/incursa/workbench/blob/main/docs/00-overview/workbench-public-release.md)

## Acceptance criteria
-
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
id: TASK-0016
type: task
status: ready
priority: medium
owner: null
created: 2026-02-19
updated: null
githubSynced: "2026-02-19T04:50:41Z"
tags:
- release
- tooling
related:
specs: []
adrs: []
files: []
prs: []
issues:
- "https://github.com/incursa/workbench/issues/592"
branches: []
title: define release packaging and distribution
---

# TASK-0016 - define release packaging and distribution

## Summary

Imported from GitHub issue: https://github.com/incursa/workbench/issues/592

## Summary
Document and automate the public release process so users have a clear path to
installing Workbench.

## Acceptance criteria
- Release checklist covers versioning, changelog/update notes, and validation.
- Installation docs include dotnet tool install + optional native binaries.
- CI or scripted workflow publishes artifacts in a repeatable way.

## Acceptance criteria
-
41 changes: 41 additions & 0 deletions docs/70-work/items/TASK-0017-add-case-studies-and-proof-points.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
id: TASK-0017
type: task
status: ready
priority: medium
owner: null
created: 2026-02-19
updated: null
githubSynced: "2026-02-19T04:50:41Z"
tags:
- docs
- launch
related:
specs: []
adrs: []
files: []
prs: []
issues:
- "https://github.com/incursa/workbench/issues/591"
branches: []
title: add case studies and proof points
---

# TASK-0017 - add case studies and proof points

## Summary

Imported from GitHub issue: https://github.com/incursa/workbench/issues/591

## Summary
Add credible, concrete examples that show why Workbench improves clarity and
throughput compared to ad-hoc workflows.

## Acceptance criteria
- At least 2 “before/after” snapshots showing how work is captured with and
without Workbench.
- One end-to-end narrative that traces a work item from creation to PR.
- Documented outcomes or metrics (even qualitative) that reinforce the value.

## Acceptance criteria
-
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
id: TASK-0018
type: task
status: ready
priority: medium
owner: null
created: 2026-02-19
updated: null
githubSynced: "2026-02-19T04:50:42Z"
tags:
- docs
- launch
related:
specs: []
adrs: []
files: []
prs: []
issues:
- "https://github.com/incursa/workbench/issues/590"
branches: []
title: produce demo assets for public release
---

# TASK-0018 - produce demo assets for public release

## Summary

Imported from GitHub issue: https://github.com/incursa/workbench/issues/590

## Summary
Capture high-signal visuals and recordings that demonstrate the CLI flow,
validation output, and work item lifecycle.

## Acceptance criteria
- A short terminal recording (asciinema or similar) covers init, new work item,
and validation.
- At least 2 annotated screenshots or GIFs show the workboard and a work item
file with front matter.
- Assets are referenced from README and/or public release docs.

## Acceptance criteria
-
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
id: TASK-0019
type: task
status: ready
priority: medium
owner: null
created: 2026-02-19
updated: null
githubSynced: "2026-02-19T04:50:43Z"
tags: []
related:
specs: []
adrs: []
files: []
prs: []
issues:
- "https://github.com/incursa/workbench/issues/589"
branches: []
title: Build TUI MVP with command preview and dry-run
---

# TASK-0019 - Build TUI MVP with command preview and dry-run

## Summary

Imported from GitHub issue: https://github.com/incursa/workbench/issues/589

## Summary
Build the initial Terminal.Gui-based TUI with work item workflows, command preview,
and a global dry-run toggle for discoverability.

## Acceptance criteria
- TUI provides basic work item workflows defined in the spec (list, view, create, update).
- Bottom status line shows the last command invoked by the TUI.
- Global dry-run toggle is visible and marks outputs as dry-run.
- Errors surface CLI validation messages in dialogs.
- Spec and ADR links are up to date.

## Related
- Specs:
- [feature-spec-terminal-ui](https://github.com/incursa/workbench/blob/main/docs/10-product/feature-spec-terminal-ui.md)
- ADRs:
- [ADR-2025-12-30-terminal-ui-mode-in-cli-executable](https://github.com/incursa/workbench/blob/main/docs/40-decisions/ADR-2025-12-30-terminal-ui-mode-in-cli-executable.md)

## Acceptance criteria
-
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
id: TASK-0020
type: task
status: ready
priority: medium
owner: null
created: 2026-02-19
updated: null
githubSynced: "2026-02-19T04:50:44Z"
tags:
- docs
- onboarding
related:
specs: []
adrs: []
files: []
prs: []
issues:
- "https://github.com/incursa/workbench/issues/588"
branches: []
title: add getting started tutorial and sample repo
---

# TASK-0020 - add getting started tutorial and sample repo

## Summary

Imported from GitHub issue: https://github.com/incursa/workbench/issues/588

## Summary
Provide a step-by-step onboarding tutorial plus a small sample repository that
shows Workbench in action end-to-end.

## Acceptance criteria
- A “Getting started” doc walks through install, init/scaffold, create a work
item, and validate the repo.
- A sample repo (or scripted walkthrough in `examples/`) demonstrates the
workflow with real work items and docs.
- README references the tutorial and sample so new users can find it quickly.

## Acceptance criteria
-
Loading