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: 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: