Closer
The Closer agent handles the final phase of the workflow. It updates documentation, captures learnings to the knowledge base, prepares commit messages, and updates the project tracker. It ensures nothing falls through the cracks between code completion and the actual merge.
How it works
After the audit passes, the Closer agent reviews all artifacts from the workflow: spec, implementation, test results, and audit score. It updates the project tracker with completion status, drafts a descriptive commit message summarizing the change, updates any affected documentation, and captures key learnings (gotchas, decisions, patterns) to the Knowz vault if connected. The WorkGroup state is updated to reflect completion.
Closer agent updating tracker and preparing commit
Screenshot coming soon
Why it matters
The gap between 'code works' and 'code is shipped' is where things get lost: documentation goes stale, learnings are forgotten, commit messages are vague. The Closer agent automates this entire handoff, ensuring every completed feature has proper documentation, clear commit history, and captured institutional knowledge. Future developers (and future AI agents) benefit from this accumulated context.
Knowledge vault showing auto-captured learnings from workflow
Screenshot coming soon
Related Features
Session Continuity
Close your editor, come back tomorrow -- /knowzcode:continue picks up exactly where you left off.
Learning Capture
After completing work, insights are automatically captured to your knowledge base.
Knowledge Liaison
Connects to Knowz vaults: searches past decisions during planning, captures learnings after completion.