📋 Story Management
/create-story
SCRUMCreate a new user story in the product backlog using standard Agile format.
Parameters:
Examples:
/create-task
SCRUMBreak down stories into executable technical tasks with time estimates.
Parameters:
Examples:
/create-bug
ISSUEReport and track bugs with automatic prioritization in the backlog.
Parameters:
Examples:
/create-project
NEWIntelligently analyze project requirements and generate comprehensive stories, tasks, and technical architecture.
Parameters:
Examples:
🏃 Sprint Management
/estimate-story
PM AGENTAutomatically estimate story points using the Project Manager agent's complexity analysis algorithm.
Parameters:
PM Agent Analysis:
- Technical complexity (API, database, authentication)
- CRUD operations count
- Acceptance criteria complexity
- UI/UX requirements
- Testing requirements
- Maps to Fibonacci points (1,2,3,5,8,13,21)
Examples:
/create-sprint
SPRINTPlan a new sprint with automatic story selection based on velocity.
Parameters:
Examples:
/start-sprint
EXECUTIONBegin sprint execution with strict sequential task processing and TDD enforcement.
Parameters:
Examples:
/show-backlog
VIEWDisplay the prioritized product backlog with story points and status.
Parameters:
Examples:
🛠️ System Commands
/xavier-help
HELPDisplay all available Xavier commands with descriptions and usage examples.
Parameters:
Examples:
/xavier-config
CONFIGConfigure Xavier settings including test coverage, Clean Code limits, and workflow options.
Parameters:
Examples:
/xavier-stats
METRICSView project statistics including velocity, test coverage, and code quality metrics.
Parameters:
Examples:
/xavier-update
SYSTEMCheck for Xavier Framework updates and install the latest version with automatic backup.
Parameters:
Examples:
🔧 Advanced Commands
/xavier-validate
QUALITYValidate code against Clean Code standards and test coverage requirements.
Parameters:
Examples:
/xavier-agent
AIInvoke specialized agents (Python, Go, Frontend, etc.) for language-specific tasks.
Parameters:
Examples:
💡 Pro Tips
- Commands are executed sequentially - Xavier won't allow parallel task execution
- All commands respect the 100% test coverage requirement
- Story points must follow Fibonacci sequence for accurate velocity tracking
- Bug severity automatically determines sprint priority
- Use
/show-backlog
frequently to track progress - Configure settings with
/xavier-config
to match your team's standards - Use
/create-project
for AI-powered project initialization with automatic story generation - Run
/xavier-update
regularly to get the latest features and improvements