Skip to content

Repository files navigation

AI Native Standard Workspace

CI CodeQL License: MIT

This repository contains the V0.1 release source for the AI Native Standard Workspace product. It is not a business project and is not bound to any specific project or AI platform.

The primary deliverable is a text-only, versioned, self-contained Bootstrap Skill. An AI uses the Skill to expand the standard template into an empty directory. The expanded workspace carries its own Skills, specifications, schemas, fact management, project adaptation, diagnostic integration, and validation capabilities.

Current capabilities

  • Define a standard workspace structure and lifecycle that are as independent as possible from AI platforms.
  • Define fact models for the host environment, project plugins, diagnostic capabilities, and tasks.
  • Provide Skills for bootstrapping, initialization, environment inspection, project adaptation, diagnostic configuration, Doctor checks, task creation, and upgrades.
  • Provide a reproducible V0.1 workspace template.
  • Provide Bootstrap safety validation, an installed Release receipt, structural Doctor checks, and upgrade-impact previews.
  • Provide versioned seed knowledge about tool capabilities for environment fact collection and non-binding optimization recommendations.
  • Provide a controlled feedback loop from workspace practice to standard proposals and version evolution.
  • Provide equivalent offline Bootstrap, validation, repair-planning, build, test, and packaging entry points for POSIX shell and PowerShell hosts.

Product layers

Bootstrap Skill
  -> expand the standard workspace
  -> initialize host environment facts
  -> attach and adapt a project
  -> configure project capability plugins
  -> compile AI rules
  -> enter READY after the Doctor passes

Runtime capabilities are composed from:

generic workflow kernel
+ current machine capabilities
+ generic technology adapters
+ project plugin
+ project instance facts
+ project capability plugins
+ current task state

Repository layout

  • skills/: the Bootstrap Skill and, under assets/workspace-v0.1/skills/, the runtime Skills carried by an expanded workspace.
  • specs/: workspace, serialization, task, fact, project-plugin, diagnostic, AGENTS-generation, and upgrade protocols.
  • schemas/: machine-readable base JSON Schemas.
  • facts/: product decisions, reusable seed knowledge, and observations retained only for source traceability.
  • docs/: product vision, architecture, lifecycle, maintenance guidance, roadmap, and the complete design-session summary.
  • scripts/: product build and validation scripts.
  • tests/: Bootstrap, schema, runtime, and repository-structure tests.
  • CHANGELOG.md: release-level product changes; it does not replace task memory or design facts.

Current stage

V0.1 focuses on fixing the design into a reviewable, verifiable text product skeleton. The standards and assets are not bound to a specific AI platform. Deterministic Bootstrap entry points are provided for POSIX sh and Windows PowerShell 5.1 or PowerShell 7. Self-update, cross-version migrations, and a complete AI-instruction compiler remain protocol definitions rather than production implementations in this release.

Bootstrap creation and validation do not require Python or Node.js on either host profile. Deterministic scripts carried by the expanded workspace use Python 3 as one cross-platform implementation; on Windows they can be invoked through py -3, python, or another Python 3 command verified by environment inspection.

Intended use

  1. Use skills/bootstrap-standard-workspace to expand the template into an empty directory.
  2. In the new workspace, use initialize-standard-workspace to establish host environment facts.
  3. Use adapt-project-workspace to attach code mirrors, remotes, and the project plugin.
  4. Use configure-project-diagnostics when diagnostic capabilities are needed.
  5. Run standard-workspace-doctor; after all gates pass, mark the workspace READY.
  6. At task completion or during periodic retrospectives, use extract-standard-feedback to generate redacted candidates; review them in the standard repository before incorporating them into a later version.
  7. Use localize-standard-workspace to generate reviewed, non-authoritative language adaptations without changing the canonical English control plane.

Repository and distribution

std-workspace is the independent canonical Git repository for specifications, schemas, documentation, and build logic. The formal distribution is the bootstrap-standard-workspace Skill ZIP built from this repository; they are not two parallel products.

std-workspace Git repository
  -> build + validate
  -> bootstrap-standard-workspace Skill
  -> expand into an empty directory
  -> self-hosted standard workspace

The root-level docs/session-summary.md preserves design history and is not included in the Bootstrap Skill ZIP. The distribution carries only generic specifications, product documentation, and reusable seed knowledge.

On POSIX hosts, run scripts/build-bootstrap-assets.sh and tests/run.sh. From PowerShell, run & ./scripts/build-bootstrap-assets.ps1 and & ./tests/run.ps1. Both paths synchronize the same sources and enforce the same release contracts.

The project is available under the MIT License. See CONTRIBUTING.md, SECURITY.md, SUPPORT.md, GOVERNANCE.md, and the GitHub repository settings checklist before contributing or publishing a release.

About

No description, website, or topics provided.

Resources

Code of conduct

Contributing

Security policy

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages