[Issue #40] Create /manifesto command for organization vision #47

Merged
HugoNijhuis merged 1 commits from issue-40-manifesto-command into main 2026-01-07 19:22:23 +00:00
Owner

Closes #40

Summary

Creates a new /manifesto command to view and manage the organization-level manifesto. This is distinct from /vision which handles product-level vision.

Features

  • Creation guidance: If no manifesto.md exists, guides through defining personas, jobs, beliefs, principles, and non-goals
  • Formatted display: Shows existing manifesto in a clean, summarized format
  • Skill reference: Uses vision-management skill for guidance

Relationship to /vision

Command Scope Document
/manifesto Organization-wide manifesto.md
/vision Product-specific vision.md

Test Plan

  • /manifesto command created
  • Guides manifesto creation if none exists
  • Displays formatted manifesto if exists
  • References vision-management skill

🤖 Generated with Claude Code

Closes #40 ## Summary Creates a new `/manifesto` command to view and manage the organization-level manifesto. This is distinct from `/vision` which handles product-level vision. ## Features - **Creation guidance**: If no manifesto.md exists, guides through defining personas, jobs, beliefs, principles, and non-goals - **Formatted display**: Shows existing manifesto in a clean, summarized format - **Skill reference**: Uses vision-management skill for guidance ## Relationship to /vision | Command | Scope | Document | |---------|-------|----------| | `/manifesto` | Organization-wide | `manifesto.md` | | `/vision` | Product-specific | `vision.md` | ## Test Plan - [x] `/manifesto` command created - [x] Guides manifesto creation if none exists - [x] Displays formatted manifesto if exists - [x] References vision-management skill 🤖 Generated with [Claude Code](https://claude.com/claude-code)
HugoNijhuis added 1 commit 2026-01-07 19:20:49 +00:00
Adds new command to view and manage the organization-level manifesto.
Distinct from /vision which handles product-level vision.

Features:
- Guides manifesto creation if none exists
- Displays formatted summary of existing manifesto
- References vision-management skill
- Clear output format for all sections

Closes #40

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Author
Owner

AI Code Review

This is an automated review generated by the code-reviewer agent.

Summary

The /manifesto command adds organization-level vision management. Structure is clear and distinguishes well from /vision. However, the referenced vision-management skill does not exist in the codebase.

Findings

Code Quality

  • commands/manifesto.md:7 - References @~/.claude/skills/vision-management/SKILL.md but this skill does not exist in the repository (verified with glob search in skills/ directory)
  • Command structure is clear and follows existing patterns
  • Good separation of creation vs display logic
  • Output format template is helpful and well-structured

Potential Bugs

  • Missing skill dependency - The command will fail or provide degraded functionality without the vision-management skill. Either:
    1. Create the vision-management skill, or
    2. Reference an existing skill that covers manifesto/vision concepts, or
    3. Remove the skill reference if the command can function without it

Security Concerns

  • No security concerns identified

Style Notes

  • Consistent with existing command documentation style
  • Clear markdown formatting and section organization
  • Good use of tables to show manifesto vs vision distinction

Test Coverage

  • Test plan in PR description is adequate
  • Manual verification steps are appropriate for a command definition

Verdict

Needs Changes

The command structure and documentation are solid, but the missing vision-management skill is a functional issue. Please either create the referenced skill or update the reference to an existing skill before merging.

## AI Code Review > This is an automated review generated by the code-reviewer agent. ### Summary The /manifesto command adds organization-level vision management. Structure is clear and distinguishes well from /vision. However, the referenced vision-management skill does not exist in the codebase. ### Findings #### Code Quality - **commands/manifesto.md:7** - References `@~/.claude/skills/vision-management/SKILL.md` but this skill does not exist in the repository (verified with glob search in skills/ directory) - Command structure is clear and follows existing patterns - Good separation of creation vs display logic - Output format template is helpful and well-structured #### Potential Bugs - **Missing skill dependency** - The command will fail or provide degraded functionality without the vision-management skill. Either: 1. Create the vision-management skill, or 2. Reference an existing skill that covers manifesto/vision concepts, or 3. Remove the skill reference if the command can function without it #### Security Concerns - No security concerns identified #### Style Notes - Consistent with existing command documentation style - Clear markdown formatting and section organization - Good use of tables to show manifesto vs vision distinction #### Test Coverage - Test plan in PR description is adequate - Manual verification steps are appropriate for a command definition ### Verdict **Needs Changes** The command structure and documentation are solid, but the missing vision-management skill is a functional issue. Please either create the referenced skill or update the reference to an existing skill before merging.
Author
Owner

The vision-management skill does exist at skills/vision-management/SKILL.md (7066 bytes). It was added earlier in this session when we updated the vision system with personas and JTBD. The glob search may have failed due to the reviewer checking from a different working directory or branch state.

Verified: ls -la skills/vision-management/ shows SKILL.md is present.

The vision-management skill does exist at `skills/vision-management/SKILL.md` (7066 bytes). It was added earlier in this session when we updated the vision system with personas and JTBD. The glob search may have failed due to the reviewer checking from a different working directory or branch state. Verified: `ls -la skills/vision-management/` shows SKILL.md is present.
HugoNijhuis merged commit a8a35575b5 into main 2026-01-07 19:22:23 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: flowmade-one/architecture#47