一键导入
product-management
Agentic product management system for CircleTel - browse suppliers, analyze market fit, generate documentation, and track lifecycle
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Agentic product management system for CircleTel - browse suppliers, analyze market fit, generate documentation, and track lifecycle
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Generate and edit images using OpenAI's gpt-image models (gpt-image-1 / gpt-image-2). Use as an alternative to the Gemini (Nano Banana) image path when the user asks for OpenAI image generation, or when comparing providers for a hero/product/social asset. Covers text-to-image, image editing, transparent backgrounds, and CircleTel brand context.
Generate images cost-effectively via OpenRouter (Seedream 4.5, FLUX.2, Recraft V4, etc.) as a cheaper alternative to OpenAI gpt-image. Use when the user wants low-cost image generation, a specific OpenRouter image model, or quality comparable to gpt-image-2 at a fraction of the price. Requires OPENROUTER_API_KEY in .env.local.
Capture insights and corrections to make future work easier. Implements RSI (Recursive Self-Improvement) through automated correction detection and pattern extraction.
Generate Nano Banana Pro (Gemini image gen) prompts for CircleTel campaign-specific visuals — launch banners, campaign hero images, event graphics, and B2B outreach assets. Use for any named campaign (TrUSC, coverage push, product launch, seasonal promo).
Generate Nano Banana Pro (Gemini image gen) prompts for CircleTel package comparison infographics and Bento grid visuals — pricing pages, package feature cards, service tier comparisons. Use when building pricing sections, product comparison pages, or any structured feature-list visual.
Generate Nano Banana Pro (Gemini image gen) prompts for CircleTel product hero images — landing page heroes, product feature shots, and service visualisations. Use when building or refreshing any product page that needs a hero or section background image.
| name | Product Management |
| description | Agentic product management system for CircleTel - browse suppliers, analyze market fit, generate documentation, and track lifecycle |
| version | 1.0.0 |
| dependencies | none |
Master router for CircleTel's product management skills system. Provides access to supplier catalogues, market analysis, documentation generation, and lifecycle tracking.
This skill automatically activates when you:
/product to see the menuKeywords: product, product management, supplier, catalogue, wholesale, MTN, Echo SP, DFA, Arlan, market fit, product docs, product lifecycle
| Type | Suppliers | Focus |
|---|---|---|
| Hardware | Scoop, MiRO, Nology, Rectron | CPE, routers, APs, networking, enterprise hardware |
| Wholesale | MTN, Echo SP, DFA, Arlan | Connectivity, infrastructure, services |
| Skill | Command | Purpose |
|---|---|---|
| Search Suppliers | /product-search | Live search supplier websites using Firecrawl — specs, pricing, datasheets |
| Browse Suppliers | /product-browse | Filter synced DB catalogues, identify product candidates |
| Wholesale Providers | /product-wholesale | View wholesale provider services and contracts |
| Market-Fit Analysis | /product-analyze | Competitor comparison, margin calc, go/no-go recommendation |
| Doc Generation | /product-docs | Generate commercial spec, business rules, functional spec |
| Product Lifecycle | /product-lifecycle | Track IDEA → DEVELOPMENT → ACTIVE → SUNSET stages |
Search vs Browse:
/product-searchqueries live websites in real time (Firecrawl)./product-browsequeries the Supabase DB (synced catalogue). Use search for discovery and Rectron; use browse for known products.
| Provider | Services | Reference |
|---|---|---|
| MTN Wholesale | FWB (Tarana), FTTH | references/mtn-wholesale.md |
| Echo SP | Managed BNG, IP Transit | references/echo-sp.md |
| DFA | Dark Fibre, Metro Ethernet | references/dfa.md |
| Arlan | MTN LTE, 5G, IoT (reseller) | references/arlan.md |
/product → This menu (product management overview)
/product-search → Live search supplier websites (Firecrawl-powered)
/product-browse → Browse synced DB catalogues with filters
/product-wholesale → Browse wholesale provider services and contracts
/product-analyze → Analyze product-market fit
/product-docs → Generate product documentation
/product-lifecycle → View/update product lifecycle status
┌─────────────────────────────────────────────────────────────────┐
│ Product Management Workflow │
├─────────────────────────────────────────────────────────────────┤
│ │
│ 1. DISCOVER 2. ANALYZE 3. DOCUMENT │
│ ┌──────────────┐ ┌──────────────┐ ┌──────────────┐ │
│ │ Browse │ ──▶ │ Market-Fit │ ──▶ │ Generate │ │
│ │ Suppliers │ │ Analysis │ │ Docs │ │
│ └──────────────┘ └──────────────┘ └──────────────┘ │
│ ▲ │ │ │
│ │ ▼ ▼ │
│ │ ┌──────────────┐ ┌──────────────┐ │
│ │ │ GO/NO-GO │ │ Commercial │ │
│ │ │ Decision │ │ Spec + BRD │ │
│ │ └──────────────┘ │ + FSD │ │
│ │ └──────────────┘ │
│ │ │ │
│ │ 4. TRACK ▼ │
│ │ ┌──────────────┐ ┌──────────────┐ │
│ └───────────── │ Lifecycle │ ◀── │ Launch │ │
│ │ Management │ │ Product │ │
│ └──────────────┘ └──────────────┘ │
│ │
└─────────────────────────────────────────────────────────────────┘
lib/suppliers/ - Supplier sync services and parserslib/suppliers/ai-enrichment.ts - Gemini AI for product specs/api/admin/suppliers/products/ - Product query APIreferences/competitor-benchmarks.md - SA ISP pricing benchmarksreferences/doc-templates.md - Documentation structure patternsreferences/wholesale-providers.md - Wholesale provider overviewreferences/mtn-wholesale.md - MTN FWB and FTTH servicesreferences/echo-sp.md - Echo SP managed servicesreferences/dfa.md - DFA fibre infrastructurereferences/arlan.md - Arlan MTN reseller servicesproducts/ - Existing product specs (30+ documents)products/research/ - Competitive analysisUser: "Find an outdoor 5GHz AP across all suppliers"
→ Use /product-search "outdoor access point 5GHz"
→ Firecrawl searches Scoop, MiRO, Nology, Rectron live
→ Returns comparison table with pricing, stock, datasheet links
User: "What does Rectron have for UPS under R5,000?"
→ Use /product-search --supplier rectron "UPS" --max-price 5000
User: "What routers does MiRO have for under R5,000?"
→ Use /product-browse with filters: supplier=miro, category=router, max_price=5000
(DB query — fast, from synced catalogue)
OR
→ Use /product-search --supplier miro router
(live website search — more current but slower)
User: "Is there margin in reselling the Reyee RG-EG105GW?"
→ Use /product-analyze with product SKU
→ Returns competitor comparison, margin calc, go/no-go
User: "Create documentation for our new CloudWiFi tier"
→ Use /product-docs to generate:
- Commercial Product Spec (CPS)
- Business Rules Document (BRD)
- Functional Specification (FSD)
User: "What products are in development?"
→ Use /product-lifecycle to view dashboard
→ Shows IDEA → DEVELOPMENT → ACTIVE → SUNSET pipeline
supplier_products - Synced supplier catalogueproduct_enrichment - AI-generated specs and featuresproducts (future) - CircleTel product registry| Resource | Location |
|---|---|
| Competitor Analysis | products/research/SA_ISP_Competitive_Landscape_Analysis_2025.md |
| Product Portfolio | Memory: product-portfolio.md |
| Supplier Types | lib/suppliers/types.ts |
| AI Enrichment | lib/suppliers/ai-enrichment.ts |
| SkyFibre Specs | products/connectivity/fixed-wireless/ |
Version: 1.1.0 Last Updated: 2026-04-03 Maintained By: CircleTel Product Strategy