Skip to main content

Supernal Coding CLI Commands

All commands can be run with either sc or supernal-coding prefix.

Available Commands

CommandDescription
agentAgent workflow management
deployDeploy project components
devDevelopment tools and utilities
docsDocumentation management system
fix-frontmatterAuto-fix common frontmatter issues in requirement files
generateGenerate project files and documentation
git-hooksGit hooks management and installation
git-smartSmart git workflow utilities
helpShow comprehensive help
init-req-trackingInitialize git tracking metadata for all requirement markdown files
installInstall supernal-coding system in target repository
kanbanKanban task management system
mapGenerate and manage command mappings from code
priorityPriority management for requirements and tasks
suggestInstantly create GitHub issues with context
testTesting guidance and execution system
validateValidate 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.