Capability Learning Coverage
The enforced map from important Workspai capabilities to learning guides, command reference pages, and published contracts.
Every important Workspai capability needs four connected surfaces:
- a learning guide that explains the mental model and authority boundary,
- contract-derived command reference pages,
- versioned schemas or capability contracts, and
- a build gate that prevents silent drift.
27 domains · 144 documented invocations · 106 catalog contracts
| Capability | Learning path | Representative commands | Primary contracts |
|---|---|---|---|
| Create, adopt, and import | Open guide | create, adopt, import | 2 |
| Workspace Model | Open guide | workspace model | 1 |
| Workspace Graph | Open guide | workspace graph | 1 |
| Workspace Doctor | Open guide | doctor workspace | 2 |
| Verified Goals | Open guide | goal, workspace goal | 2 |
| Verified AI Repair | Open guide | workspace repair | 2 |
| Agent grounding | Open guide | workspace agent-sync | 1 |
| Operational Skills | Open guide | workspace agent-sync | 2 |
| Polyglot lifecycle orchestration | Open guide | workspace run | 1 |
| Agent entry and bootstrap | Open guide | agent bootstrap, project agent-entry, workspace context | 2 |
| Analysis, readiness, and verification | Open guide | analyze, readiness, workspace verify | 3 |
| Change intelligence | Open guide | workspace snapshot, workspace diff, workspace impact, workspace trace, workspace explain, workspace why | 4 |
| Pipeline and release governance | Open guide | pipeline, workspace contract, workspace contract verify --strict --json | 3 |
| Observation, feedback, and evaluation | Open guide | workspace watch, workspace feedback, workspace eval | 3 |
| Machine integrations | Open guide | workspace mcp, workspace export, workspace hydrate, workspace share | 3 |
| Workspace and project portability | Open guide | workspace archive, project archive, project restore | 3 |
| Modules and dependency lifecycle | Open guide | add, modules, upgrade, reconcile, rollback | 3 |
| Infrastructure operations | Open guide | infra, infra plan, infra status, infra up, infra down | 2 |
| Product factory | Open guide | product, product manifest, product plan | 2 |
| AI capabilities | Open guide | ai, ai info, ai recommend, ai generate-embeddings, ai update-embeddings | 1 |
| Mirror operations | Open guide | mirror, mirror status, mirror sync | 1 |
| Autopilot release | Open guide | autopilot, autopilot release | 1 |
| Workspace registry and operations | Open guide | workspace, workspace connect, workspace list, workspace registry, workspace sync | 3 |
| CLI platform operations | Open guide | commands, config, frameworks, help, info, license, setup, shell, version | 3 |
| Project lifecycle | Open guide | project, init, dev, start, build, test, lint, format, docs | 2 |
| Governed state and recovery | Open guide | snapshot, checkpoint, diff, merge, optimize, uninstall | 2 |
| Core contracts and protocols | Open guide | workspace intelligence, workspace intelligence run | 3 |
What the gate verifies
The portal rejects a capability mapping when:
- its learning page is missing or absent from navigation,
- a mapped command is not published by the runtime command surface,
- a mapped contract is missing or absent from the public contract catalog,
- a capability ID or learning route is duplicated, or
- a required CLI or Workspace Intelligence domain disappears from the matrix,
- a documented invocation has no capability classification, or
- a catalog contract has no capability classification.
The complete command catalog remains one page per canonical command. The contract catalog remains the field-level source for every published schema. This matrix owns discoverability between those references and the editorial learning path; it does not redefine CLI behavior.