Skip to content

Feature: Easy context addition #386

@kermage

Description

@kermage

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions