Problem
Patchmill's recommended skill pack does not include dedicated frontend design guidance or a frontend design review. Visible UI work therefore relies on the generic specification, implementation, and code-review instructions. This can produce specifications without a concrete visual reference and can let visual or UX problems survive an otherwise successful code review.
Desired behavior
Keep the existing workflow:
brainstorming writes the specification.
writing-plans writes the implementation plan.
- The configured implementation workflow implements the plan.
- The normal code-review workflow runs.
Augment that workflow conditionally for visual frontend work. Do not introduce a separate design phase or replace the existing planning, implementation, or code-review skills.
Specification augmentation
When the proposed work requires user-visible frontend changes:
- The specification author must use the configured frontend-design skill while writing the specification.
- The specification work must include a runnable, responsive, full-page HTML mockup for the proposed UI.
- The mockup must show changed components in page context rather than only as isolated fragments.
- The specification must reference the mockup artifact.
- The subsequent
writing-plans step continues to operate normally, consuming the specification and its referenced mockup.
Use Anthropic's frontend-design as the upstream design guidance:
Wrap it with Patchmill-specific process for specification-time mockup creation and references. Existing project design systems and approved product requirements take precedence over generic aesthetic guidance.
Implementation and review augmentation
When the completed implementation includes user-visible frontend changes:
- Complete the existing validation and normal code-review process first.
- Then run an independent frontend design review using the configured frontend-review skill.
- The frontend reviewer must report actionable findings and direct the implementation agent to fix them.
- Repeat the frontend review after fixes as needed.
- Rerun affected validation and normal code review when a frontend-review fix changes production code.
- Preserve the existing visual-evidence behavior; use available visual evidence as review input rather than adding a new top-level workflow stage.
Base the review guidance on Vercel's Web Interface Guidelines:
Create a self-contained Patchmill wrapper. Do not retain the upstream skill's runtime WebFetch dependency or fetch mutable review rules. Project policy and the approved specification must override opinionated generic rules. Findings should include severity, user impact, evidence, and file:line where applicable.
Acceptance criteria
Notes
The frontend implementation skill and frontend-review skill are deliberately complementary. The former influences specification quality and provides a concrete visual artifact. The latter is an independent review pass and must not replace normal code review.
Problem
Patchmill's recommended skill pack does not include dedicated frontend design guidance or a frontend design review. Visible UI work therefore relies on the generic specification, implementation, and code-review instructions. This can produce specifications without a concrete visual reference and can let visual or UX problems survive an otherwise successful code review.
Desired behavior
Keep the existing workflow:
brainstormingwrites the specification.writing-planswrites the implementation plan.Augment that workflow conditionally for visual frontend work. Do not introduce a separate design phase or replace the existing planning, implementation, or code-review skills.
Specification augmentation
When the proposed work requires user-visible frontend changes:
writing-plansstep continues to operate normally, consuming the specification and its referenced mockup.Use Anthropic's
frontend-designas the upstream design guidance:Wrap it with Patchmill-specific process for specification-time mockup creation and references. Existing project design systems and approved product requirements take precedence over generic aesthetic guidance.
Implementation and review augmentation
When the completed implementation includes user-visible frontend changes:
Base the review guidance on Vercel's Web Interface Guidelines:
Create a self-contained Patchmill wrapper. Do not retain the upstream skill's runtime
WebFetchdependency or fetch mutable review rules. Project policy and the approved specification must override opinionated generic rules. Findings should include severity, user impact, evidence, andfile:linewhere applicable.Acceptance criteria
brainstormingandwriting-plansworkflow remains intact.Notes
The frontend implementation skill and frontend-review skill are deliberately complementary. The former influences specification quality and provides a concrete visual artifact. The latter is an independent review pass and must not replace normal code review.