Virtual product team agent preset: user-led conversation walks you through the full 12-step pipeline from idea to shipped, promoted and operated product, with staged gates and per-stage skills.
Install
# from GitHub (first run asks for allowBuilds approval — follow the hint, retry)
dsh plugin --profile web add github:songoao25/dsh-virtual-product-team
Any plugin you install runs third-party code with your own permissions — it can read your files, use your credentials, and reach the network, and tool approvals don’t sandbox it. GitHub-sourced plugins also run build scripts at install time. Only install sources you trust, and pin a commit (github:owner/repo#sha).
README
English | 中文
Turn DeepSeek Harness into your virtual product development team. Say "I have an idea" and the AI walks you through the full pipeline — Product Manager → Engineer → QA → Release Engineer — from idea to shippable product. You only talk and make decisions. No technical knowledge required.
What it is
Product Team Mode is a conversation mode (agent preset) for DeepSeek Harness (DSH). Inside this mode:
- You say: "I have an idea, I want to build XX"
- The AI automatically starts the pipeline: it interviews you like a product manager to clarify the idea → writes a requirements document for your review → designs the technical plan → implements it → runs QA and security audit → prepares release materials
- Each stage finishes with a report to you; you approve before it moves to the next stage (stage-gate control)
From start to finish, you never write code, never learn the process, and never need to remember technical jargon.
The eight stages (all 12 phases covered)
| Stage | What happens | Output |
|---|---|---|
| 1. Idea validation | Research market / competitors / feasibility | Validation conclusion |
| 2. Product definition & requirements | Positioning + concrete requirements with acceptance criteria | Product definition + PRD |
| 3. Technical design | Technical plan and task breakdown | Tech design + task list |
| 4. Development & quality | Implement + test + security audit | Code + audit report |
| 5. Release & deploy | Prepare distributable artifacts (GitHub standards) + go live | README / version / Release / deploy check |
| 6. Promotion & cold start | Launch kit (video script / article / channels) | Promo materials |
| 7. Operations & growth | Metrics dashboard, feedback channels, growth actions | Operations plan |
| 8. Iteration & maintenance | Feedback pool, roadmap, then loop to the next round | Roadmap |
Installation
Prerequisites: DeepSeek Harness installed (dsh available in PATH).
git clone https://github.com/songoao25/dsh-virtual-product-team.git
cd dsh-virtual-product-team
./install.sh
Then start a new conversation, pick Product Team Mode in the mode picker, and simply say: "I have an idea…".
Note: DSH only allows switching modes in a blank conversation, so start a new one first.
Uninstall
cd dsh-virtual-product-team
./uninstall.sh
After uninstalling, new conversations return to the default mode. No leftovers, other modes are untouched.
Install as a skill pack (optional)
Since v1.2.0 the repo also declares a DSH bundle, so you can install it as a skill pack on a profile:
dsh plugin --profile <profile-name> add dsh-virtual-product-team
This gives every session of that profile on-demand access to the 8 pipeline skills (idea validation → … → iteration), with no preset.
There are two ways to get the skills — pick whichever fits:
| Method | What you get | Command |
|---|---|---|
| Full mode (recommended) | Preset + persona + tools + the 10 skills (8 stage + 2 authoring) | ./install.sh |
| Skill pack only | Just the 8 stage skills, available to any session of a profile | dsh plugin --profile <p> add dsh-virtual-product-team |
The two share the same skill content, so you only need one. Full mode is recommended: one install covers everything the mode offers. (The bundle installs only the skill layer — the preset, persona, and tools still come from ./install.sh.)
FAQ
Q: Is it a plugin? A: It is primarily a conversation mode (preset). Since v1.2.0 it is also shipped as a DSH bundle so the 8 pipeline skills can be installed as a skill pack per profile; this is complementary, the full mode still installs with ./install.sh.
Q: Do I need to know tech? A: No. The AI makes all technical decisions. You just answer questions and approve.
Q: Does it affect my existing conversations/modes? A: No. It's just one additional mode. Standard, Creator, and other modes remain unchanged.
Q: What are the v1 limitations? A: Conversation-only, no visual progress panel. For GitHub publishing, the release stage asks you which local AI assistant to use and then handles the commit/tag/Release with it.
Q: Can it develop DSH modes/plugins (like Creator mode)? A: Yes, since v1.1.0. The mode ships the same self-modification toolset and the two official Cordis authoring skills as Creator mode, so your product team can build new DSH modes and plugins too. That toolset carries shell-level trust and is only used when you explicitly ask for a DSH-specific product.
License
MIT © songoao25
Links
More in this category
GanyuanRan/Aegis★ 1023
Software-engineering method pack for coding agents, with skills for baseline-first planning, systematic debugging, prompt hygiene, verification before completion, and repair/retirement tracking.
superdesigndev/superdesign-skill★ 417
Design skill for UI and marketing graphics on the Superdesign canvas: reads the repo for context, extracts its design system, then generates and iterates branchable design drafts, flow pages, and reusable components through the Superdesign CLI.
Ikalus1988/MisakaNet★ 389
Failure-recovery memory: search and record failure-recovery lessons from real engineering sessions, with BM25 + semantic RAG retrieval and a lessons knowledge base.
Vladimir-Human/humanizer-ru#dsh★ 100
Cleans AI traces from Russian text: finds chatbot copy-paste artefacts (ChatGPT, Gemini, Grok, Perplexity, DeepSeek) and rewrites the text into natural prose on request; 39 regex markers with an evidence registry, offline, text-only bundle.
dhicoc/dsh-reverse-skill★ 18
Complete reverse-skill pack (85 SKILL.md) as a DeepSeek Harness Cordis plugin: reverse engineering, authorized pentesting and security-research skill router.
zhaiyateng/dsh-design-skills★ 10
Design-aesthetics skill pack (10 styles: dark SaaS, minimal white, neumorphism, brutalism, glassmorphism, Japanese minimal, bento grid, cyberpunk, vaporwave, art deco) with runnable landing-page demos: tokens, component rules, forbidden lists, and acceptance checklists per style.