diff --git a/.github/readme/pm-desktop.jpg b/.github/readme/pm-desktop.jpg new file mode 100644 index 0000000..2afe3ed Binary files /dev/null and b/.github/readme/pm-desktop.jpg differ diff --git a/README.md b/README.md index 98c07fc..c66c998 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,8 @@ DevIntern connects the tracker your team already uses to the coding agent and mo npm · Website + · + PM desktop
@@ -100,6 +102,7 @@ Product guides are available locally for [Code](docs/code/quick-start.md) and [P | Capability | What it does | | ------------------------- | --------------------------------------------------------------------------------- | +| **Ticket drafting** | Desktop app turns a prompt, log, or Figma frame into a ticket before Code runs it | | **Feasibility gate** | Vague tickets get questions back on the tracker instead of a confidently wrong PR | | **Self-review loop** | The agent reviews and fixes its own diff before a human sees it | | **Unattended automation** | Scheduled pickup; review comments become commits on the same branch | @@ -112,7 +115,14 @@ Product guides are available locally for [Code](docs/code/quick-start.md) and [P --> -Also available: **[`@getdevintern/pm`](https://www.npmjs.com/package/@getdevintern/pm)** (`devpm`) — turn rough notes, logs, or Figma into well-specified tickets, then run them with `devintern`. +Write the ticket first with **[DevIntern PM](https://devintern.com/pm-desktop/)** (desktop, free, no signup) or **[`@getdevintern/pm`](https://www.npmjs.com/package/@getdevintern/pm)** (`devpm`) in the terminal, then run it with `devintern`. + +
+
+
+
+
Prompt → drafted ticket → Create Task
## License and pricing @@ -127,11 +137,12 @@ The FSL grants no trademark rights: the DevIntern name and logo are trademarks o ## Repository layout -| Package | Purpose | -| ------------------------------------- | -------------------------------------------------------------- | -| [`@getdevintern/code`](packages/code) | The `devintern` CLI: ticket → agent → self-reviewed PR | -| [`@getdevintern/pm`](packages/pm) | The `devpm` CLI: rough input → well-specified tickets | -| `packages/*` (shared) | Agent harness, tracker clients, auth, license check, utilities | +| Package | Purpose | +| ---------------------------------------------- | ---------------------------------------------------------------- | +| [`@getdevintern/code`](packages/code) | The `devintern` CLI: ticket → agent → self-reviewed PR | +| [`@getdevintern/pm`](packages/pm) | The `devpm` CLI: rough input → well-specified tickets | +| [`@devintern/pm-desktop`](packages/pm-desktop) | Desktop app for ticket drafting: prompt, log, or Figma → tracker | +| `packages/*` (shared) | Agent harness, tracker clients, auth, license check, utilities | Website and control plane live elsewhere; this repo is the tool packages.