01
It is not a generic chat system
AI mainly acts as the decision entry and capability-recommendation layer. The real goal is to move scripts and workflows into a governed execution chain.
Quick Start
First identify which layer fits you now, then decide which pages deserve your time.
This quick-start page exists to help you determine, through the shortest possible path, which route is currently available for direct experience, expansion, upgrade, or a deeper conversation.
01
AI mainly acts as the decision entry and capability-recommendation layer. The real goal is to move scripts and workflows into a governed execution chain.
02
You can now use the experience page, login page, signup page, and docs site directly, without detouring through older entry points.
03
There are now two practical delivery paths: standard shared-SaaS tenants and enterprise single-tenant delivery. There is no longer only one formal onboarding mode.
04
execgov-cli already covers login, registration, listing, execution, and the Agent skeleton entry points.
Path First
| Your current state | Best-fit path | What to read first | What not to rush into |
|---|---|---|---|
| You are touching the platform for the first time | Start with the free path | Experience page, signup page, Getting Started | Do not interpret it as an enterprise project from the first minute |
| You already keep connecting scripts in your personal space | First decide whether local script slots need expansion | Billing & Membership, local script-slot notes | Do not treat lightweight personal expansion as a formal team subscription |
| You are preparing for multi-user collaboration | Start with the formal tenant entry for the team edition | Billing & Membership, Customer Flow / Delivery | Do not assume that private deployment is automatically the first step |
| You involve intranet constraints, stronger isolation, or formal project acceptance | Go straight into enterprise-delivery discussion | Deployment, Customer Flow / Delivery, Contact | Do not continue using the personal-entry or standard-membership narrative |
Current Entry
| Entry | Current status | Best for | Notes |
|---|---|---|---|
/experience | The current formal public experience page | People trying it for the first time | This is a real entry point, not a screenshot placeholder. The left side currently shows Python task_brief_demo.py, the right side shows Shell clean_log_demo.sh, and the experience scripts come from the formal directory exec-gov-ai-skill-platform-script/tenant_1000/experience/. |
/login | The current formal login page | People who already have an account | Used to enter the personal free edition or later a formal tenant space. |
/register | The current formal signup page | People who do not have an account yet | After registration succeeds, the current flow enters a dedicated result page before returning to login and the personal mainline. |
/register/result | The current formal result page | People who just completed signup | It explicitly handles the next step after signup instead of relying only on a success toast. |
| Product docs | Already structured as a system | Product, technical, and presales roles | Explains what the platform is, how it is delivered, how it is deployed, and how it evolves. |
| CLI docs | Already structured as a system | Developers and local-bridge scenarios | Explains the current command boundary: what is implemented and what is not. |
| Contact page | The current formal entry | People who want to continue | Used to determine whether to stay on the free path, expand local script slots, move into the team edition, or go into enterprise delivery. It is no longer a generic contact page. |
Try First
Local Script
execgov-cli already supports.register / list / run / agent.Delivery
Before You Start
exec-gov-ai-skill-platform-script/tenant_1000/experience/ and is mapped through the manifest for hot swapping..py / .sh / .bash.execgov-cli is also adding Shell support, but the primary examples and default guidance still lean toward Python for now.execgov-cli is already usable and its local-integration capability will continue to get stronger.Current Stage
1.0 delivery mainline has been established.Next Read
Continue by goal: product overview, customer delivery, CLI docs, or FAQ, without bouncing between all pages.