/knowzcode:status
The status command gives you a quick overview of your KnowzCode setup and active work. It shows framework health, active WorkGroups with their current phase, agent availability, and vault connection status. Use it to orient yourself at the start of a session.
How it works
Run /knowzcode:status to see: framework version and health check, active WorkGroups with current phase and next steps, completed WorkGroups with summary metrics, agent availability (which agents are configured and active), and MCP/vault connection status. It also flags any issues like stale WorkGroups, missing specs, or configuration problems.
Status dashboard showing active work and framework health
Screenshot coming soon
Why it matters
Starting a new session without context is disorienting. The status command gives you instant orientation: what was in progress, what completed recently, and whether the framework is properly configured. It is the first command you should run when starting a new coding session.
Session start showing /knowzcode:status output with active WorkGroups
Screenshot coming soon
Related Features
Session Continuity
Close your editor, come back tomorrow -- /knowzcode:continue picks up exactly where you left off.
/knowzcode:continue
Resume interrupted work -- picks up exactly where you left off.
/knowzcode:work
Start a full development workflow with analysis, specs, implementation, testing, and audit.