This repository is a small AI workspace for Claude Code.
It is built around one idea: useful Claude workflows should be packaged as installable plugins, not left as personal setup, scattered prompts, or one-off local habits.
The platform currently gives teams three reusable layers:
core-aiws for shared process and improvement workflowsmemory-aiws for shared cross-project memory contractsdata-analyst-aiws for analyst-specific workflowsUse this platform when you want Claude Code to behave less like a blank assistant and more like a reusable working system.
It is meant for teams that want:
In practice, this means you can install a common foundation once, then add domain plugins on top of it.
The platform is intentionally split into composable plugins rather than one large monolith.
core-aiwsThe shared process layer.
It provides:
/aiws-improve workflowmemory-aiwsThe shared memory layer.
It defines:
data-analyst-aiwsThe first real domain plugin.
It currently provides:
data-analyst-forecastThis plugin is intentionally primed, not blank-slate: it ships domain references and workflow structure so users get useful behavior on day one.
This repository is not only an analyst plugin repo. It is a platform for adding more plugins with the same architecture.
The extensibility model is:
core-aiws stays the shared process foundationmemory-aiws stays the shared memory foundationThat means future plugins can follow the same pattern without reinventing the platform:
lawyer-aiwsmarketologist-aiwsproduct-manager-aiwsA new plugin should not need to reimplement:
It should only contribute:
In Claude Code:
/plugin marketplace add sashakang/ai-workspace
/plugin install core-aiws@ai-workspace
/plugin install memory-aiws@ai-workspace
/plugin install data-analyst-aiws@ai-workspace
Then restart Claude Code if prompted.
If you already installed the marketplace earlier and want the latest plugin state, refresh and reinstall the relevant plugin.
This platform is installable now as an early alpha.
What is real today:
What that means in practice:
ai-workspace/
├── core-aiws/
├── memory-aiws/
├── data-analyst-aiws/
└── docs/
Each plugin is independently installable from the marketplace, but they are developed together because they share contracts and architecture.
Repository path:
~/Documents/ai-workspace/
Local runtime testing:
claude \
--plugin-dir ~/Documents/ai-workspace/core-aiws \
--plugin-dir ~/Documents/ai-workspace/memory-aiws \
--plugin-dir ~/Documents/ai-workspace/data-analyst-aiws
End users should install through the marketplace, not by cloning or symlinking the repo.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub sashakang/ai-workspace --plugin core-aiwsCreate and edit native Google Docs, Sheets, and Slides from Claude Cowork — 22 tools for the full Google Workspace
Domain plugin for time-series forecasting and analytical review.
Feature development with code-architect/explorer/reviewer agents, CLAUDE.md audit and session learnings, and Agent Skills creation with eval benchmarking from Anthropic.
Developer tools for maintaining Claude Code plugins. Upgrade skills, audit structure, and align with latest platform capabilities.
Meta-tools for Claude Code configuration and customization
High-intelligence Claude Code copilot with deep code reasoning, evidence-driven planning, orchestration-first execution, model routing, context budgeting, CI/CD integration, enterprise security, plugin development, prompt engineering, performance profiling, agent teams, channels (event-driven autonomy with CI webhook, mobile approval relay, Discord bridge, and fakechat dev profile), interactive tutorials, LSP integration, security-hardened hook script library, MCP Prompts coverage, common workflow packs, runtime selection guide, computer-use patterns, checkpointing, scheduled-task blueprints, repo bootstrap scanner, hook policy engine (8 installable packs), layered memory deployment, role-based subagent packs (implementer, debugger, migration-lead, dependency-auditor, release-coordinator), 5 agent-team topology kits, autonomy operating mode (4 profiles + 3 gates), and a queryable 15-tool MCP documentation server with autonomy advisor.
Meta-cognitive tools for Claude Code self-improvement. Learn from feedback, optimize configuration, and evolve your AI development workflow.
Core AIWG utilities for context regeneration, workspace management, development kit, and @-mention traceability. Essential foundation for other AIWG plugins.