Scaffold a new mobile-first page using StyleSeed Toss layout patterns, section rhythm, and existing shell components.
Part of StyleSeed, this skill scaffolds a complete page or screen using the Toss seed's mobile-first composition rules. It keeps page structure consistent by building on the existing shell, top bar, bottom navigation, and card rhythm instead of producing disconnected sections.
Read the current page scaffolding patterns first, especially:
Clarify:
Every screen should have one dominant purpose.
Lay out the page from highest importance to lowest:
Avoid repeating the same section type mechanically from top to bottom.
Default layout choices:
max-w-[430px]bg-backgroundpx-6space-y-6Use existing ui/ and patterns/ components wherever possible. New pages should primarily orchestrate existing building blocks, not recreate them.
Return: