All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 12s
- Sidebar: dynamic brand-accent colors, brainstorm section restyled - AI chat general: popup panel with expand/collapse, hides when contextual AI open - AI chat contextual: tabs reordered (Actions first), X close button, height fix - Settings: all tabs restyled, 6 new color presets (sage, terracotta, iron, etc.) - Global color cleanup: emerald/orange hardcoded → brand-accent dynamic - Brainstorm page: orange → brand-accent throughout - PageEntry animation component added to key pages - Floating AI button: bg-brand-accent instead of hardcoded black - i18n: all 15 locales updated with new AI/billing keys - Billing: freemium quota tracking, BYOK, stripe subscription scaffolding - Admin: integrated into new design - AGENTS.md + CLAUDE.md project rules added
70 lines
1.2 KiB
Markdown
70 lines
1.2 KiB
Markdown
# Flow D: Reference Page
|
|
|
|
**Activates when:** User has a similar page to reference
|
|
|
|
---
|
|
|
|
## Gather Reference
|
|
|
|
<ask>**Which page is this similar to?**
|
|
|
|
Provide:
|
|
- Page name or URL
|
|
- What file path (if internal project)
|
|
- Or description of reference page
|
|
|
|
Reference:</ask>
|
|
|
|
<action>Store reference_page</action>
|
|
|
|
---
|
|
|
|
## Identify Differences
|
|
|
|
<ask>**What are the KEY DIFFERENCES from the reference?**
|
|
|
|
What changes from the reference page?
|
|
|
|
Differences:</ask>
|
|
|
|
<action>Store differences</action>
|
|
|
|
---
|
|
|
|
## Generate Specification
|
|
|
|
<output>**Creating page based on reference...**</output>
|
|
|
|
<action>
|
|
If internal reference exists:
|
|
1. Copy reference specification structure
|
|
2. Update with differences
|
|
3. Mark sections that need updates
|
|
4. Preserve navigation pattern
|
|
|
|
If external reference:
|
|
1. Describe reference structure
|
|
2. Note differences
|
|
3. Create conceptual specification
|
|
4. Recommend creating sketch showing changes
|
|
|
|
Generate specification document
|
|
</action>
|
|
|
|
---
|
|
|
|
## Completion
|
|
|
|
<output>✅ **Reference-based page specification created!**
|
|
|
|
**Based on:** {{reference_page}}
|
|
|
|
**Key differences noted:** {{differences}}
|
|
|
|
**Next steps:**
|
|
- Review generated specification
|
|
- Create sketch showing unique elements
|
|
- Run Page Process Workshop to refine
|
|
|
|
Ready?</output>
|