Skip to content

Product Wiki

The Product Wiki is your central documentation hub for product specifications, decisions, and knowledge.

Overview

The Product Wiki serves as:

  • Living documentation — Always up-to-date product specs
  • Decision log — Record why choices were made
  • Team alignment — Single source of truth
  • Onboarding resource — Help new team members get up to speed

The Editor

The Product Wiki uses the same rich block-based editor as Research Notes. For complete editor documentation, see the Editor Guide.

Key features include:

  • Text formatting — Bold, italic, underline, strikethrough, inline code
  • Block types — Headings, quotes, code blocks, callouts
  • Lists — Bullet, numbered, and checklist (to-do)
  • Tables — Full table support with navigation
  • AI assistance — Type /ai for context-aware writing help
  • Voice input — Dictate content using speech recognition

Structure

The Product Wiki is specifically designed for product documentation.

Suggested Organization

📚 Product Wiki
├── 🎯 Product Overview
│   ├── Vision & Mission
│   ├── Target Audience
│   └── Value Proposition
├── 🏗️ Architecture
│   ├── System Overview
│   ├── Technical Stack
│   └── Integrations
├── 📋 Specifications
│   ├── Feature Specs
│   ├── API Documentation
│   └── Data Models
├── 📝 Decisions
│   ├── Architecture Decisions
│   ├── Product Decisions
│   └── Design Decisions
└── 📖 Guides
    ├── User Guides
    ├── Admin Guides
    └── Developer Guides

Creating Wiki Pages

New Page

  1. Navigate to ProductProduct Wiki
  2. Click + New Page in the sidebar
  3. Enter a title
  4. Start documenting

Templates

Use templates for common page types:

Feature Specification Template

markdown
# Feature Name

## Overview
Brief description of the feature

## User Stories
- As a [user], I want to [action] so that [benefit]

## Requirements
### Functional Requirements
- [ ] Requirement 1
- [ ] Requirement 2

### Non-Functional Requirements
- Performance: ...
- Security: ...

## Design
[Link to designs or embed images]

## Technical Notes
Implementation considerations

## Open Questions
- Question 1?
- Question 2?

Decision Record Template

markdown
# Decision: [Title]

## Status
Proposed / Accepted / Deprecated / Superseded

## Context
What is the issue we're addressing?

## Decision
What did we decide?

## Consequences
What are the implications?

## Alternatives Considered
What else did we consider?

AI Assistance

Generate Documentation

Click the AI Assist button to:

  • Generate initial documentation from feature ideas
  • Expand bullet points into full descriptions
  • Create user stories from requirements
  • Suggest missing sections

Context-Aware Help

When you ask Molley for help with wiki content, it knows:

  • Your product's purpose and audience
  • Existing features and their status
  • Related research and decisions
  • Your company's communication style

Example Prompts

  • "Write a feature specification for [feature name]"
  • "Create user stories for this requirement"
  • "Suggest what's missing from this documentation"
  • "Improve the clarity of this section"

Best Practices

1. Keep It Current

Documentation is only useful if it's accurate:

  • Update specs when features change
  • Archive outdated content
  • Review regularly

2. Write for Your Audience

Consider who will read this:

  • Technical docs for developers
  • User guides for customers
  • Overview docs for stakeholders

3. Use Visuals

Include diagrams and images:

  • Architecture diagrams
  • User flow charts
  • Screenshots
  • Wireframes

Connect related content:

  • Cross-reference between pages
  • Link to external resources
  • Reference features and requirements

5. Document Decisions

Record the "why" not just the "what":

  • Why was this approach chosen?
  • What alternatives were considered?
  • What constraints influenced the decision?

Next Steps

Built for product teams; the researchers, the product managers, the builders, the sales teams, the founders, and the marketers... all in one place.