Skip to content

feat(coding-agent/agents): enriched designer, reviewer, and task agent prompts#2664

Merged
can1357 merged 1 commit into
can1357:mainfrom
metaphorics:ultra/agent-enrich
Jun 15, 2026
Merged

feat(coding-agent/agents): enriched designer, reviewer, and task agent prompts#2664
can1357 merged 1 commit into
can1357:mainfrom
metaphorics:ultra/agent-enrich

Conversation

@metaphorics

Copy link
Copy Markdown
Contributor

Summary

Enriches three bundled agent prompts: designer gains a token-first four-phase design-system workflow, reviewer gains an evidence standard (name the triggering input; passing tests are not proof), and task gains an evidence-bound completion requirement.

Closes #2656

…t prompts

- Added a token-first four-phase design-system workflow (analyze, build-if-missing, compose-with-tokens, verify) to the designer agent so visual work references design tokens instead of hardcoded magic numbers.
- Added an evidence standard to the reviewer agent: a finding is not real until you can name the exact input that triggers it, and passing tests are not proof of correctness.
- Added an evidence-bound completion requirement to the task agent: name the exact check run and its observable result before returning.
Copilot AI review requested due to automatic review settings June 15, 2026 13:02

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Updates the bundled coding-agent prompts to require stronger evidence standards (verification, triggerable findings) and to enforce design-system-driven UI implementation.

Changes:

  • Added an evidence-bound “done” requirement to the task agent prompt (must cite an explicit check + result).
  • Tightened the reviewer agent’s correctness standard to require a concrete triggering input for each finding.
  • Added a four-phase, token-first design-system workflow to the designer agent prompt, and documented the changes in the changelog.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
packages/coding-agent/src/prompts/agents/task.md Adds a verification/acceptance-criteria evidence requirement before returning.
packages/coding-agent/src/prompts/agents/reviewer.md Raises the evidence bar for findings (must name triggering input, tests not sufficient).
packages/coding-agent/src/prompts/agents/designer.md Introduces a token-first design-system workflow to enforce consistency.
packages/coding-agent/CHANGELOG.md Documents the prompt enrichments under Unreleased.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

- You NEVER create documentation files (*.md) unless explicitly requested.
- You MUST follow the assignment and the instructions given to you. They were given for a reason.
- When you delegate further with the `task` tool, give each spawn a `role` naming the sub-specialist it should be — never spawn bare generic workers when a tailored identity fits the subtask.
- Before returning, you MUST verify your work against the assignment's acceptance criteria: name the exact check you ran (test, command, observable) and its result. "Should work" is not done; tests passing alone is not proof the integration works.
@can1357 can1357 merged commit d1ce0f9 into can1357:main Jun 15, 2026
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

agents: enrich designer/reviewer/task prompts

3 participants