plugin
Verifiable Work Product Builder
Verifiable Work Product Builder turns briefs, reports, financial packets, and customer-ready artifacts into traceable work: every output carries source inventory, review status, and an audit receipt instead of becoming another unverified AI draft.
Host and data posture
Where this product is meant to live.
Shared work-product output layer for proof-backed deliverables.
Commercial shape
Operator-console system
Data posture
Tenant brain optional
Approval posture
Draft only
Best demo
ChatGPT / Claude.ai
Best daily use
Who it is for
Operators, advisors, auditors, and AI agents that need to produce work a human can approve, cite, and send.
Problem it solves
Native LLM output is easy to draft and hard to trust. This builder makes the work product traceable: what sources were used, what claims were reviewed, what gaps remain, and who approved export.
Activation model
Assisted tenant setup with evidence rules, artifact lanes, approval policy, and export destinations configured before execution.
Proof and source paths
- Artifact Studio MCP tools are live for generate, refine, save, export, audit, and retrieval
- Board Deliberation MCP is live for independent review and written dissent
- MASK and approval gates are enforced before customer-facing export
Repo evidence
lib/artifact-studio/mcp-tools.tslib/artifact-studio/engine.tsapp/api/boardroom/deliberate/route.tslib/boardroom/llm.ts
Capabilities
create review export work product
mcpCreate a governed artifact, review it against evidence, and export only after approval.
Agent use
Use Artifact Studio MCP tools for draft/refine/save/export/audit plus Board Deliberation MCP for independent written review. Dedicated stackfast.work_product.* tools are pending, so assisted setup maps this product onto live artifact and board tools.
Connector proof
Catalog is not the same as customer-ready.
This product only becomes market-ready after a real host mounts the entitled tools, a safe call succeeds, metering records the event, and a customer-safe receipt exists. Until then, the page shows the strongest proven status without rounding up.
Catalog
Runtime registry and product manifest are present.
Entitlement
Execution requires OAuth or storefront entitlement scope.
Callable
Callable tool proof is incomplete.
Metering
Metering waits on callable execution.
Customer validated
Pending fresh host-surface call receipt.
Runtime registry status
Primary registry
stackfast.ai/api/mcp
Status
partial public mcp
Install gate
Install-ready graduation requires dedicated work-product manifests, receipt retrieval, and smoke tests for source inventory plus approval-gated export.
Callable tools
stackfast.artifact.generatestackfast.artifact.refinestackfast.artifact.savestackfast.artifact.exportstackfast.artifact.auditstackfast.artifact.getstackfast.board.deliberate
Missing or gated tools
stackfast.work_product.inventorystackfast.work_product.reviewstackfast.work_product.receipt
- Sellable as assisted implementation using live Artifact Studio and Board Deliberation MCP tools.
- Does not claim autonomous external send; export remains approval-gated.
Install and activate
Connect this product through the StackFast MCP endpoint. Discovery metadata is public; execution uses OAuth and storefront entitlement checks.
MCP URL
https://stackfast.ai/api/mcpAgent subscription
This product remains request-scope until its checkout, fulfillment, and public-name gates are complete.
Client snippets
ChatGPT
Add StackFast as a custom MCP connector, then approve OAuth when prompted.
Claude
Connect a remote MCP server using the StackFast MCP URL and a tenant-scoped token or OAuth flow.
Cursor
Register StackFast as a remote MCP server for project-scoped tool use.
Grok
Add StackFast as a custom MCP connector using the StackFast MCP URL and customer entitlement auth.
Product: Verifiable Work Product Builder Product API: https://stackfast.ai/api/store/products/verifiable-work-product-mcp Pricing API: https://stackfast.ai/api/store/pricing/verifiable-work-product-mcp Manifest API: https://stackfast.ai/api/store/manifests/verifiable-work-product-mcp MCP URL: https://stackfast.ai/api/mcp Auth: oauth_reader_or_storefront_entitlement Checkout session API: https://stackfast.ai/api/store/checkout/session Plans: - Verifiable work product setup: Request scope; checkout_ready=false; checkout_url=request_scope Agent activation: - Read this product manifest and pricing API. - If a plan has checkout_ready=true, open its checkout_url or POST product_slug, plan_slug, and customer_email to the checkout session API. - After Stripe payment, the signed webhook grants storefront_entitlements for the buyer email/account. - Connect the LLM client to the MCP URL and approve OAuth so tools/list reflects the licensed reader surface. - Call only tools exposed for that entitlement; unentitled execution must fail closed.