songoao25
virtual-product-team
Product Team Mode - a DeepSeek Harness agent preset: user-led conversation with a virtual product team (PM to Engineer to QA to Release) walking you from idea to shipped product
- Stars
- 1
- Language
- Shell
- Created
- Aug 15, 2026
- Updated
- Aug 15, 2026
Introduction
Product Team Mode
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/virtual-product-team.git
cd 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 virtual-product-team
./uninstall.sh
After uninstalling, new conversations return to the default mode. No leftovers, other modes are untouched.
FAQ
Q: Is it a plugin? A: No, it's a conversation mode (preset). It changes how the AI behaves (becoming your product team); it doesn't change any existing DSH functionality.
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