Loading…
Loading…
Below is a section-by-section tour of the docs/ tree that lands in your generated ZIP next to the source code. Real examples drawn from a task-tracker generation — not a marketing mockup.
docs/README.md5-question index: Why each decision · Does every requirement connect to code · What does the architecture look like · What legal needs · What the UI should look like.
docs/decisions/ADR-*.mdAlways generated: backend stack choice, frontend stack choice, database (Postgres), auth pattern (JWT httpOnly cookies), ORM (SQLAlchemy + Alembic). Plus one ADR per selected vendor and per compliance flag.
docs/traceability.md + .csvEvery user story → functional requirement → screen → entity → generated file path. Orphan-FR detection surfaces coverage gaps explicitly (auditors need the gaps visible, not hidden).
docs/diagrams/*.mmdC4 context (system + users + integrations), C4 containers (frontend / API / DB / workers / cache), entity-relationship diagram, sequence diagrams per priority screen, state-machine diagrams per stateful entity. Renders natively on GitHub.
docs/compliance/*.mdPer-flag: GDPR DPIA (Article 35), HIPAA risk assessment (§164.308), PCI-DSS scope statement, SOX §404 COSO ITGC matrix. Populated from the data model and integrations; human-judgement fields marked TBD.
docs/cost-estimate.mdMonthly TCO per stack (compute + DB + cache + storage + egress + monitoring), per-vendor integration cost, per-compliance overhead. Growth projections to 1M MAU with scaling inflection points.
docs/security-posture.mdAttack surface (routes × entities × integrations). Auth control table keyed to real files. Pre-launch security checklist. Per-integration DPA / min-scope / region-compliance tracking.
docs/performance-notes.mdBaseline throughput per stack (sync vs async). DB scaling profile. Caching strategy. External-call latency budget per integration. Mobile client considerations. Scaling ceilings by architecture style.
Free trial. No credit card. Describe a product, pick a stack, hit generate. The handoff pack shown above lands in your ZIP, populated with the entities, integrations, and compliance flags you set.