wrap-up

star 0

Close out MCP-backed Cline v2 work when asked to "wrap up", "export requirements", or "close out".

sharpninja By sharpninja schedule Updated 6/6/2026

name: wrap-up description: Close out MCP-backed Cline v2 work when asked to "wrap up", "export requirements", or "close out".

Trust marker details only after the TypeScript bridge verifies workspace/marker state. Use the requirements, session, todo, and workspace tools from @sharpninja/mcpserver-plugin-core (wired through src/plugin.ts); do not use raw REST for normal MCP mutations.

workflow.* names below are plugin workflow/REPL method names used by the bridge, not literal Cline v2-visible tool names. Cline v2-visible tools use this plugin's host-facing names, and native /mcp-transport tools use names such as sessionlog_*, todo_*, and requirements_*. 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.

Install via CLI
npx skills add https://github.com/sharpninja/mcpserver-cline-v2-plugin --skill wrap-up
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator