name: wrap-up description: Close out MCP-backed Claude Cowork work when asked to "wrap up", "export requirements", or "close out".
Trust marker details only after local marker trust and workspace health are checked. Use lib/repl-invoke.sh or lib/repl-invoke.ps1; do not use raw REST for normal MCP mutations.
workflow.* names below are plugin workflow/REPL method names, not literal native MCP tool names. Native /mcp-transport tools use names such as sessionlog_*, todo_*, and requirements_*; hosted-agent adapters may expose mcp_* aliases. Do not declare the plugin unavailable solely because generic MCP discovery does not list literal workflow.* names.
Reconcile requirements through workflow.requirements.*, export wiki documents with workflow.requirements.generateDocument, run validation, then use the commit-sync pause contract for commit/push. Reconcile the session log with workflow.sessionlog.appendDialog and workflow.sessionlog.appendActions.
Complete the turn with workflow.sessionlog.completeTurn. Use workflow.sessionlog.failTurn for validation failure, export failure, or blocked commit/push.