docs: Add NIGHTWATCH v0.1 frontend design prompt pack for Claude Design - #92
Closed
THOClabs wants to merge 1 commit into
Closed
docs: Add NIGHTWATCH v0.1 frontend design prompt pack for Claude Design#92THOClabs wants to merge 1 commit into
THOClabs wants to merge 1 commit into
Conversation
Complete prompt pack for generating the NIGHTWATCH demo UI with Claude Design (Fable 5, High effort): - docs/design/CLAUDE_DESIGN_PROMPT.md: self-contained master prompt — High Desert Brass design system (with Rubylith night-vision mode), TypeScript data contracts transcribed from the backend dataclasses, physics constants table, simulation engine + Demo Director spec, 10-module information architecture (~35 routes), full specs for ten flagship screens including the animated SVG digital twin and the voice-agent console, and a scripted golden-path night (dusk through rain emergency to dawn park). - docs/design/ITERATION_PROMPTS.md: six staged generation-2+ prompts covering Facility, Operations, System, Sky/Imaging depth, Voice/Meteor depth, and a states/polish pass. - docs/design/README.md: usage guide, iteration discipline, and a provenance map from every prompt section to its repo source of truth. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012nb7FjZTrrwExMx5xmYBJG
THOClabs
pushed a commit
that referenced
this pull request
Aug 2, 2026
…ranches (S5) Completes the S5 line item from REVIEW_RECONCILIATION.md. Buckets all 82 non-main remote branches: 11 merged-this-session fix/* (content in main, safe delete), 59 orphan March-2026 NEO/meteor scanner re-rolls (never PR'd, 39 behind — reference-spec only, not mergeable), 6 superseded cursor/* review orphans, and 2 legacy/misc (master, review-codebase). Names 7 reference branches worth skimming before pruning the March cluster; keeps the 4 branches backing open PRs (#89/#90/#92/#93). Ships ready-to-run per-bucket delete commands. No branches deleted, merged, or force-pushed — all removals left to the maintainer. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01SKZMQ755R7q38SKqJsCQsg
THOClabs
added a commit
that referenced
this pull request
Aug 7, 2026
#112) Preserves the durable content of three open-PR branches before the v0.1.1 branch purge closes them: - .claude/agents/ (7 review subagents) + .claude/commands/full-review.md from PR #93's branch — repo-state-independent review tooling; the stale July review reports on that branch are intentionally NOT taken. - docs/design/ Claude Design frontend prompt pack (3 files) from PR #92's branch — targets the v0.2 frontend; NEO data-model sections predate #108/#109 and need a refresh before use (noted in its provenance table). - docs/audits/ archive of AUDIT_LANDSCAPE.md + REVIEW_RECONCILIATION.md from PR #90's branch, with HISTORICAL SNAPSHOT headers — findings were fixed by #94-#110; preserved as engineering history. Its STALE_BRANCH_TRIAGE.md is dropped (superseded by #110). Part 1/Step 2 of the v0.1.1 main-only consolidation. Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Owner
Author
|
Closing as part of the v0.1.1 single-branch consolidation. The full docs/design/ prompt pack (3 files, content of 56321bc) WAS salvaged to main in #112 (commit 5d84e66), with a note that the NEO data-model sections predate #108/#109 and need a refresh before use. Branch will be deleted with the stale-branch purge. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add complete design specification and prompt pack for generating the NIGHTWATCH v0.1 demo frontend using Claude Design. This includes the master generation prompt, iteration prompts for follow-up modules, and usage documentation.
Related Issues
Implements the frontend design phase documented in the project roadmap.
Type of Change
Changes Made
CLAUDE_DESIGN_PROMPT.md— Master generation-1 prompt (464 lines) containing:ITERATION_PROMPTS.md— Six staged follow-up prompts (104 lines) for building remaining modules:README.md— Usage guide (55 lines) covering:Design System Highlights
#0A0E1A), moonlight text, hand-rubbed brass accents (#C9A227), safety semantics (green/amber/red/emergency-red)Data Model Alignment
The prompt transcribes the exact data model from the Python backend:
SafetyLevel,SafetyAction,MountState,RoofState,PowerState,PipelineStateenumsMountStatus,RoofStatus,Conditions,SafetyStatus,GuideStats,CaptureSession,UPSStatusSimulation Engine
https://claude.ai/code/session_012nb7FjZTrrwExMx5xmYBJG