When to load: When creating Product Brief, Project Outline, or any strategic documentation
Create documentation that coordinates teams and persists context.
Every project needs a North Star - clear, accessible, living documentation that guides all work.
Created during Product Brief (Step 1), updated throughout project
project:
name: [Project Name]
type: [digital_product|landing_page|website|other]
status: [planning|in_progress|complete]
methodology:
type: [wds-v6|wps2c-v4|custom]
instructions_file: [if custom]
phases:
phase_1_product_brief:
folder: "docs/A-Product-Brief/"
name: "Product Exploration"
status: [not_started|in_progress|complete]
artifacts:
- product-brief.md
- pitch-deck.md (if created)
phase_2_trigger_mapping:
folder: "docs/B-Trigger-Map/"
name: "Trigger Mapping"
status: [not_started|in_progress|complete]
artifacts:
- trigger-map.md
- trigger-map-diagram.mermaid
# ... other phases
languages:
specification_language: "en"
product_languages: ["en", "se"]
design_system:
enabled: true
mode: [none|figma|component_library]
library: [if mode=component_library]
Always update when:
Project outline is living documentation - keep it current!
10-step conversational workshop creates:
What are we building and why?
How are we different?
Format: "For [target] who [need], our [product] is [category] that [benefits]. Unlike [competition], we [differentiators]."
Strategic benchmark for early decisions
Extracted from the Trigger Map to provide strategic grounding:
How do we make money?
Who pays? (B2B/Enterprise)
Skip if B2C.
Who actually uses it?
Note: Detailed in Trigger Map later, this is overview.
How do we measure success?
Who else solves this?
What do we have that others can't easily copy?
What are our limits?
How should UI microcopy sound?
Used for: Field labels, buttons, error messages, success messages
NOT for: Strategic content (that uses Content Creation Workshop)
Bring it all together
Generate complete Product Brief document using template.
See: ./resources/project-brief.template.md
CRITICAL: Never use generic names
README.mdguide.mdnotes.mddocumentation.mdWhy bad: Ambiguous, unmaintainable, confusing
product-brief.mdtrigger-mapping-guide.mdplatform-requirements.mddesign-system-guide.mdWhy better: Clear purpose, searchable, maintainable
[TOPIC]-GUIDE.mdFor methodology documentation:
phase-1-product-exploration-guide.mdvalue-trigger-chain-guide.mdcontent-creation-philosophy.mdFor deliverables:
product-brief.mdtrigger-map.mdplatform-prd.mdFor examples:
wds-examples-guide.mdwds-v6-conversion-guide.mdArticulate requirements with precision while keeping language accessible
❌ "Users probably want something to help them..."
✅ "Consultants need proposal templates that reduce formatting time by 80% while maintaining professional appearance"
Ground all findings in verifiable evidence
❌ "Most consultants struggle with proposals"
✅ "In 15 user interviews, 12 consultants (80%) reported spending 3+ hours per proposal on formatting alone"
Technical accuracy, but readable by non-experts
❌ "Implement OAuth 2.0 authorization code flow with PKCE extension for SPA-based authentication"
✅ "Use industry-standard secure login (OAuth 2.0) that protects user data even in browser-based apps"
Clear hierarchy, scannable, actionable
Good structure:
# Main Topic
## Overview
[High-level summary]
## Key Concepts
### Concept 1
[Explanation]
### Concept 2
[Explanation]
## How to Use This
[Actionable steps]
## Related Resources
[Links to related docs]
project-context.mdIf this file exists, treat it as gospel.
Location: Usually docs/project-context.md or root project-context.md
WDS uses absolute paths for artifacts:
docs/A-Product-Brief/product-brief.md
docs/B-Trigger-Map/trigger-map.md
docs/C-UX-Scenarios/landing-page/01-hero-section.md
Why: Clear, unambiguous, no confusion about location
../product-brief.md
../../trigger-map.md
Why bad: Depends on current location, breaks easily
Create memorable, fun persona names using alliteration
Why: Easier to remember, more human, makes documentation engaging
Why bad: Forgettable, boring, doesn't bring persona to life
Documents are living artifacts:
archive/ folder if neededWhen handing to development team:
See: Phase 6 (Design Deliveries) for handoff process
Before marking documentation "complete":
../../workflows/wds-1-project-brief/project-brief/../../workflows/00-system/FILE-NAMING-CONVENTIONS.md../../../bmm/data/documentation-standards.mdGood documentation is the foundation of coordinated, confident execution. It's not overhead - it's leverage.