sc
Supernal Coding CLI for development workflows - task management, requirements tracking, testing, git automation, ralph loops, compliance, and documentation. Use for task management (sc task), project health checks, traceability, spec management, or autonomous task execution.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/ianderrington/scsc - Supernal Coding CLI
Development workflow automation, task management, requirements tracking, and autonomous task execution.
Canonical scope:
scis for developer/project workflow commands.orchis for orchestration runtime operations (capacity/spawn/triage/heartbeat/automation).- Do not assume same-name commands across CLIs are semantic equivalents.
Installation
npm install -g @supernalintelligence/supernal-coding
Quick Reference
Task Management (PRIMARY)
sc task create "Title" --assignee @me --priority P2
sc task list # Your tasks
sc task list --all # All repos
sc task list --status in-progress # Filter by status
sc task view TASK-123 # View task details
sc task start TASK-123 # Begin work (sets in-progress)
sc task done TASK-123 --notes "..." # Complete task
sc task next # Get next task (ralph mode)
sc task verify TASK-123 # Check evidence (optional)
sc task edit TASK-123 # Edit in $EDITOR
# Session linkage (dashboard only - requires localhost:3006)
sc task link TASK-123 # Link to current session (needs OPENCLAW_SESSION_KEY)
sc task link TASK-123 --session "..." # Link with explicit session
sc task linked # List linked tasks
sc task unlink TASK-123 # Remove link
Storage: .supernal/tasks/ (per-repo) or ~/.supernal/tasks/ (global)
Workflow Guide: See docs/TASK_WORKFLOW.md for how tasks, requirements, features, and specs work together.
Project Health & Status
sc health # Run health checks
sc monitor # Development status dashboard
sc status # Alias for monitor
Requirements & Traceability
sc trace # Traceability matrix
sc planning # Manage epics, features, requirements, tasks
sc audit # Audit features, requirements, tests
Git & Workflow
sc git # Git workflow operations
sc git smart # Smart commits, branch management
sc workflow # Project workflow management
Ralph (Autonomous Loops)
sc ralph # Autonomous task execution
sc spec <action> [target] # Spec file management for ralph loops
Code Quality
sc code <action> # Code quality and contracts
sc compliance # HIPAA, SOC 2, ISO 27001 validation
sc security # Database security verification
Documentation
sc docs # Documentation management
sc search <query> # Search across all content
System
sc init [dir] # Initialize project
sc update # Check for updates
sc system # Config, upgrade, sync, license
Common Patterns
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-ianderrington-sc": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
apple-notes
Extract and monitor Apple Notes content for workflow integration. Supports bulk extraction, real-time monitoring, and export to various formats.
universal-command
Define commands once, deploy to CLI, API, and MCP automatically. Use when building new commands/tools for Supernal — ensures consistent interfaces across all surfaces. DO NOT rebuild this pattern — use this package.
supernal-interface
Universal AI Interface framework for making applications AI-controllable. Use when adding AI tool decorators, setting up chat adapters, creating AI-callable functions, or integrating CopilotKit.
Si
Skill by ianderrington
clawx
Agent verification via ClawX OAuth system. Use when checking agent verification status, embedding verification widgets, or working with agent identity/trust tiers.