Update /vision command for product-level only #41

Closed
opened 2026-01-07 18:51:54 +00:00 by HugoNijhuis · 0 comments
Owner

Summary

Update the /vision command to be product-level only. It should reference the organization manifesto but manage product-specific vision, personas, jobs, and milestones.

Changes

  1. Scope: Product-level only (not organization)
  2. Reference: Should mention/link to org manifesto when displaying
  3. Inheritance: Product personas/jobs can extend org-level ones
  4. Milestones: Remain at product level in Gitea

Updated Behavior

  1. Check for manifesto: Note if org manifesto exists (in architecture repo)
  2. Check for vision.md: Product-level vision in current repo
  3. If no vision: Guide through product vision creation (referencing manifesto)
  4. If vision exists: Display with manifesto reference

Output Format

## Organization Context
See manifesto: [link or reference to architecture/manifesto.md]

## Product: [Name]

### Who This Product Serves
[Product-specific personas, may extend org personas]

### Product Jobs to Be Done
[Product-specific jobs]

### Goals (Milestones)
| Goal | For | Progress |
|------|-----|----------|

Dependencies

  • Depends on #38 (manifesto must exist to reference)

Acceptance Criteria

  • /vision command updated for product-level scope
  • References organization manifesto
  • Clear distinction from /manifesto command
  • Works in product repos (not architecture repo)
## Summary Update the `/vision` command to be product-level only. It should reference the organization manifesto but manage product-specific vision, personas, jobs, and milestones. ## Changes 1. **Scope**: Product-level only (not organization) 2. **Reference**: Should mention/link to org manifesto when displaying 3. **Inheritance**: Product personas/jobs can extend org-level ones 4. **Milestones**: Remain at product level in Gitea ## Updated Behavior 1. **Check for manifesto**: Note if org manifesto exists (in architecture repo) 2. **Check for vision.md**: Product-level vision in current repo 3. **If no vision**: Guide through product vision creation (referencing manifesto) 4. **If vision exists**: Display with manifesto reference ## Output Format ``` ## Organization Context See manifesto: [link or reference to architecture/manifesto.md] ## Product: [Name] ### Who This Product Serves [Product-specific personas, may extend org personas] ### Product Jobs to Be Done [Product-specific jobs] ### Goals (Milestones) | Goal | For | Progress | |------|-----|----------| ``` ## Dependencies - Depends on #38 (manifesto must exist to reference) ## Acceptance Criteria - [ ] /vision command updated for product-level scope - [ ] References organization manifesto - [ ] Clear distinction from /manifesto command - [ ] Works in product repos (not architecture repo)
HugoNijhuis added a new dependency 2026-01-07 18:52:39 +00:00
HugoNijhuis added a new dependency 2026-01-07 18:52:40 +00:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Blocks Depends on
Reference: flowmade-one/architecture#41