Session Continuity

KnowzCode uses WorkGroups to track the complete state of every development task: which phase you are in, what has been completed, pending decisions, and next steps. When you return to work, /knowzcode:continue reads the WorkGroup state and resumes the workflow from the exact point where you stopped.

How it works

Every development workflow creates a WorkGroup with a unique identifier. The WorkGroup file tracks: current phase, completed phases, all artifacts (specs, test results, audit scores), pending decisions, and a detailed next-steps section. When you run /knowzcode:continue, the framework reads this state and reconstitutes the workflow context. It tells you where you left off and what needs to happen next, then proceeds without losing any context.

WorkGroup state file showing phase tracking and next steps

Screenshot coming soon

Why it matters

AI coding assistants lose all context when you close the session. You return the next day and have to re-explain everything. WorkGroups solve this by persisting the complete development context in your project files. The AI can read these files and instantly understand: what was the goal, what has been done, what remains. This is especially valuable for multi-day features where the context is too complex to re-explain manually.

Terminal showing /knowzcode:continue resuming a multi-day workflow

Screenshot coming soon