The biggest naksha release
Four pillars that transform the plugin from a stateless command toolkit into a project-aware, vision-capable, pipeline-driven design operations platform — with three new frontier wings.
26 roles · 57 commands · 13,500+ knowledge lines · 32 reference files
🧠 Pillar 1 — Project Memory
naksha now remembers your project across sessions.
/naksha-init— interactive wizard writes.naksha/project.json(brand colors, font, framework, token format) and creates.naksha/memory.md(append-only decision log)/naksha-status— view stored project context and last 10 design decisions- SessionStart hook — automatically loads project memory at session start, up to 3 directory levels deep
- Core commands (
/design,/brand-kit,/design-system) write significant decisions back to memory automatically
⚡ Pillar 2 — Agentic Pipelines
Multi-step design pipelines that chain commands automatically.
/pipeline run <name>— execute a complete design workflow in one command/pipeline list//pipeline show <name>— discover and preview pipelines- 4 built-in pipelines:
launch-prep·brand-audit·component-build·social-launch
/pipeline run launch-prep
# Runs: /design → /accessibility-audit → /design-review → /design-handoff
👁 Pillar 3 — Vision-Powered Reviews
Capture and analyze any website or screenshot.
/design-compare <url1> <url2>— side-by-side visual analysis, "Steal This" recommendation table with ⭐⭐⭐ quality ratings/competitive-audit <url>— extract a competitor's full design system: palette, type scale, grid, UX patterns/design-reviewenhanced — non-Figma URLs auto-captured via Playwright before analysis/design-critiqueenhanced —--screenshot <path>flag for vision-mode heuristic review
🚀 Pillar 4 — Frontier Wings (3 new specialist roles)
💬 Conversational Design Wing
conversational-designer.md — 400+ lines of chatbot UI, VUI, persona, and multi-modal design knowledge.
/design-chatbot— complete chatbot spec: persona & voice, 4 dialog flow paths, message bubble UI, component library (typing indicator, quick replies, carousels), error states, full accessibility (WCAG 2.1 AA)/design-voice-ui— voice interface spec: wake word flows, SSML guidelines with earcon design, confirmation patterns (explicit vs. implicit), hybrid screen companion layout, no-input handling
🥽 Spatial & AR Design Wing
spatial-designer.md — 468+ lines covering visionOS/Vision Pro HIG, WebXR, gaze/gesture input, Dynamic Type, and comfort guidelines.
/design-spatial— visionOS/WebXR spec: window type selection, 4-layer depth hierarchy (44pt × distance_in_metersformula), ornament placement viaattachmentAnchor, spatial typography scale/design-ar-overlay— AR overlay spec: anchor strategy (object/image/plane/world), world tracking UI (3 states), instruction card patterns in scene-space, occlusion handling
⚖️ Compliance Design Wing
compliance-designer.md — 636 lines covering GDPR/CCPA, HIPAA, PCI DSS, and ADA/Section 508 with accurate regulatory citations.
/design-gdpr— GDPR/CCPA consent flows: 3 cookie banner variants, privacy control center wireframe, 5-step data deletion flow (90-day DSAR timeline per Art. 12(3)), jurisdiction-split checklists/design-compliance --regulation <hipaa|pci|ada>— HIPAA: PHI field marking + 15-min session timeout; PCI: iframe isolation + 3DS challenge UI; ADA: Section 508 checklist + focus management
🔧 Under the Hood
- SKILL.md — 6 locations updated: 25 new trigger phrases, 11 new examples, 11 new command rows, 3 new role rows, 6 new routing rules, 9 new output formats
- All platform adapters updated — GEMINI.md, .cursor/rules/naksha.mdc, .windsurfrules, .github/copilot-instructions.md
- 140 evals (+20), 60 smoke fixtures (+11), behavioral-smoke: PASS
Install / Upgrade
Claude Code:
/plugin marketplace add https://github.com/Adityaraj0421/naksha-studio.gitOr pull latest if already installed.
Other platforms — pull the repo and copy the relevant adapter file:
- Cursor:
.cursor/rules/naksha.mdc - Windsurf:
.windsurfrules - Gemini CLI:
GEMINI.md - VS Code Copilot:
.github/copilot-instructions.md
🤖 Generated with Claude Code