-
-
Notifications
You must be signed in to change notification settings - Fork 102
Open
Description
Suggestion:
Reference files in chat
Benefit:
Compose messages naturally
Solution:
Automatically handle behind the scenes
From input:
Convert the
@docs/my-prd.md
file into tasks and save it in@tasks/my-prd.json
, following the format outlined in@templates/task.md
. For more details, review the@project/tech-stack.md
and the@project/coding-standards.md
files.
Transform to:
Convert the `docs/my-prd.md` file into tasks and save it in `tasks/my-prd.json`, following the format outlined in `templates/task.md`. For more details, review the `project/tech-stack.md` and the `project/coding-standards.md` files.
... // existing additional instruction
<files>
... // UI selected files; if any
<file path="docs/my-prd.md">...</file>
<file path="template/task.md">...</file>
<file path="project/tech-stack.md">...</file>
<file path="project/coding-standards.md">...</file>
</files>
Convert the `docs/my-prd.md` file into tasks and save it in `tasks/my-prd.json`, following the format outlined in `templates/task.md`. For more details, review the `project/tech-stack.md` and the `project/coding-standards.md` files.
... // existing additional instruction
Metadata
Metadata
Assignees
Labels
No labels