NioPD
NioPD (Nio Product Director) Is Your Virtual Product Expert Team on Claude Code, freeing you up to focus on product strategy and users.
File Explorer
Download Latest Version (.zip)- publish.yml
- niopd.js
- checklist-generator.md
- competitor-analyzer.md
- data-analyst.md
- diagram-generator.md
- faq-generator.md
- feedback-synthesizer.md
- interview-summarizer.md
- journey-mapper.md
- kpi-tracker.md
- market-researcher.md
- nio.md
- persona-generator.md
- presentation-builder.md
- roadmap-generator.md
- story-writer.md
- README.md
- analyze-competitor.md
- analyze-data.md
- draft-prd.md
- draw-diagram.md
- generate-checklist.md
- generate-faq.md
- generate-personas.md
- generate-update.md
- help.md
- hi.md
- init.md
- new-feature-planning.md
- new-initiative.md
- note.md
- org-update-check.md
- org-update-new-agent.md
- org-update-new-command.md
- org-update-new-memory.md
- research-trends.md
- summarize-feedback.md
- summarize-interview.md
- track-kpis.md
- update-roadmap.md
- user-journey.md
- write-stories.md
- README.md
- NioPD.md
- analyze-competitor.sh
- analyze-data.sh
- draft-prd.sh
- draw-diagram.sh
- generate-checklist.sh
- generate-faq.sh
- generate-personas.sh
- generate-update.sh
- help.sh
- init.sh
- new-initiative.sh
- research-trends.sh
- save-file.sh
- summarize-feedback.sh
- summarize-interview.sh
- track-kpis.sh
- update-roadmap.sh
- user-journey.sh
- write-stories.sh
- README.md
- agent-template.md
- command-template.md
- competitor-analysis-template.md
- data-analysis-template.md
- diagram-template.md
- faq-template.md
- feedback-summary-template.md
- initiative-template.md
- interview-summary-template.md
- kpi-report-template.md
- market-research-template.md
- persona-template.md
- prd-daily-template.md
- prd-template.md
- project-update-template.md
- README.md
- user-story-template.md
- memory.md
- settings.local.json
- ascii_art.txt
- backup.js
- config.js
- error-handler.js
- file-manager.js
- i18n.js
- install.js
- prompts.js
- template-processor.js
- ui.js
- utils.js
- validator.js
- process-templates.js
- core-functionality-test.js
- detailed-template-processor-test.js
- file-manager.test.js
- install.test.js
- manual-test.js
- QA-TEST-CASES.md
- run-sprint1-tests.js
- sprint1-core-test-results.json
- SPRINT1-TEST-CASES.md
- sprint2-function-test.js
- sprint2-test-results.json
- test-claude-mode.js
- test-end-to-end.js
- test-filename-mapping.js
- test-iflow-mode.js
- test-init-sh-template.js
- test-installer-integration.js
- TEST-REPORT.md
- test-template-processor.js
- utils.test.js
- analyze-competitor.md
- analyze-data.md
- draft-prd.md
- edit-prd.md
- generate-personas.md
- generate-update.md
- help.md
- hi.md
- import-feedback.md
- init.md
- new-initiative.md
- research-trends.md
- summarize-feedback.md
- summarize-interview.md
- track-kpis.md
- update-roadmap.md
- analyze-competitor.md
- analyze-data.md
- draft-prd.md
- edit-prd.md
- generate-personas.md
- generate-update.md
- help.md
- hi.md
- import-feedback.md
- init.md
- new-initiative.md
- research-trends.md
- summarize-feedback.md
- summarize-interview.md
- track-kpis.md
- update-roadmap.md
- .eslintignore
- .eslintrc.json
- .gitignore
- .npmignore
- .npmrc
- AGENTS.md
- COMMANDS.md
- design-NioPD_CN.md
- design-NioPD_EN.md
- installer
- LICENSE
- package-lock.json
- package.json
- README.md
- README.zh-CN.md
- Self-iterative-Software-Paradigm.md
# Installation Guide
git clone https://github.com/iflow-ai/NioPD
Downloads the entire project code from GitHub to your computer.
cd NioPD
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommended- Node.js Node.js must be installed to use npm.
npm install -g @iflow-ai/niopd
Installs the package published on the npm registry globally β no need to clone the source.
npm install -g @anthropic-ai/claude-code
Installs the package published on the npm registry globally β no need to clone the source.
npm install -g @iflow-ai/iflow-cli
Installs the package published on the npm registry globally β no need to clone the source.
Pulled directly from this repo's README.
3. Node.js
Easynpm install -g @iflow-ai/niopd
Installs the package published on the npm registry globally β no need to clone the source.
npm install -g @anthropic-ai/claude-code
Installs the package published on the npm registry globally β no need to clone the source.
npm install -g @iflow-ai/iflow-cli
Installs the package published on the npm registry globally β no need to clone the source.
sudo npm install -g @iflow-ai/niopd
Downloads and installs the libraries listed in package.json.
npm config set registry https://registry.npmmirror.com
Type this command into your terminal and run it.
Pulled directly from this repo's README.
