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
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)
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>
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:
Create the vision-management skill, or
Reference an existing skill that covers manifesto/vision concepts, or
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.
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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Closes #40
Summary
Creates a new
/manifestocommand to view and manage the organization-level manifesto. This is distinct from/visionwhich handles product-level vision.Features
Relationship to /vision
/manifestomanifesto.md/visionvision.mdTest Plan
/manifestocommand created🤖 Generated with Claude Code
AI Code Review
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
@~/.claude/skills/vision-management/SKILL.mdbut this skill does not exist in the repository (verified with glob search in skills/ directory)Potential Bugs
Security Concerns
Style Notes
Test Coverage
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.
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.