feat: split dev agent into dev-frontend + dev-backend, install impeccable skills #96

Merged
forgejo_admin merged 1 commit from 95-feat-split-dev-agent-into-dev-frontend-d into main 2026-03-14 22:17:02 +00:00
Contributor

Summary

  • Split generic dev.md agent into specialized dev-frontend.md (SvelteKit, impeccable design) and dev-backend.md (Python, FastAPI, IaC)
  • Install 18 impeccable skills for frontend design quality (typography, color, spatial design, motion, interaction, responsive, UX writing)
  • Deprecate old dev.md agent file

Changes

  • agents/dev-frontend.md — new frontend agent with design skill references (/frontend-design, /audit, /polish)
  • agents/dev-backend.md — new backend agent without frontend skills
  • agents/dev.mdagents/dev.md.deprecated — old generic agent preserved for reference
  • skills/frontend-design/ — core design skill with 7 reference files
  • skills/audit/ — comprehensive quality audit
  • skills/polish/ — final pass before shipping
  • 15 additional impeccable skills (adapt, animate, bolder, clarify, colorize, critique, delight, distill, extract, harden, normalize, onboard, optimize, quieter, teach-impeccable)

Test Plan

  • Verify ls ~/.claude/agents/ shows dev-frontend.md and dev-backend.md (via symlink)
  • Verify ls ~/.claude/skills/ shows 27 total skill directories (9 existing + 18 new)
  • Verify spawning dev-frontend agent type works

Review Checklist

  • YAML frontmatter parses correctly on both agent files
  • Both agents have mcpServers: [forgejo] and isolation: worktree
  • dev-frontend includes design skill references, dev-backend does not
  • All 18 impeccable skills copied verbatim (no modifications)
  • frontend-design has 7 reference files in reference/ subdir
  • Old dev.md preserved as dev.md.deprecated (not deleted)
  • Symlinks resolve: ~/.claude/agents/ and ~/.claude/skills/ show new files
  • No changes to existing agents (betty-sue, dottie, qa)
  • No changes to existing skills (board-add, board-status, board-sync, etc.)
  • Plan: plan-pal-e-posts Phase 0
  • Forgejo issue: #95

Closes #95

## Summary - Split generic `dev.md` agent into specialized `dev-frontend.md` (SvelteKit, impeccable design) and `dev-backend.md` (Python, FastAPI, IaC) - Install 18 impeccable skills for frontend design quality (typography, color, spatial design, motion, interaction, responsive, UX writing) - Deprecate old `dev.md` agent file ## Changes - `agents/dev-frontend.md` — new frontend agent with design skill references (`/frontend-design`, `/audit`, `/polish`) - `agents/dev-backend.md` — new backend agent without frontend skills - `agents/dev.md` → `agents/dev.md.deprecated` — old generic agent preserved for reference - `skills/frontend-design/` — core design skill with 7 reference files - `skills/audit/` — comprehensive quality audit - `skills/polish/` — final pass before shipping - 15 additional impeccable skills (adapt, animate, bolder, clarify, colorize, critique, delight, distill, extract, harden, normalize, onboard, optimize, quieter, teach-impeccable) ## Test Plan - Verify `ls ~/.claude/agents/` shows dev-frontend.md and dev-backend.md (via symlink) - Verify `ls ~/.claude/skills/` shows 27 total skill directories (9 existing + 18 new) - Verify spawning `dev-frontend` agent type works ## Review Checklist - [x] YAML frontmatter parses correctly on both agent files - [x] Both agents have `mcpServers: [forgejo]` and `isolation: worktree` - [x] dev-frontend includes design skill references, dev-backend does not - [x] All 18 impeccable skills copied verbatim (no modifications) - [x] frontend-design has 7 reference files in `reference/` subdir - [x] Old dev.md preserved as dev.md.deprecated (not deleted) - [x] Symlinks resolve: `~/.claude/agents/` and `~/.claude/skills/` show new files - [x] No changes to existing agents (betty-sue, dottie, qa) - [x] No changes to existing skills (board-add, board-status, board-sync, etc.) ## Related - Plan: `plan-pal-e-posts` Phase 0 - Forgejo issue: #95 Closes #95
Replace generic dev.md with specialized dev-frontend.md (SvelteKit, impeccable
design skills) and dev-backend.md (Python, FastAPI, IaC). Install 18 impeccable
skills for frontend design quality — typography, color, spatial design, motion,
interaction, responsive, and UX writing reference system.

Closes #95

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
forgejo_admin deleted branch 95-feat-split-dev-agent-into-dev-frontend-d 2026-03-14 22:17:02 +00:00
Sign in to join this conversation.
No description provided.