What problem does it solve?
Helps developers avoid guesswork and inconsistent implementations when building features inside Fusion Framework React apps by providing a repeatable, project-aware workflow that chooses the correct framework surface, wiring, and styling conventions before writing code.
Core Features & Use Cases
- Project discovery: Inspect package.json, tsconfig, app.config.ts, and src layout to adapt to repository-specific conventions.
- Implementation planning: Break work into files, map changes to layers (components/hooks/api/types), and advise on routing, module configuration, and HTTP clients.
- Opinionated conventions: Enforce styled-components + EDS patterns, useFusion hooks, React Query patterns, AG Grid/AG Charts guidance, and delegate research to fusion-research when needed.
- Helper agents & checklists: Includes dedicated review agents, decision matrices, and post-generation checklists to validate typechecking, linting, accessibility, and release constraints.
Quick Start
Create a new component, hook, and config changes for my Fusion app that follow EDS and styled-components patterns and register any required HTTP clients.