Opus Handles Frontend Cleanup by Delegating to Subagents from a Playbook

A Reddit post on r/ClaudeAI describes a workflow where Claude Opus autonomously coordinated a frontend performance cleanup across 10 pages. The user first tuned one page manually, got the PageSpeed score where desired, and documented every fix in a file named ADR_pagespeed-l0-fixes-playbook.md.
Key Details
- Opus was given the playbook plus the remaining 9 pages in a fresh session.
- It self-created three subagents, split the work among them, and completed the task in about 15 minutes.
- The agents collectively modified 41 frontend files across those pages.
- Results: near-perfect Lighthouse scores, consistent across all pages.
The user notes that this workflow shifts perception from “chatbot” to a “tiny frontend team that doesn’t complain about boring cleanup.” No specific version numbers, Lighthouse scores, or code snippets were provided.
Who It’s For
Developers using Claude Opus for frontend performance optimization, especially those dealing with repetitive cleanup across many files.
📖 Read the full source: r/ClaudeAI
👀 See Also

Migrated Wix to WordPress using OpenClaw agent — now runs a 3D print shop's daily operations
A small 3D print shop migrated from Wix to WordPress using an OpenClaw agent deployed on a VPS. The agent now adds new products and builds custom order forms for pet badge orders.

OpenClaw Agent Memory Continuity Solution Using Database Query System
An OpenClaw user solved agent memory continuity between sessions by implementing a database that stores session data, allowing the agent to query past references instead of storing entire sessions in context. The agent named Sage could remember previous conversations after session resets using this approach.

Independent Researcher Uses Claude AI to Write Quantum Mechanics Paper and 30-50k Lines of Rust Code
An independent researcher used Claude AI as a collaborator to write a research paper titled 'Clifford Geometry as the Foundation of Quantum Mechanics' and develop 30-50k lines of Rust code with zero external dependencies. The code verifies Bell correlations and wave dynamics in a phase lattice.

Using Claude to Root a Trifo Lucy Vacuum and Build a Local Network Server
A developer used Claude to gain root access to a Trifo Lucy robot vacuum after manufacturer servers went down, involving soldering header pins and precise boot timing. Claude then helped create a server to provide basic control for unrooted devices on local networks.