Supernal Coding CLI Commands
All commands can be run with either sc or supernal-coding prefix.
Available Commands
| Command | Description |
|---|---|
agent | Agent workflow management |
deploy | Deploy project components |
dev | Development tools and utilities |
docs | Documentation management system |
fix-frontmatter | Auto-fix common frontmatter issues in requirement files |
generate | Generate project files and documentation |
git-hooks | Git hooks management and installation |
git-smart | Smart git workflow utilities |
help | Show comprehensive help |
init-req-tracking | Initialize git tracking metadata for all requirement markdown files |
install | Install supernal-coding system in target repository |
kanban | Kanban task management system |
map | Generate and manage command mappings from code |
priority | Priority management for requirements and tasks |
suggest | Instantly create GitHub issues with context |
test | Testing guidance and execution system |
validate | Validate project structure and requirements |
Quick Start
# Get help for any command
sc <command> --help
# Common workflow commands
sc kanban list # View current tasks
sc validate --all # Validate project
sc suggest "feedback" # Quick GitHub issue
This documentation is automatically generated from the live CLI system.