Back to the catalog

superpowers/specs — index

OKF index — 31 concepts, 1 subfolders

Open source Repository Open in the app JSON README (API)

About

<!-- okf:generated -->
# superpowers/specs — index

_Read this first. Lists every concept + subfolder here so an agent loads only what it needs (OKF / LLM-Wiki pattern)._

## Subfolders
- [[2026-07-03-billing-correctness/index]]

## Concepts
- [[2026-03-30-decision-room-series-design]] — Decision Room — Series Design Document
- [[2026-04-06-mobile-app-store-ai-capabilities-design]] — Sprint L Design: Mobile App Store Setup + AI Capabilities
- [[2026-04-07-cinematic-landing-video-v2-design]] — Cinematic Landing Video V2 — Design Spec
- [[2026-04-07-cinematic-landing-video-v3-design]] — CinematicLandingV2 — Video v3 Redesign
- [[2026-04-14-sketch-editor-v2-design]] — Sketch Tool V2 — Design Specification
- [[2026-05-12-onboarding-redesign-design]] — New-user onboarding redesign — gated, AI-driven setup wizard
- [[2026-05-13-invited-technician-onboarding-design]] — Invited-technician onboarding — design
- [[2026-05-14-signin-jobclose-audit-design]] — Sub-project #5 — Sign-in → Job-Close J

Details

Kind
OKF bundles
Topic
Finance & crypto
Publisher
cleanexpo
Origin
okf_github
Category
dados
Version
0.1
Stars
1
Forks
1
Last push
2026-09-07T15:12:39Z
Repository state
ativo
Language
TypeScript
Added
2026-09-09 12:03:57
Updated
2026-09-09 12:03:57
Origin id
CleanExpo/RestoreAssist:docs/superpowers/specs/index.md

README

# RestoreAssist

TypeScript / Next.js 15 App Router compliance platform for Australian water damage restoration.

## Layout

```
app/           Next.js App Router
components/    UI
lib/           Domain / server logic
prisma/        Schema + migrations (deploy SSOT)
public/        Static assets
scripts/       Build / ops
config/        ESLint, Vitest, Playwright, Lighthouse
docs/          Long-form docs
e2e/           Playwright end-to-end specs
data/content/  Help, training, video scripts (runtime)
tools/         Remotion video pipeline + local render output
packages/      Workspace packages (pilot-tester)
ops/           Release ops (fastlane metadata)
mobile/        Expo
ios/ android/  Capacitor shells
```

Playwright e2e lives under `e2e/` at the repo root.

Env template: `.env.example`.

## Commands

```bash
npm ci
npm run dev
npm run type-check   # authoritative
npm run lint
npm run test:unit
npm run test:smoke
npm run build
```

## Docs

- Release gate: `docs/RELEASE_GATE.md`
- Root cleanup: `docs/ROOT_CLEANUP_REPORT.md`

More