Skip to content

feat: Deal Desk skill (CRM-in-chat) — first Claw Mart product (SOL-16)#14

Open
VisionaireLabs wants to merge 1 commit into
masterfrom
agent/engineer/5401cb44
Open

feat: Deal Desk skill (CRM-in-chat) — first Claw Mart product (SOL-16)#14
VisionaireLabs wants to merge 1 commit into
masterfrom
agent/engineer/5401cb44

Conversation

@VisionaireLabs

Copy link
Copy Markdown
Collaborator

What

Adds Deal Desk, a CRM that lives in chat — the first Tier-1 Claw Mart product from the SOL-15 research.

A deterministic JSON-in/JSON-out sales pipeline engine:

  • Stages: lead → qualified → demo → proposal → negotiation → closed-won / closed-lost, with per-deal stage history.
  • Actions: add_deal, update_deal, move_stage, log_interaction, set_next_action, list_deals, daily_priorities, pipeline_review, forecast.
  • Daily priorities: overdue + stalled deals, ranked with reasons.
  • Forecast: commit / weighted / best-case / won-to-date, scopable by close-date month.

Design

  • clawhub/deal-desk/entry.py — pure stdlib Python 3. No network, no credentials, no file writes. The caller owns persistence: every response echoes the full updated state and passes it back next turn.
  • clawhub/deal-desk/SKILL.md — frontmatter (network/credentials/writes all false, explicit allowed-tools, negative triggers, limits) + action reference + output contract.
  • README.md, LICENSE (MIT-0).
  • lib/skills.ts — catalog record at status: "alpha", provenance: "first-party". No live Claw Mart URL or price claimed until the skill clears the audit → test gate and is actually uploaded.

Verification

  • entry.py exercised end-to-end (every action, state chaining, deterministic ids, all error paths: bad id / bad stage / unknown action / invalid JSON).
  • Self-audited against the in-repo skill-auditor checks — all machine-checkable items pass (structure, slug, frontmatter, runtime metadata, secrets, license, instructions quality, description ≤200 chars with trigger).

Gate

Authoring only. Next: hand to auditor, then tester, before it lists — same gate as every skill.

🤖 Generated with Claude Code

Deal Desk is the first Tier-1 Claw Mart product (SOL-16). A deterministic
JSON-in/JSON-out sales CRM run from chat: deal stages, interaction logs,
ranked daily priorities, pipeline review, and weighted revenue forecast.

- clawhub/deal-desk/: SKILL.md, entry.py (pure stdlib, no network/creds/writes),
  README, LICENSE (MIT-0).
- lib/skills.ts: catalog record at status "alpha" (queued for audit -> test gate).

Self-audited against skill-auditor checks (READY on machine-checkable items).
entry.py covered end-to-end: every action, error paths, deterministic ids.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-authored-by: multica-agent <github@multica.ai>
@vercel

vercel Bot commented Jun 4, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
solidstate.cc Ready Ready Preview, Comment Jun 4, 2026 8:56am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant