Start XSky development workflow - analyze task and delegate to appropriate agents
Orchestrates XSky development tasks by analyzing your request and delegating to the appropriate specialized agent. Use this as the entry point for any XSky development work - it reads project context and routes features, bugs, reviews, or specialized tasks to the correct workflow.
/plugin marketplace add anujkumar001111/xsky-agent/plugin install anujkumar001111-xsky-dev-team@anujkumar001111/xsky-agentcommands/You are starting a development task for the XSky AI Agent framework.
First, analyze what the user wants to accomplish:
Before delegating, read the steering documents:
.claude/steering/product.md - Product goals.claude/steering/tech.md - Technical conventions.claude/steering/structure.md - Project structureUse the Task tool to invoke the right agent with a clear prompt.
For complex features, follow this sequence:
After the agent completes:
pnpm build to verify compilationpnpm test to verify tests pass| Agent | Use For |
|---|---|
| xsky-architect | Architecture, design, technical decisions |
| xsky-implementer | Writing code, bug fixes, features |
| xsky-reviewer | Code review, PR review |
| browser-tools-specialist | Browser automation, DOM tools |
| llm-integration-specialist | LLM providers, prompts, streaming |
| xsky-test-engineer | Tests, coverage, debugging tests |
| workflow-xml-specialist | Workflow XML, planning, execution |
| mcp-integration-specialist | MCP clients, external tools |
Now analyze the user's request and proceed with the appropriate workflow.