This workspace is organized as a multi-repo portfolio for the AI-employee-force initiative.
platform/: end-user and operator-facing applicationsagents/: specialist agent products and runtimesshared/: shared SDKs, design assets, and reusable packagesinfra/: infrastructure and delivery automationgovernance/: architecture, standards, prompts, and documentation
aief-shellaief-marketplaceaief-control-centeraief-admin-consoleaief-identity
aief-frontoaief-backoaief-designoaief-devopsyaief-testoaief-automoaief-stacko
aief-ui-kitaief-agent-sdkaief-typesaief-auth-sdkaief-workflow-sdkaief-design-tokensaief-iconsaief-bot-assets
aief-infraaief-github-actions
aief-docsaief-architectureaief-standardsaief-prompts
Use scripts/create-org-repos.ps1 after gh is installed and authenticated with access to the AI-employee-force organization.
Use scripts/clone-team-workspace.ps1 to create a fresh ai-employee-force workspace, prompt the team member for a role, and clone only the matching repositories into the right category folders.
When the script runs, it asks for one of these role numbers:
1Developer: createsagents/andshared/and clones those repos only2Architect: createsplatform/,agents/, andshared/and clones those repos only3Admin: createsgovernance/andinfra/and clones those repos only4Project Manager: createsplatform/,agents/, andgovernance/and clones those repos only5Infra Manager: createsinfra/and clones those repos only6All: createsplatform/,agents/,shared/,infra/, andgovernance/and clones all repos
Example:
cd C:\Users\aparekh\Desktop\Projects
.\aI-employee-force\scripts\clone-team-workspace.ps1Optional non-interactive usage:
.\aI-employee-force\scripts\clone-team-workspace.ps1 -RoleChoice 2
.\aI-employee-force\scripts\clone-team-workspace.ps1 -RoleChoice 6 -Protocol ssh -ForcePull