--- name: status description: Report current status of tokens, components, and build health --- Report the current status of the FA Design System. **Instructions:** 1. Read `docs/memory/session-log.md` — summarise recent work 2. Read `docs/memory/component-registry.md` — count components by status (planned, in-progress, review, done) 3. Read `docs/memory/token-registry.md` — summarise token coverage 4. Read `docs/memory/decisions-log.md` — count decisions logged 5. Check if Storybook is running (curl http://localhost:6006) 6. Check if tokens build successfully (`npm run build:tokens`) **Report format:** ``` ## FA Design System Status ### Tokens - Primitives: [count] defined - Semantic: [count] defined - Component: [count] defined ### Components - Done: [list] - In progress: [list] - Planned: [list] ### Recent activity - [last session summary] ### Next steps - [recommended next actions] ```