npx claudepluginhub zzaia/zzaia-agentic-workspace --plugin zzaia-workspace--action <implement> [options] [--description <text>]commands/orchestrator/# orchestrate Skill Unified entry point for workflow orchestration operations. Routes to the appropriate sub-command based on `--action`. ## Parameters | Parameter | Required | Description | |-----------|----------|-------------| | `--action` | Yes | Operation: `implement` | ## Action Routing | Action | Command | Description | |--------|---------|-------------| | `implement` | [@orchestrate:implement](./implement/SKILL.md) | Analyse work-item dependencies and orchestrate implementation in optimal order | ## Instructions 1. **Parse** `--action` from the invocation arguments 2. **Deleg...
/SKILLGenerates CLAUDE.md project config file via interactive phases: detects environment and tools, collects developer profile, selects testing methodology and tech stack.
/SKILLCreates conventional git commit from conversation intent using git-agent and pushes to remote. Accepts optional Claude model name for co-author.
/SKILLResolves GitHub issue via isolated worktree, TDD workflow, and auto-closing PR creation.
/SKILLCreates a GitHub pull request with automated quality validation, security scanning, issue linking, and compliance checks. Accepts optional description or issue reference.
/SKILLStarts git-flow release: validates <version> semver, creates release/<version> branch, bumps version in project files, commits, and pushes to origin.
/SKILLReviews SwiftUI and Swift code for best practices, modern APIs, data flow, navigation, accessibility, performance. Outputs issues by file with before/after fixes and prioritized summary.
Unified entry point for workflow orchestration operations. Routes to the appropriate sub-command based on --action.
| Parameter | Required | Description |
|---|---|---|
--action | Yes | Operation: implement |
| Action | Command | Description |
|---|---|---|
implement | @orchestrate:implement | Analyse work-item dependencies and orchestrate implementation in optimal order |
--action from the invocation arguments