Open first-principles questions
Problem and market
- Which single client outcome has the strongest combination of pain, willingness to pay, repeatability and reusable supply?
- Are the 17 industries the correct market partitions, or should selection begin from workflow archetypes independent of industry?
- Which industry differences materially change software architecture rather than language and configuration?
- What evidence would make us kill the semi-custom assembly thesis and build focused vertical products conventionally?
Capability and reuse
- What is the minimum semantic
CapabilityContractthat works for a service, embedded module and extracted package? - Can one source yield several capabilities and packaging variants without identity confusion?
- What objective signals predict extraction/adaptation effort?
- At what point is transplantation cheaper than maintaining an adapter to upstream?
- Which donor concerns can be standardized through host adapters: branding, onboarding, settings, navigation, identity, billing, notifications and audit?
- How do we represent a complete application template without making it an indivisible monolith?
Data plane
- What state classes do the first 100 high-value capabilities actually require?
- What operations must the typed data port support: CRUD, transactions, subscriptions, bulk operations, search, files, analytics, schema introspection?
- Can owned Postgres resources and donor-native resources participate in one product workflow without hidden dual writes?
- When are events/read models sufficient, and when is synchronous cross-system consistency required?
- Should each client have one database, one schema, separate service stores or a hybrid?
- What is the migration and rollback model for an assembled application release?
Identity, settings and host absorption
- What is the canonical Actionist identity/session contract?
- How does a mature donor accept host identity without retaining reachable donor signup/login flows?
- Which settings are global, tenant, application, capability and user scoped?
- Can settings/navigation/onboarding surfaces be declared and remounted, or will each donor need bespoke surgery?
- How are feature permissions and external-action approvals represented consistently?
Connectors
- What is the canonical provider/action/trigger schema?
- Which providers require scripted setup beyond declarative schemas?
- How does Actionist own tenant connection storage while reusing external catalogues and OAuth engines?
- What is the idempotency, retry, rate-limit and receipt contract for side effects?
- When should browser automation be a connector runtime rather than a separate application feature?
UI and product composition
- What are the reusable levels: token, primitive, component, pattern, page, workflow and shell?
- How should 8,515 UI identities be deduplicated and scored by visual/interaction quality?
- Can design-token adaptation preserve donor UI quality without flattening every product into one generic aesthetic?
- Is user preference selection through galleries measurably better than chat descriptions?
- Which shell best serves case/workflow, portal, CRM, support and operations archetypes?
- How much donor UI should remain intact versus be rebuilt using Actionist components?
Composition and agents
- Which compatibility constraints are mechanical before source execution?
- What information makes the solver return
UNDERDETERMINED, and which domain must supply it? - What portion of adaptation can be represented as repeatable transforms?
- Which model class is required for source understanding, planning, adaptation and verification?
- Does plan-then-fill outperform direct code generation on first-pass workflow success, tokens and repair loops?
- How should the system choose between a complete donor service and several smaller blocks?
Runtime and operations
- Which runtime profiles are required for v1: package, microfrontend, iframe, sidecar, service, worker, cron?
- What should be rented versus operated for sandbox previews and deployment?
- How are runtime health, logs, versions and failures attributed to individual capabilities?
- Can one capability be upgraded or rolled back independently without invalidating the application composition?
- What is the minimal local/preview environment that faithfully predicts production?
Evidence and learning
- What does “quality” mean per capability kind: correctness, UX, maintainability, performance, adaptability, observability or production history?
- Which isolated receipts predict whole-workflow success?
- How do production incidents and client outcomes update asset rankings?
- What are the denominators for build success, maintenance burden and client value?
- What is the cost per accepted application, per workflow and per maintained client?
- Which research counters are structurally complete but semantically shallow?
- Where is the authoritative 1.3M/850k/80k corpus, and what is actually indexed?
Questions that should not consume another broad research loop yet
- “Can we find more repositories?” Almost certainly yes; that does not test reuse.
- “Can we list more Lovable competitors?” Yes; the current bottleneck is evidence depth and architecture, not names.
- “Can we create more industry×repository rows?” Yes; earlier waves proved count growth can hide identity and evidence gaps.
- “Which database brand wins universally?” No universal winner exists without workload classes and ownership constraints.
- “Can an agent automate all of this?” The useful question is which decisions can be made mechanically, which can be model-assisted and which require accountable product judgment.