What We DeliverWe build the web-app copilot described in this job, from natural-language task handling and browser actions to dynamic forms, review gates, and technical architecture.
Turns typed or spoken instructions into a clear sequence of actions inside the web application.
Users should not need to learn rigid commands before asking the copilot to complete work in a complex web application.
Instruction parsing logic
Task planning rules
Typed and spoken input flow
AI agents/LLMscomplex web application
"A user describes a task in plain language, and the copilot identifies the needed pages, fields, actions, and review point."
Lets the copilot navigate the application and carry out several linked actions in the right order.
The requested work spans multiple screens and actions, so a single prompt-response interaction cannot complete it.
Task execution engine
Step sequencing logic
Completion status output
AI agents/LLMsbrowser automationcomplex web application
"The copilot opens the right area, moves through each required screen, completes the task, and returns the result for review."
Uses Playwright or a similar browser tool to control web pages, clicks, navigation, and page state.
The copilot needs dependable browser control to act inside a complex application rather than only suggest steps.
Playwright automation scripts
Browser state handling
Navigation test results
Playwrightbrowser automationcomplex web application
"Playwright opens the needed view, waits for page changes, clicks the correct controls, and confirms each step completed."
Fills changing web forms while checking field state, required inputs, and page responses.
Dynamic fields can appear, disappear, or change based on earlier answers, making fixed scripts unreliable.
Form-filling logic
Dynamic field rules
Form test cases
dynamic web formscomplex web application
"The copilot reads the form as it changes, enters the requested details, and pauses when a field needs user judgment."
Adds a Chrome extension layer so users can give instructions and review work inside their browser.
Users need a practical way to access the copilot while working in the target web application.
Chrome extension
In-browser task controls
Extension setup guide
Chrome extensionscomplex web application
"A user opens the extension beside the web app, enters or speaks a task, and reviews the copilot's completed work."
Adds review steps so users can inspect, correct, or approve the copilot's work before finalizing it.
The buyer needs completed work returned for review instead of letting the copilot finish sensitive steps without oversight.
Review workflow
Approval controls
Correction and retry flow
human-in-the-loop workflowscomplex web application
"After completing the requested actions, the copilot presents the filled forms and task status for user approval."
Defines how the agent, browser control, extension, forms, and review flow work together.
The project needs a clear technical approach before detailed requirements and implementation decisions are shared.
Technical architecture
Component responsibility map
Data and action flow
AI agents/LLMsPlaywrightChrome extensions
"The architecture shows how an instruction becomes a task plan, browser run, form result, and user review item."