Thank you for your interest in contributing to WDS.
Whiteport Design Studio (WDS) is a strategic design methodology that uses AI agents to guide product design, from initial strategy to developer-ready specifications.
The repository contains:
src/- Agent definitions, workflows, data, templates (the WDS module)docs/- Learning material, method guides, tool guidestools/- npm installer CLI
Open an issue at github.com/whiteport-collective/whiteport-design-studio/issues.
- Fork and clone the repository
- Install dependencies:
npm install - Test the installer locally:
node tools/cli/wds-cli.js install - Make your changes
- Submit a pull request
- Agent improvements - Better prompts, new workflows, enhanced teaching
- IDE support - New IDE configurations in
tools/cli/lib/ide-configs.js - Documentation - Method guides, tutorials, examples
- Installer - CLI improvements, new commands
- Use CommonJS (
require/module.exports) for Node.js compatibility - Follow existing patterns in the codebase
By contributing, you agree that your contributions will be licensed under the MIT License.