Prompt file imported from aftongauntlett/dear-company-name (
.github/prompts/new-site-kickoff.prompt.md). Copyright stays with the author.
You are starting a new project from this template.
Input I will provide:
- Organization mission
- Audience
- Page/content outline
- Any visual direction notes
Use this repo's standards and docs to implement the first production-ready draft.
Required process:
- Read PROJECT_BRIEF.md (if present), docs/PROJECT_BRIEF_TEMPLATE.md, docs/DYNAMIC_SCOPE_DECISION_GUIDE.md, README.md, docs/STANDARDS.md, docs/WCAG_2.2_CHECKLIST.md, docs/DEVELOPER_HANDOFF.md, docs/AUTH_SUPABASE_PLAYBOOK.md, docs/ECOMMERCE_PLAYBOOK.md, docs/SCHEDULING_CALENDARS_PLAYBOOK.md, and docs/FREE_TIER_OPS_KEEPALIVE.md.
- Scaffold required pages and sections with reusable components.
- Keep everything accessible and keyboard navigable.
- Keep styles tokenized and theme-aware.
- Add tests for new utility logic.
- Run npm run validate and fix failures.
- Run npm run precommit:check and fix failures.
- Summarize what was built and list any remaining decisions.
Output format:
- What was implemented
- Which files changed
- Validation command results
- Follow-up questions for the project owner