Skip to content
Merged
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/team-pilot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
name: Team pilot
description: Share team workflow needs before TaskBound grows a hosted product.
title: "[team pilot]: "
labels: ["team-validation"]
body:
- type: textarea
id: current-use
attributes:
label: Current use
description: Describe where you want to run TaskBound and what AI-agent review problem you need it to catch.
validations:
required: true
- type: textarea
id: team-layer
attributes:
label: Team-layer need
description: Which team capability would help most: shared policy packs, org-wide baselines, Slack/Jira routing, saved reports, reviewer assignment, or something else?
validations:
required: true
- type: textarea
id: pilot-shape
attributes:
label: Pilot shape
description: Share the smallest pilot that would prove value for your team, including repo count, users, timeline, and success criteria.
validations:
required: true
- type: dropdown
id: willingness
attributes:
label: Commercial signal
description: This helps validate whether a paid team layer should exist before SaaS is built.
options:
- Internal evaluation only
- Interested in a free pilot
- Interested in a paid pilot
- Budget owner or buyer
validations:
required: true
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,18 @@ TaskBound is intentionally small right now. If a warning is noisy, open a
If your team uses another scope signal, open a
[missing-signal request](https://github.com/Conalh/TaskBound/issues/new?template=missing-signal.yml).

## Team Pilots

TaskBound is validating the team layer before building a SaaS product. If the
free Action is useful but your team needs shared policy packs, org-wide
baselines, Slack or Jira routing, saved reports, or reviewer assignment, open a
[team pilot request](https://github.com/Conalh/TaskBound/issues/new?template=team-pilot.yml).

The current validation gate is tracked in
[Validate paid team layer from OSS Action traction](https://github.com/Conalh/TaskBound/issues/8):
external installs first, real feedback next, paid or pilot demand before hosted
product work.

## Development

```powershell
Expand Down