Start a new feature specification workflow (Requirements -> Design -> Tasks)
Initiates a structured feature specification workflow (Requirements → Design → Tasks) with context-aware skill loading. Use this when starting any new feature to ensure comprehensive planning with proper domain knowledge and architectural guidance.
/plugin marketplace add anujkumar001111/xsky-agent/plugin install anujkumar001111-xsky-dev-team@anujkumar001111/xsky-agentcommands/I want to start a new spec workflow for feature: "{{arguments}}"
Before starting, invoke relevant skills based on feature description:
If feature involves XSky framework:
Skill: "xsky-core"
If feature involves browser automation:
Skill: "browser-automation"
If feature involves Electron:
Skill: "electron-integration"
If feature involves LLM/AI:
Skill: "llm-integration"
If feature involves MCP:
Skill: "mcp-development"
Also read steering documents:
.claude/steering/product.md (business context).claude/steering/tech.md (conventions).claude/steering/structure.md (architecture)Try calling spec-system-prompt-loader agent via Task tool (subagent_type="spec-system-prompt-loader")
If unavailable, read .claude/system-prompts/spec-workflow-starter.md directly
Follow loaded instructions for: Requirements → Design → Tasks
Each phase requires explicit user approval before proceeding.
| Phase | How Skills Help |
|---|---|
| Requirements | Domain skills provide existing patterns to reference |
| Design | Architecture skills inform component design |
| Tasks | Tech stack skills ensure correct build/test ordering |