ADD all modified and new files to git. If you think there are files that should not be in version control, ask the user. If you see files that you think should be bundled into separate commits, ask the user. THEN commit with a clear and concise one-line commit message, using semantic commit notation. THEN push the…
Generate Nova Spektr UI prototype views as Storybook stories. Creates interactive .stories.tsx files using real project components with mock data — no business logic, no API calls. Use when: user asks to prototype a screen, build a UI mockup, create a feature demo, or prepare a presentation view.
Maintain feature spec READMEs and the Feature Map index. Use when creating a new feature or aggregate, materially changing the behaviour of an existing one, writing or updating a spec README, or when asked about feature documentation coverage.
Use when adding, changing or reviewing a user-typed search/filter over a list (accounts, wallets, contacts, validators, operations, assets) — a search input, combobox or picker filtering rows by query. Also use when a user reports search "not finding" an item they can see in the list, or results disappearing while…
Claude Code instructions for novasamatech/nova-spektr, covering claude.md, reference documentation, workflow orchestration, 1. plan mode default and 2. subagent strategy to keep main context window clean.