The accompanying file in this Gist is a template used to kick off workflows/task requests with a Copilot, Antigravity, or other agent of your choice.
- Duplicate the template file (e.g.,
[.agent/workflows/@@.md]) - In the newly named template file, replace all @ with project specifics:
- @@@ |
Description(top),Task Summary(bottom) - @@ |
Filename(bottom) - @ |
Overview(top),Acceptance Criteria examples(near top)
- @@@ |
- Update the
### Recreatesection to suit the task. - Remove references to any unneeded
## MCP Serversfor the given task. - Update project path in
### Verification Steps: >cd ~/projects/my-project/app/ - Copy/paste the contents of the
## Original Prompt for this Workflowsection into your agent's chat- Double check your agent model
- Submit
This template is currently being used in a Nuxt web app project. To prep the template:
- Update the environment specifics to suit your project's stack.
- Add your own environment- and project-specific guides and docs:
- .agent/rules/00-global-rules.md
- .agent/rules/01-app-architecture.md
- .agent/rules/02-coding-standards.md