siesa-agents 2.1.89 → 2.1.91
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/claude/skills/sa-init-devops/SKILL.md +35 -36
- package/claude/skills/sa-wds-visual-proposals/SKILL.md +6 -0
- package/package.json +1 -1
- package/siesa-agents/bmm/workflows/3-solutioning/wds-visual-proposals/data/component-mapping.csv +47 -0
- package/siesa-agents/bmm/workflows/3-solutioning/wds-visual-proposals/steps/step-01-init.md +148 -0
- package/siesa-agents/bmm/workflows/3-solutioning/wds-visual-proposals/steps/step-01b-continue.md +79 -0
- package/siesa-agents/bmm/workflows/3-solutioning/wds-visual-proposals/steps/step-02-bridge.md +114 -0
- package/siesa-agents/bmm/workflows/3-solutioning/wds-visual-proposals/steps/step-02b-kit-warmup.md +96 -0
- package/siesa-agents/bmm/workflows/3-solutioning/wds-visual-proposals/steps/step-03-scenarios.md +102 -0
- package/siesa-agents/bmm/workflows/3-solutioning/wds-visual-proposals/steps/step-04-specs.md +97 -0
- package/siesa-agents/bmm/workflows/3-solutioning/wds-visual-proposals/steps/step-05-prototype.md +102 -0
- package/siesa-agents/bmm/workflows/3-solutioning/wds-visual-proposals/steps/step-06-handoff.md +96 -0
- package/siesa-agents/bmm/workflows/3-solutioning/wds-visual-proposals/templates/product-brief-bridge.md +68 -0
- package/siesa-agents/bmm/workflows/3-solutioning/wds-visual-proposals/templates/proposal-index.md +46 -0
- package/siesa-agents/bmm/workflows/3-solutioning/wds-visual-proposals/templates/trigger-map-bridge.md +54 -0
- package/siesa-agents/bmm/workflows/3-solutioning/wds-visual-proposals/workflow.md +82 -0
- package/siesa-agents/bmm/workflows/3-solutioning/wds-visual-proposals/workflow_ext.md +195 -0
- package/siesa-agents/sa/sa-init-devops/scripts/sa-init-devops.js +46 -50
- package/siesa-agents/wds/config.yaml +20 -0
- package/siesa-agents/wds/data/agent-contracts.md +72 -0
- package/siesa-agents/wds/data/agent-guides/freya/agentic-development.md +223 -0
- package/siesa-agents/wds/data/agent-guides/freya/content-creation.md +270 -0
- package/siesa-agents/wds/data/agent-guides/freya/design-system.md +333 -0
- package/siesa-agents/wds/data/agent-guides/freya/meta-content-guide.md +495 -0
- package/siesa-agents/wds/data/agent-guides/freya/specification-quality.md +262 -0
- package/siesa-agents/wds/data/agent-guides/freya/strategic-design.md +116 -0
- package/siesa-agents/wds/data/agent-guides/saga/content-structure-principles.md +190 -0
- package/siesa-agents/wds/data/agent-guides/saga/conversational-followups.md +372 -0
- package/siesa-agents/wds/data/agent-guides/saga/discovery-conversation.md +265 -0
- package/siesa-agents/wds/data/agent-guides/saga/dream-up-approach.md +1034 -0
- package/siesa-agents/wds/data/agent-guides/saga/inspiration-analysis.md +215 -0
- package/siesa-agents/wds/data/agent-guides/saga/resources/project-brief.template.md +187 -0
- package/siesa-agents/wds/data/agent-guides/saga/seo-strategy-guide.md +391 -0
- package/siesa-agents/wds/data/agent-guides/saga/strategic-documentation.md +454 -0
- package/siesa-agents/wds/data/agent-guides/saga/trigger-mapping.md +653 -0
- package/siesa-agents/wds/data/agent-guides/saga/working-with-existing-materials.md +172 -0
- package/siesa-agents/wds/data/design-system/component-boundaries.md +318 -0
- package/siesa-agents/wds/data/design-system/figma-component-structure.md +697 -0
- package/siesa-agents/wds/data/design-system/naming-conventions.md +200 -0
- package/siesa-agents/wds/data/design-system/state-management.md +93 -0
- package/siesa-agents/wds/data/design-system/token-architecture.md +474 -0
- package/siesa-agents/wds/data/design-system/validation-patterns.md +74 -0
- package/siesa-agents/wds/data/presentations/freya-how-i-help.md +63 -0
- package/siesa-agents/wds/data/presentations/freya-intro.md +269 -0
- package/siesa-agents/wds/data/presentations/freya-presentation.md +77 -0
- package/siesa-agents/wds/data/presentations/freya-workflows-guide.md +51 -0
- package/siesa-agents/wds/data/presentations/mimir-agents-overview.md +66 -0
- package/siesa-agents/wds/data/presentations/mimir-tone-setting.md +48 -0
- package/siesa-agents/wds/data/presentations/saga-how-i-help.md +62 -0
- package/siesa-agents/wds/data/presentations/saga-intro.md +285 -0
- package/siesa-agents/wds/data/presentations/saga-presentation.md +74 -0
- package/siesa-agents/wds/data/presentations/saga-workflows-guide.md +48 -0
- package/siesa-agents/wds/data/shared-activation.md +49 -0
- package/siesa-agents/wds/data/wds-glossary.md +98 -0
- package/siesa-agents/wds/module-help.csv +19 -0
- package/siesa-agents/wds/scripts/README.md +155 -0
- package/siesa-agents/wds/scripts/wds-add-object.js +207 -0
- package/siesa-agents/wds/scripts/wds-add-spacing.js +158 -0
- package/siesa-agents/wds/scripts/wds-init-page.js +234 -0
- package/siesa-agents/wds/scripts/wds-init-scenario.js +125 -0
- package/siesa-agents/wds/scripts/wds-nav.js +206 -0
- package/siesa-agents/wds/scripts/wds-validate.js +306 -0
- package/siesa-agents/wds/skills/freya.activation.md +204 -0
- package/siesa-agents/wds/skills/handoff.md +91 -0
- package/siesa-agents/wds/skills/saga.activation.md +169 -0
- package/siesa-agents/wds/skills/shared/git.md +55 -0
- package/siesa-agents/wds/skills/start.md +99 -0
- package/siesa-agents/wds/skills/wrap.md +198 -0
|
@@ -0,0 +1,454 @@
|
|
|
1
|
+
# Saga's Strategic Documentation Guide
|
|
2
|
+
|
|
3
|
+
**When to load:** When creating Product Brief, Project Outline, or any strategic documentation
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## Core Principle
|
|
8
|
+
|
|
9
|
+
**Create documentation that coordinates teams and persists context.**
|
|
10
|
+
|
|
11
|
+
Every project needs a North Star - clear, accessible, living documentation that guides all work.
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
## The Project Outline
|
|
16
|
+
|
|
17
|
+
**Created during Product Brief (Step 1), updated throughout project**
|
|
18
|
+
|
|
19
|
+
### Purpose
|
|
20
|
+
- **Single source of truth** for project status
|
|
21
|
+
- **Coordination point** for all team members
|
|
22
|
+
- **Context preservation** across sessions
|
|
23
|
+
- **Onboarding tool** for new collaborators
|
|
24
|
+
|
|
25
|
+
---
|
|
26
|
+
|
|
27
|
+
### What Goes In Project Outline
|
|
28
|
+
|
|
29
|
+
```yaml
|
|
30
|
+
project:
|
|
31
|
+
name: [Project Name]
|
|
32
|
+
type: [digital_product|landing_page|website|other]
|
|
33
|
+
status: [planning|in_progress|complete]
|
|
34
|
+
|
|
35
|
+
methodology:
|
|
36
|
+
type: [wds-v6|wps2c-v4|custom]
|
|
37
|
+
instructions_file: [if custom]
|
|
38
|
+
|
|
39
|
+
phases:
|
|
40
|
+
phase_1_product_brief:
|
|
41
|
+
folder: "docs/A-Product-Brief/"
|
|
42
|
+
name: "Product Exploration"
|
|
43
|
+
status: [not_started|in_progress|complete]
|
|
44
|
+
artifacts:
|
|
45
|
+
- product-brief.md
|
|
46
|
+
- pitch-deck.md (if created)
|
|
47
|
+
|
|
48
|
+
phase_2_trigger_mapping:
|
|
49
|
+
folder: "docs/B-Trigger-Map/"
|
|
50
|
+
name: "Trigger Mapping"
|
|
51
|
+
status: [not_started|in_progress|complete]
|
|
52
|
+
artifacts:
|
|
53
|
+
- trigger-map.md
|
|
54
|
+
- trigger-map-diagram.mermaid
|
|
55
|
+
|
|
56
|
+
# ... other phases
|
|
57
|
+
|
|
58
|
+
languages:
|
|
59
|
+
specification_language: "en"
|
|
60
|
+
product_languages: ["en", "se"]
|
|
61
|
+
|
|
62
|
+
design_system:
|
|
63
|
+
enabled: true
|
|
64
|
+
mode: [none|figma|component_library]
|
|
65
|
+
library: [if mode=component_library]
|
|
66
|
+
```
|
|
67
|
+
|
|
68
|
+
---
|
|
69
|
+
|
|
70
|
+
### When to Update Project Outline
|
|
71
|
+
|
|
72
|
+
**Always update when:**
|
|
73
|
+
- ✅ Completing a phase
|
|
74
|
+
- ✅ Creating new artifacts
|
|
75
|
+
- ✅ Changing project scope
|
|
76
|
+
- ✅ Adding new workflows
|
|
77
|
+
|
|
78
|
+
**Project outline is living documentation** - keep it current!
|
|
79
|
+
|
|
80
|
+
---
|
|
81
|
+
|
|
82
|
+
## The Product Brief
|
|
83
|
+
|
|
84
|
+
**10-step conversational workshop creates:**
|
|
85
|
+
|
|
86
|
+
### 1. Vision & Problem Statement
|
|
87
|
+
**What are we building and why?**
|
|
88
|
+
|
|
89
|
+
- Product vision (aspirational)
|
|
90
|
+
- Problem statement (what pain exists)
|
|
91
|
+
- Solution approach (high-level)
|
|
92
|
+
|
|
93
|
+
---
|
|
94
|
+
|
|
95
|
+
### 2. Positioning
|
|
96
|
+
**How are we different?**
|
|
97
|
+
|
|
98
|
+
- Target customer
|
|
99
|
+
- Need/opportunity
|
|
100
|
+
- Product category
|
|
101
|
+
- Key benefits
|
|
102
|
+
- Differentiation vs competition
|
|
103
|
+
|
|
104
|
+
**Format:** "For [target] who [need], our [product] is [category] that [benefits]. Unlike [competition], we [differentiators]."
|
|
105
|
+
|
|
106
|
+
---
|
|
107
|
+
|
|
108
|
+
### 3. Strategic Context (from Trigger Map)
|
|
109
|
+
**Strategic benchmark for early decisions**
|
|
110
|
+
|
|
111
|
+
Extracted from the Trigger Map to provide strategic grounding:
|
|
112
|
+
- Business goal
|
|
113
|
+
- Solution context
|
|
114
|
+
- Target group / persona
|
|
115
|
+
- Driving forces (positive + negative)
|
|
116
|
+
- Customer awareness progression
|
|
117
|
+
|
|
118
|
+
---
|
|
119
|
+
|
|
120
|
+
### 4. Business Model
|
|
121
|
+
**How do we make money?**
|
|
122
|
+
|
|
123
|
+
- Revenue model (subscription, transaction, license, etc.)
|
|
124
|
+
- Pricing approach
|
|
125
|
+
- Unit economics
|
|
126
|
+
- Key assumptions
|
|
127
|
+
|
|
128
|
+
---
|
|
129
|
+
|
|
130
|
+
### 5. Business Customers
|
|
131
|
+
**Who pays? (B2B/Enterprise)**
|
|
132
|
+
|
|
133
|
+
- Decision makers
|
|
134
|
+
- Budget owners
|
|
135
|
+
- Procurement process
|
|
136
|
+
- Deal cycle
|
|
137
|
+
|
|
138
|
+
**Skip if B2C.**
|
|
139
|
+
|
|
140
|
+
---
|
|
141
|
+
|
|
142
|
+
### 6. Target Users
|
|
143
|
+
**Who actually uses it?**
|
|
144
|
+
|
|
145
|
+
- User segments
|
|
146
|
+
- Demographics
|
|
147
|
+
- Psychographics
|
|
148
|
+
- Current behavior patterns
|
|
149
|
+
|
|
150
|
+
**Note:** Detailed in Trigger Map later, this is overview.
|
|
151
|
+
|
|
152
|
+
---
|
|
153
|
+
|
|
154
|
+
### 7. Success Criteria
|
|
155
|
+
**How do we measure success?**
|
|
156
|
+
|
|
157
|
+
- Business metrics (revenue, users, retention)
|
|
158
|
+
- User metrics (engagement, satisfaction, NPS)
|
|
159
|
+
- Technical metrics (performance, uptime)
|
|
160
|
+
- Timeline milestones
|
|
161
|
+
|
|
162
|
+
---
|
|
163
|
+
|
|
164
|
+
### 8. Competitive Landscape
|
|
165
|
+
**Who else solves this?**
|
|
166
|
+
|
|
167
|
+
- Direct competitors
|
|
168
|
+
- Indirect competitors
|
|
169
|
+
- Substitutes
|
|
170
|
+
- Our advantages/disadvantages
|
|
171
|
+
|
|
172
|
+
---
|
|
173
|
+
|
|
174
|
+
### 9. Unfair Advantage
|
|
175
|
+
**What do we have that others can't easily copy?**
|
|
176
|
+
|
|
177
|
+
- Network effects
|
|
178
|
+
- Proprietary data
|
|
179
|
+
- Domain expertise
|
|
180
|
+
- Strategic partnerships
|
|
181
|
+
- Technology
|
|
182
|
+
- Brand/reputation
|
|
183
|
+
|
|
184
|
+
---
|
|
185
|
+
|
|
186
|
+
### 10. Constraints
|
|
187
|
+
**What are our limits?**
|
|
188
|
+
|
|
189
|
+
- Budget constraints
|
|
190
|
+
- Timeline constraints
|
|
191
|
+
- Technical constraints
|
|
192
|
+
- Resource constraints
|
|
193
|
+
- Regulatory constraints
|
|
194
|
+
|
|
195
|
+
---
|
|
196
|
+
|
|
197
|
+
### 11. Tone of Voice
|
|
198
|
+
**How should UI microcopy sound?**
|
|
199
|
+
|
|
200
|
+
- Brand personality
|
|
201
|
+
- Writing principles
|
|
202
|
+
- Do's and don'ts
|
|
203
|
+
- Example phrases
|
|
204
|
+
|
|
205
|
+
**Used for:** Field labels, buttons, error messages, success messages
|
|
206
|
+
|
|
207
|
+
**NOT for:** Strategic content (that uses Content Creation Workshop)
|
|
208
|
+
|
|
209
|
+
---
|
|
210
|
+
|
|
211
|
+
### 12. Create Product Brief
|
|
212
|
+
**Bring it all together**
|
|
213
|
+
|
|
214
|
+
Generate complete Product Brief document using template.
|
|
215
|
+
|
|
216
|
+
**See:** `./resources/project-brief.template.md`
|
|
217
|
+
|
|
218
|
+
---
|
|
219
|
+
|
|
220
|
+
## File Naming Conventions
|
|
221
|
+
|
|
222
|
+
**CRITICAL: Never use generic names**
|
|
223
|
+
|
|
224
|
+
### ❌ Wrong (Generic)
|
|
225
|
+
- `README.md`
|
|
226
|
+
- `guide.md`
|
|
227
|
+
- `notes.md`
|
|
228
|
+
- `documentation.md`
|
|
229
|
+
|
|
230
|
+
**Why bad:** Ambiguous, unmaintainable, confusing
|
|
231
|
+
|
|
232
|
+
---
|
|
233
|
+
|
|
234
|
+
### ✅ Right (Specific)
|
|
235
|
+
- `product-brief.md`
|
|
236
|
+
- `trigger-mapping-guide.md`
|
|
237
|
+
- `platform-requirements.md`
|
|
238
|
+
- `design-system-guide.md`
|
|
239
|
+
|
|
240
|
+
**Why better:** Clear purpose, searchable, maintainable
|
|
241
|
+
|
|
242
|
+
---
|
|
243
|
+
|
|
244
|
+
### Pattern: `[TOPIC]-GUIDE.md`
|
|
245
|
+
|
|
246
|
+
**For methodology documentation:**
|
|
247
|
+
- `phase-1-product-exploration-guide.md`
|
|
248
|
+
- `value-trigger-chain-guide.md`
|
|
249
|
+
- `content-creation-philosophy.md`
|
|
250
|
+
|
|
251
|
+
**For deliverables:**
|
|
252
|
+
- `product-brief.md`
|
|
253
|
+
- `trigger-map.md`
|
|
254
|
+
- `platform-prd.md`
|
|
255
|
+
|
|
256
|
+
**For examples:**
|
|
257
|
+
- `wds-examples-guide.md`
|
|
258
|
+
- `wds-v6-conversion-guide.md`
|
|
259
|
+
|
|
260
|
+
---
|
|
261
|
+
|
|
262
|
+
## Documentation Quality Standards
|
|
263
|
+
|
|
264
|
+
### Precision
|
|
265
|
+
**Articulate requirements with precision while keeping language accessible**
|
|
266
|
+
|
|
267
|
+
❌ "Users probably want something to help them..."
|
|
268
|
+
|
|
269
|
+
✅ "Consultants need proposal templates that reduce formatting time by 80% while maintaining professional appearance"
|
|
270
|
+
|
|
271
|
+
---
|
|
272
|
+
|
|
273
|
+
### Evidence
|
|
274
|
+
**Ground all findings in verifiable evidence**
|
|
275
|
+
|
|
276
|
+
❌ "Most consultants struggle with proposals"
|
|
277
|
+
|
|
278
|
+
✅ "In 15 user interviews, 12 consultants (80%) reported spending 3+ hours per proposal on formatting alone"
|
|
279
|
+
|
|
280
|
+
---
|
|
281
|
+
|
|
282
|
+
### Accessibility
|
|
283
|
+
**Technical accuracy, but readable by non-experts**
|
|
284
|
+
|
|
285
|
+
❌ "Implement OAuth 2.0 authorization code flow with PKCE extension for SPA-based authentication"
|
|
286
|
+
|
|
287
|
+
✅ "Use industry-standard secure login (OAuth 2.0) that protects user data even in browser-based apps"
|
|
288
|
+
|
|
289
|
+
---
|
|
290
|
+
|
|
291
|
+
### Structure
|
|
292
|
+
**Clear hierarchy, scannable, actionable**
|
|
293
|
+
|
|
294
|
+
Good structure:
|
|
295
|
+
```markdown
|
|
296
|
+
# Main Topic
|
|
297
|
+
|
|
298
|
+
## Overview
|
|
299
|
+
[High-level summary]
|
|
300
|
+
|
|
301
|
+
## Key Concepts
|
|
302
|
+
### Concept 1
|
|
303
|
+
[Explanation]
|
|
304
|
+
|
|
305
|
+
### Concept 2
|
|
306
|
+
[Explanation]
|
|
307
|
+
|
|
308
|
+
## How to Use This
|
|
309
|
+
[Actionable steps]
|
|
310
|
+
|
|
311
|
+
## Related Resources
|
|
312
|
+
[Links to related docs]
|
|
313
|
+
```
|
|
314
|
+
|
|
315
|
+
---
|
|
316
|
+
|
|
317
|
+
## The Bible: `project-context.md`
|
|
318
|
+
|
|
319
|
+
**If this file exists, treat it as gospel.**
|
|
320
|
+
|
|
321
|
+
### What It Contains
|
|
322
|
+
- Project history
|
|
323
|
+
- Key decisions and rationale
|
|
324
|
+
- Technical constraints
|
|
325
|
+
- Business constraints
|
|
326
|
+
- Team context
|
|
327
|
+
- Anything critical to know
|
|
328
|
+
|
|
329
|
+
### How to Use It
|
|
330
|
+
1. **First action:** Check if exists
|
|
331
|
+
2. **If exists:** Read thoroughly before any work
|
|
332
|
+
3. **If missing:** Offer to create one
|
|
333
|
+
|
|
334
|
+
**Location:** Usually `docs/project-context.md` or root `project-context.md`
|
|
335
|
+
|
|
336
|
+
---
|
|
337
|
+
|
|
338
|
+
## Absolute vs Relative Paths
|
|
339
|
+
|
|
340
|
+
**WDS uses absolute paths for artifacts:**
|
|
341
|
+
|
|
342
|
+
### ✅ Absolute (Explicit)
|
|
343
|
+
```
|
|
344
|
+
docs/A-Product-Brief/product-brief.md
|
|
345
|
+
docs/B-Trigger-Map/trigger-map.md
|
|
346
|
+
docs/C-UX-Scenarios/landing-page/01-hero-section.md
|
|
347
|
+
```
|
|
348
|
+
|
|
349
|
+
**Why:** Clear, unambiguous, no confusion about location
|
|
350
|
+
|
|
351
|
+
---
|
|
352
|
+
|
|
353
|
+
### ❌ Relative (Ambiguous)
|
|
354
|
+
```
|
|
355
|
+
../product-brief.md
|
|
356
|
+
../../trigger-map.md
|
|
357
|
+
```
|
|
358
|
+
|
|
359
|
+
**Why bad:** Depends on current location, breaks easily
|
|
360
|
+
|
|
361
|
+
---
|
|
362
|
+
|
|
363
|
+
## Alliterative Persona Names
|
|
364
|
+
|
|
365
|
+
**Create memorable, fun persona names using alliteration**
|
|
366
|
+
|
|
367
|
+
### Good Examples
|
|
368
|
+
- Harriet the Hairdresser
|
|
369
|
+
- Marcus Manager
|
|
370
|
+
- Diana Designer
|
|
371
|
+
- Samantha Salesperson
|
|
372
|
+
- Tony Trainer
|
|
373
|
+
- Petra Product Manager
|
|
374
|
+
|
|
375
|
+
**Why:** Easier to remember, more human, makes documentation engaging
|
|
376
|
+
|
|
377
|
+
---
|
|
378
|
+
|
|
379
|
+
### Bad Examples
|
|
380
|
+
- John (generic)
|
|
381
|
+
- User 1 (impersonal)
|
|
382
|
+
- Target Group A (clinical)
|
|
383
|
+
|
|
384
|
+
**Why bad:** Forgettable, boring, doesn't bring persona to life
|
|
385
|
+
|
|
386
|
+
---
|
|
387
|
+
|
|
388
|
+
## Documentation Maintenance
|
|
389
|
+
|
|
390
|
+
**Documents are living artifacts:**
|
|
391
|
+
|
|
392
|
+
### When to Update
|
|
393
|
+
- ✅ New information discovered
|
|
394
|
+
- ✅ Assumptions proven wrong
|
|
395
|
+
- ✅ Priorities shift
|
|
396
|
+
- ✅ Scope changes
|
|
397
|
+
- ✅ Phase completes
|
|
398
|
+
|
|
399
|
+
### Version Control
|
|
400
|
+
- Use git for all documentation
|
|
401
|
+
- Commit with clear messages
|
|
402
|
+
- Tag major milestones
|
|
403
|
+
- Keep history
|
|
404
|
+
|
|
405
|
+
### Archive, Don't Delete
|
|
406
|
+
- Old versions have context value
|
|
407
|
+
- Create `archive/` folder if needed
|
|
408
|
+
- Document why something changed
|
|
409
|
+
|
|
410
|
+
---
|
|
411
|
+
|
|
412
|
+
## Documentation Handoffs
|
|
413
|
+
|
|
414
|
+
**When handing to development team:**
|
|
415
|
+
|
|
416
|
+
### Complete Package Includes
|
|
417
|
+
1. **Product Brief** - Strategic foundation
|
|
418
|
+
2. **Trigger Map** - User psychology
|
|
419
|
+
3. **Platform PRD** - Technical requirements
|
|
420
|
+
4. **Page Specifications** - Detailed UX specs
|
|
421
|
+
5. **Design System** (if created) - Component library
|
|
422
|
+
6. **Design Delivery PRD** - Complete handoff package
|
|
423
|
+
|
|
424
|
+
**See:** Phase 6 (Design Deliveries) for handoff process
|
|
425
|
+
|
|
426
|
+
---
|
|
427
|
+
|
|
428
|
+
## Quality Checklist
|
|
429
|
+
|
|
430
|
+
Before marking documentation "complete":
|
|
431
|
+
|
|
432
|
+
- [ ] **Clear purpose** - Why does this document exist?
|
|
433
|
+
- [ ] **Specific names** - No README.md or generic.md?
|
|
434
|
+
- [ ] **Absolute paths** - All file references explicit?
|
|
435
|
+
- [ ] **Evidence-based** - Claims backed by research/data?
|
|
436
|
+
- [ ] **Accessible language** - Readable by all stakeholders?
|
|
437
|
+
- [ ] **Structured well** - Scannable, logical hierarchy?
|
|
438
|
+
- [ ] **Up to date** - Reflects current reality?
|
|
439
|
+
- [ ] **Actionable** - Others can use this to make decisions?
|
|
440
|
+
|
|
441
|
+
---
|
|
442
|
+
|
|
443
|
+
## Related Resources
|
|
444
|
+
|
|
445
|
+
- **Product Brief Workflow:** `../../workflows/wds-1-project-brief/project-brief/`
|
|
446
|
+
- **File Naming Conventions:** `../../workflows/00-system/FILE-NAMING-CONVENTIONS.md`
|
|
447
|
+
- **Project Outline Template:** Created during Phase 1 Step 1
|
|
448
|
+
- **Documentation Standards:** `../../../bmm/data/documentation-standards.md`
|
|
449
|
+
|
|
450
|
+
---
|
|
451
|
+
|
|
452
|
+
*Good documentation is the foundation of coordinated, confident execution. It's not overhead - it's leverage.*
|
|
453
|
+
|
|
454
|
+
|