fec-debug
Front-end problem diagnosis and repair: covering build failures, runtime errors, UI exceptions, and interface problems, using a unified diagnostic framework to…
Execute controlled behavior-preserving frontend refactoring with small steps, verification, rollback, and proof reporting.
> /plugin marketplace add bovinphang/frontend-craft > /plugin install frontend-craft@frontend-craft
How it fires
How this command gets triggered: by you, by Claude, or both.
/fec-refactorContext preview
What this command does when you run it.
Execute controlled behavior-preserving frontend refactoring with small steps, verification, rollback, and proof reporting.
name: fec-refactor description: Execute controlled behavior-preserving frontend refactoring with small steps, verification, rollback, and proof reporting.
Execute a pure structural refactoring under a recorded behavior contract.
1. Classify the request and redirect feature work, unknown bugs, migrations, dead-code cleanup, or general review when they own the task. 2. Discover project facts and establish the existing validation baseline. 3. If no plan is supplied, diagnose evidence and build an ordered plan first. If a plan is supplied, revalidate it against the current code. 4. Record risk and Diff Budget. `DANGER` stops for explicit approval unless the specific compatibility plan is already authorized. 5. Execute **one refactoring step** with one primary structural intent. 6. Immediately run the narrowest sufficient verification and inspect actual scope. 7. If the step causes a new regression, revert that step before attempting a smaller or different transformation. 8. Repeat only after the current step is green and within budget. 9. Run final broad validation and save `reports/refactoring/refactoring-YYYY-MM-DD-HHmmss.md` with a `PASS`, `PARTIAL`, or `NOT PROVEN` behavior-preservation verdict.
frontend-craft is a universal frontend plugin that brings the same opinionated engineering standards to all 15 AI coding assistants.
Repo: bovinphang/frontend-craft
Front-end problem diagnosis and repair: covering build failures, runtime errors, UI exceptions, and interface problems, using a unified diagnostic framework to…
Sync README, docs, environment variables, scripts, API/routing/component descriptions and deployment instructions from code and project sources of truth.
Initialize frontend-craft project template, rules or downgrade instructions according to the current AI runtime.
Unified front-end planning entrance - implementation/architecture plan or testing strategy. The implementation path is taken by default; when the user clearly…
Identify and clean up front-end dead code, unused exports, outdated components, styles and dependencies under validation protection.
Build an ordered behavior-preserving frontend refactoring plan from evidence without editing business code.