From 4ce68e25b94bbdc7b667f62b6628eeee17966773 Mon Sep 17 00:00:00 2001 From: Tyler Willis Date: Thu, 15 Jan 2026 01:49:57 -0800 Subject: [PATCH 1/2] Add browser automation capability consideration to job definition When defining jobs that involve browser tasks, prompt users to confirm their browser automation tools rather than assuming a default. Recommends Claude in Chrome for Claude Code users. Co-Authored-By: Claude Opus 4.5 --- src/deepwork/standard_jobs/deepwork_jobs/steps/define.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/deepwork/standard_jobs/deepwork_jobs/steps/define.md b/src/deepwork/standard_jobs/deepwork_jobs/steps/define.md index d9610603..d76ca55b 100644 --- a/src/deepwork/standard_jobs/deepwork_jobs/steps/define.md +++ b/src/deepwork/standard_jobs/deepwork_jobs/steps/define.md @@ -62,6 +62,12 @@ For each major phase they mentioned, ask detailed questions: **Note**: You're gathering this information to understand what instructions will be needed, but you won't create the instruction files yet - that happens in the `implement` step. +### Capability Considerations + +When defining steps, identify any that require specialized tools: + +**Browser Automation**: If any step involves web scraping, form filling, interactive browsing, UI testing, or research requiring website visits, ask the user what browser tools they have available. For Claude Code users, **Claude in Chrome** (Anthropic's browser extension) has been tested with DeepWork and is recommended for new users. Don't assume a default—confirm the tool before designing browser-dependent steps. + ### Step 3: Validate the Workflow After gathering information about all steps: From afa516299515f4739da435a166bae39c058992ec Mon Sep 17 00:00:00 2001 From: Tyler Willis Date: Thu, 15 Jan 2026 02:05:47 -0800 Subject: [PATCH 2/2] Add platform recommendation tip to README Guides new users toward Claude Code for the most complete experience and mentions Claude in Chrome for browser automation workflows. Co-Authored-By: Claude Opus 4.5 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8bbbb12d..f9493f8a 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ DeepWork is a tool for defining and executing multi-step workflows with AI codin | OpenCode | Planned | Markdown | No | | GitHub Copilot CLI | Planned | Markdown | No (tool permissions only) | +> **Tip:** New to DeepWork? Claude Code has the most complete feature support, including quality validation hooks and automated policies. For browser automation, Claude in Chrome (Anthropic's browser extension) works well with DeepWork workflows. + ## Easy Installation In your Agent CLI (ex. `claude`), ask: