Skip to content

Feature request: ship a frontend-lead orchestrator agent #105

@Daanvdplas

Description

@Daanvdplas

Problem

Impeccable ships 18 skills covering distinct facets of frontend craft (audit, critique, polish, typeset, animate, …). Getting value out of them on a real project means picking the right ones, running them in the right order, and reconciling their output — work that currently falls on the user.

The repo already uses .claude/agents/ (see anti-patterns.md), so the convention is in place.

Proposal

Add a frontend-lead agent that coordinates a team of specialist agents, each bound to one Impeccable skill:

  • frontend-lead — parses the goal, picks specialists, dispatches read-only agents in parallel, sequences implementers, returns one unified summary
  • frontend-auditoraudit skill
  • ux-criticcritique skill
  • design-polisherpolish skill
  • motion-designeranimate skill
  • …one agent per skill

Usage:

Act as frontend-lead and run the full team on src/app/dashboard.

Why this shape

  • Subagents have isolated context → the lead stays clean even after fanning out to 10+ specialists.
  • Parallel reads (audit + critique), sequential writes (polish → animate → typeset) after findings are consolidated.
  • Purely additive — no change to the existing skill catalog.

Happy to open a PR with a first pass.

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