wds-0-project-setup

Guides project onboarding by determining project type, complexity, and tech stack for workflow routing.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/ArchaonHW/MingGoRTS --skill wds-0-project-setup-archaonhw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wds-0-project-setup
Source: https://github.com/ArchaonHW/MingGoRTS/tree/main/.agents/skills/wds-0-project-setup
Command: npx skills add https://github.com/ArchaonHW/MingGoRTS --skill wds-0-project-setup-archaonhw

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Starting a design project on the wrong workflow path wastes hours of effort. This Skill prevents that by determining whether a project is greenfield (new product) or brownfield (existing product) before any design work begins, then configuring the project and routing to the correct WDS phase. ## Core Features & Use Cases - Project Type Determination: Distinguishes greenfield projects (routed to Phases 1-7) from brownfield projects (routed to Phase 8 product evolution) through a structured welcome dialogue. - Configuration & Structure: Collects project name, product complexity (landing page, website, web app, mobile app), tech stack, component library, brief level, and strategic analysis depth, then creates the folder structure and generates a wds-project-outline.yaml file. - Use Case: A designer starting a new client website activates this Skill, answers configuration questions, and receives a complete design-process folder structure with a project outline that routes them directly to Phase 1 (Product Brief). ## Quick Start Ask the assistant to start WDS Phase 0 project setup to configure your project and determine the right workflow path.

Frequently Asked Questions about wds-0-project-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I start a new WDS design project?

Start with Phase 0 project setup, which introduces the WDS methodology and asks whether your project is greenfield or brownfield. It then collects configuration details and creates the folder structure with a project outline YAML file.

What is the difference between greenfield and brownfield in WDS?

Greenfield means building a new product from scratch and routes to Phases 1-7 covering brief, trigger mapping, UX design, and launch. Brownfield means improving an existing product and routes to Phase 8 for focused kaizen-style improvements.

When can I skip Phase 0 project setup?

Skip Phase 0 when a project outline file already exists, when you know exactly which phase you need, or when continuing work on an established WDS project. It is designed for first-time setup only.

What configuration options does the project setup collect?

It collects project name, product complexity (landing page, website, web app, mobile app), tech stack, component library, root folder name, brief level, strategic analysis depth, and working relationship context such as project stakes and collaboration style.

Does choosing shadcn/ui or Material UI change the WDS workflow?

Yes. Selecting shadcn/ui or Material UI as the component library sets skip_design_system to true, since the library itself serves as the design system. Choosing Tailwind only makes the design system phase optional.