What problem does it solve? After a deal closes, teams often fumble the BD-to-ops handoff: project records get created late, duplicated, or with inconsistent naming, and downstream systems like accounting and scheduling inherit the mess. This Skill standardizes the conversion of a won Buildr deal into a Buildr project record so nothing falls through. ## Core Features & Use Cases - Won-deal verification: Resolves the named deal via the Buildr MCP gateway, confirms it is closed-won, and asks before promoting an open deal. - Duplicate prevention: Checks for existing projects on the same company before creating a new record. - Field mapping and write: Maps deal name, company_id, and value into the narrow projects.create schema (name, description, company_id), confirms with the user, then writes. - Backward linking: Adds a note on the originating deal pointing at the new project id for auditability. - Use Case: After hearing "we won the Marina Vista job," the Skill finds the won deal, confirms no project exists for that company, creates the project record, and logs the handoff note on the deal. ## Quick Start Ask the assistant to convert the won Marina Vista deal in Buildr into a project and kick off the operational handoff.