Start in Studio
- Open Veryfront, sign in, and open a project in Studio.
- Open project chat.
- Ask for the outcome you want.
Current starter flows
- Starter prompts: route Studio starter suggestions to canonical docs.
- Create plan: turn a broad request into an implementation plan.
- Create research: research a topic with grounded evidence.
- Create agent: create or update project agents from Studio chat and MCP tools.
- Create skill: add a reusable project skill and optional reference resource.
- Schedule agent: create a schedule that targets a project agent.
Related guidance
- Project instructions: guide the agent with project-specific rules.
- Create agentic workflow: create an orchestrator agent that delegates to specialized agents with
invoke_agent. - Skills: add reusable workflows and reference material.
- Child forks: delegate focused work when isolation helps.
What to ask
| Goal | Example request |
|---|---|
| Plan work | Create an implementation plan for usage-based billing. |
| Build features | Add a support agent with a refund lookup tool. |
| Create agents | Build me a Gmail agent. |
| Create skills | Add a skill for architecture diagram reviews. |
| Debug issues | Find why the preview route returns a server error. |
| Review changes | Review this branch before it ships. |
| Deploy | Create a production release and check deployment status. |
| Manage settings | Add this environment variable to preview and production. |
| Research | Compare the current auth flow with the product requirements. |
How it works
Veryfront Agent chooses the right workflow for the request.| Input | How Agent uses it |
|---|---|
| Project files | Reads source, docs, config, and tests before changing code. |
| Studio context | Uses the open project, branch, preview, and selected file when available. |
| Project instructions | Follows project-specific rules from AGENTS.md. |
| Skills | Loads focused workflows such as plan, build, debug, or deploy. |
| Tools | Uses Studio, Cloud, file, log, and runtime tools. |
| Child forks | Delegates isolated work when a task benefits from a separate run. |
Write better requests
| Instead of | Ask |
|---|---|
| Fix this | Find the cause of the failing preview, then fix it and run the relevant check. |
| Make the UI better | Tighten the settings page for repeated admin use. Keep the existing design system. |
| Add auth | Add email sign-in. Use the existing auth pattern and update tests. |
| Review this | Review the current branch for bugs, security risks, and missing tests. |
Next
| Section | Use it for |
|---|---|
| Getting started | Set project rules and add reusable workflows. |
| Concepts | Understand delegation, context, and Agent runtime behavior. |
| Guides | Follow task-focused paths for common Agent work. |