## Summary - add the localized evaluation-readiness route pair at `/evaluierung` and `/en/evaluation` with a shared page component - wire homepage, platform, trust, review-pack, use-case, footer, and locale-switcher discovery paths into the new evaluation surface - add smoke coverage plus full Spec Kit artifacts for the evaluation, procurement, and rollout readiness feature ## Validation - `corepack pnpm --filter @tenantatlas/website build` - `WEBSITE_PORT=4322 corepack pnpm --filter @tenantatlas/website test tests/smoke/public-routes.spec.ts` - `WEBSITE_PORT=4323 corepack pnpm --filter @tenantatlas/website test tests/smoke/interaction.spec.ts` Co-authored-by: Ahmed Darrazi <ahmed.darrazi@live.de> Reviewed-on: #408
2.2 KiB
2.2 KiB
Specification Quality Checklist: Evaluation, Procurement & Rollout Readiness Website Surface
Purpose: Validate specification completeness and quality before proceeding to planning
Created: 2026-05-30
Feature: spec.md
Content Quality
- No implementation details (languages, frameworks, APIs)
- Focused on user value and business needs
- Written for non-technical stakeholders
- All mandatory sections completed
Requirement Completeness
- No [NEEDS CLARIFICATION] markers remain
- Requirements are testable and unambiguous
- Success criteria are measurable
- Success criteria are technology-agnostic (no implementation details)
- All acceptance scenarios are defined
- Edge cases are identified
- Scope is clearly bounded
- Dependencies and assumptions identified
Feature Readiness
- All functional requirements have clear acceptance criteria
- User scenarios cover primary flows
- Feature meets measurable outcomes defined in Success Criteria
- No implementation details leak into specification
Notes
- Initial validation passed with no remaining clarification markers.
- The spec stays bounded to the public website and keeps
apps/platformexplicitly out of scope. - Route selection remains intentionally flexible inside current IA, with
/evaluierungor/evaluationrecorded as the preferred destination depending on the active site language strategy. - CTA behavior is explicitly limited to real routes, real forms, or real mailto/contact destinations.
- The spec is ready for
/speckit.plan.
Implementation Close-Out
- Routes shipped:
/evaluierung(de) and/en/evaluation(en) via a sharedEvaluationPage.astrocomponent and centralized locale copy. - Validation:
buildPass;public-routes.spec.tsPass (362);interaction.spec.tsPass (82, 6 project-scoped skips); static claim scans oversrc,public, anddistclean. Full results in plan.md. - Discovery: homepage, platform, review-pack, trust, both use-case surfaces, and footer link to the route; main-nav item intentionally omitted.
- Scope: changes confined to
apps/website/**and this feature's spec artifacts;apps/platform/**untouched.