.claude/skills/domain-specwright-ui/SKILL.md
Business domain knowledge for Specwright Web UI
npx skillsauth add michsindlinger/specwright .claude/skills/domain-specwright-uiInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Project: Specwright Web UI Generated: 2026-01-30 Purpose: Document business processes and domain logic
Specwright Web UI is a local web interface for controlling Claude Code through three main views: Dashboard (Kanban), Chat Interface, and Workflow Execution.
| Area | Document | Description | |------|----------|-------------| | Project Management | project-management.md | How projects are discovered, selected, and managed | | Chat Interaction | chat-interaction.md | How users interact with Claude Code via chat | | Workflow Execution | workflow-execution.md | How workflows are triggered and monitored | | Task Tracking | task-tracking.md | How tasks/stories are displayed and managed |
A folder containing Specwright configuration (specwright/ or agent-os/ directory). Projects are discovered from a central config file and can be switched at any time.
An active connection to Claude Code for a specific project. Sessions are ephemeral (not persisted across restarts) and allow streaming communication.
A unit of work from a spec's user story. Tasks are displayed on the Kanban board and can be moved between status columns.
A predefined sequence of Claude Code operations (like /execute-tasks). Workflows show step-by-step progress with live output.
IMPORTANT: When implementing features that change business logic:
This ensures domain knowledge stays current and useful.
tools
Session Handoff: Erstellt eine vollständige Zusammenfassung der aktuellen Session für einen sauberen Kontextwechsel. NUR bei explizitem Aufruf (/session-handoff). NICHT automatisch auslösen. Geeignet wenn der User die Session resetten will, den Kontext aufräumen will, oder bei ~120k Tokens angelangt ist.
development
Pre-Mortem Risk Analysis: Strukturierte Prospective-Hindsight-Übung um launch-blocking Risiken vor Commitment aufzudecken. Team stellt sich vor, das Produkt sei 14 Tage nach Launch gefloppt, und arbeitet rückwärts. Klassifiziert Risiken in Tigers (echt), Paper Tigers (hypothetisch), Elephants (unausgesprochen). Nutze diesen Skill vor Build-Commitment, bei zu hoher Stakeholder-Confidence, vor Major-Releases, oder wenn das Team vage Sorgen nicht artikulieren kann. Trigger: /pre-mortem, 'pre-mortem', 'risk analysis', 'was könnte schiefgehen', 'risiken vor launch'.
testing
Six-Sigma Atomicity Validator for create-spec stories
tools
UX pattern definition guidance for navigation, user flows, interactions, and accessibility