From ai-workspace-orchestrator
Creates or updates AGENTS.md and CLAUDE.md workspace contracts for AI coding agents. Use for project instructions, symlink strategy, orchestrator routing, skill maps, or monorepo AI configuration.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ai-workspace-orchestrator:workspace-contractThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Goal: make the project readable to future agents in one load.
Goal: make the project readable to future agents in one load.
AGENTS.md and CLAUDE.md if present.AGENTS.md as canonical for multi-agent portability.CLAUDE.md as a symlink to AGENTS.md when supported and requested.plugins/.Use this decision order:
AGENTS.md is canonical and CLAUDE.md is absent, create CLAUDE.md -> AGENTS.md when the filesystem and user allow symlinks.CLAUDE.md pointer that references AGENTS.md.## AI Workspace
Depth: medium
Topology: monorepo
Canonical instructions: AGENTS.md
Skills:
- setup-ai-workspace: project setup and routing
Agents:
- workspace-orchestrator: cross-domain planning and delegation
Verification:
- Run repo tests or documented quality gates after edits.
plugins/ changes, update .claude-plugin/marketplace.json in the same change.npx claudepluginhub andersonlimahw/lemon-ai-hub --plugin ai-workspace-orchestratorGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Synthesizes the current conversation into a structured spec (PRD) and publishes it to the project issue tracker with a ready-for-agent label, without interviewing the user.