Write Storybook stories for named components
Add stories for the components the user names. Match this repo's Storybook, do not invent a design system.
Component files the user named. If none, stop and ask for paths. Do not story the whole tree.
Use existing .stories.* / .mdx as the template: CSF version, Meta/Story style, autodocs, decorators (router, theme, i18n, QueryClient). Read .storybook/ only to follow it. Do not upgrade Storybook or add addons unless they asked.
args / controls for knobs the component already exposes. Do not wrap in fake app chrome unless existing stories do.List story files added. Mention the project's Storybook script if present.