Final piece of DOJ-3189 scope. Adds the agent that bridges launchpad-toolkit skills to the live DojoOS REST API — contract-first (reads OpenAPI spec) and fail-safe (graceful degradation when endpoints are missing).
5 statuses returned to skills: LIVE_DATA / NOT_IMPLEMENTED / SPEC_GAP / AUTH_REQUIRED / ERROR
Skills now integrate with agent:
cofounder-matching— list_candidate_pool, sync_candidate_scorecardinvestor-matching— get_investor_database, get_investor_profilestage-tracker— sync_stage, list_milestones, + get_user_courses (LIVE today)
What's LIVE today (per OpenAPI spec): 12 endpoints — Agent, Courses, Projects, Billing, Users, Admin, Media, Email. Launchpad-specific endpoints (cofounder, investor, demo-days, stage tracker, spikes) are SPEC_GAP today — tracked per-endpoint in DojoOS repo.
Ecosystem effect: plugin is fully operational standalone, and auto-upgrades to API-enriched mode as individual endpoints ship — zero plugin code changes required.
Full v0.x scope shipped
- 8 skills (startup-intake, feature-to-spike, cap-table-builder, founder-documents, cofounder-matching, investor-matching, demo-day-prep, stage-tracker)
- 1 command (/launchpad-toolkit:propose-spike)
- 1 agent (dojoos-api-consumer)
- 1 reference doc (productization-workflow)