Skip to content

Prototype Marketplace: inner loop/outer loop system plan with WorkIQ#5

Draft
Copilot wants to merge 2 commits into
mainfrom
copilot/prototype-generator-catalog
Draft

Prototype Marketplace: inner loop/outer loop system plan with WorkIQ#5
Copilot wants to merge 2 commits into
mainfrom
copilot/prototype-generator-catalog

Conversation

Copilot AI commented Mar 9, 2026

Copy link
Copy Markdown

Bootstraps the Prototype Marketplace — a system to discover problems across ATV channels, curate them into a catalog, and enable rapid prototyping via WorkIQ-powered inner/outer loop workflows. Incorporates @sachaa's feedback to center on problems rather than raw ideas.

Plan (docs/prototype-marketplace-plan.md)

  • Defines inner loop (pick → scaffold → build → test → demo) and outer loop (discover → curate → prioritize → review → publish) with WorkIQ integration at each stage
  • WorkIQ handles channel monitoring, content extraction, deduplication, and context retrieval
  • 4 implementation phases from foundation through full marketplace UI

Catalog scaffolding (prototype-catalog/)

  • JSON Schema for catalog entries (schemas/catalog-entry.schema.json) — covers problem/idea/enhancement types, source provenance, prototype references, community votes
  • 4 seed entries from existing issues Shyam's Crazy Idea #1ADO Flow #4
  • Python validation script against schema

MCP configuration (.mcp.json)

  • WorkIQ (@microsoft/workiq) and GitHub (@modelcontextprotocol/server-github) servers configured for agent-assisted discovery and prototyping

Catalog entry example

id: idea-to-prototype-generator
title: "Idea to Prototype Generator — Prototype Marketplace"
type: problem
status: open
source:
  channel: "GitHub Issues"
  author: "shyamsridhar123"
  url: "https://github.com/All-The-Vibes/atv-platform/issues/1"
  date: "2026-02-27"
tags: [marketplace, discovery, curation, mcp, workiq]
Original prompt

This section details on the original issue you should resolve

<issue_title>Shyam's Crazy Idea</issue_title>
<issue_description>Idea to Prototype generator - Go through all ATV channels , curate ideas and build catalog of Prototypes. Prototype Marketplace</issue_description>

<agent_instructions>put together a detailed comprehensive plan on how we can leverage these comments in the issue to build an inner loop outer loop system using workiq</agent_instructions>

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

…alidation script

Co-authored-by: shyamsridhar123 <117464342+shyamsridhar123@users.noreply.github.com>
Copilot AI changed the title [WIP] Create prototype generator catalog from ATV channels Prototype Marketplace: inner loop/outer loop system plan with WorkIQ Mar 9, 2026
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.

Shyam's Crazy Idea

2 participants