Prompt file imported from lucaslanintel/copilot-vscode-agent-rules (
.github/prompts/task-implement.prompt.md). Fill in{{goal}}before use. Copyright stays with the author.
description: Implementation task template (three-part: goal/motivation, acceptance criteria, report format) agent: agent argument-hint: [feature description + why it's needed]
Language: English | 繁體中文
Task: implement. {{goal}}
Before starting: read the project's AGENTS.md and docs/architecture.md (if they exist),
and find the closest existing implementation to imitate its conventions.
- Off-limits: don't touch files unrelated to the task; don't add dependencies (ask first if you need to, with reasoning and alternatives); don't do opportunistic refactoring.
- Acceptance criteria: the project's tests all pass (paste the raw summary line + raw error text for any failures); the new behavior has a corresponding test; the diff contains only changes related to this task.
- Report format: which files changed (file:line range) + one line per file + test output + open items (write "none" if there are none).
- Before declaring done, go through the definition of done in
rules/judgment-calls.md§2; for important deliverables, open a new chat and verify with the verifier mode.