Create detailed spec for roadmap item
Generate a detailed specification document for a roadmap item from your ideas or research list, creating a structured spec file and linking it from your roadmap.
/plugin marketplace add cameronsjo/claude-marketplace/plugin install essentials@cameronsjo<item name>Create a detailed specification for a roadmap item.
$ARGUMENTS - The item to spec out
Find the item in docs/roadmap/ideas.md or docs/roadmap/research.md
Create docs/roadmap/completed/{kebab-case-name}.md (as a draft/spec):
# Feature Name
> One-line summary
## Status
- **Priority**: p0 | p1 | p2 | p3 | p4
- **Effort**: small | medium | large
- **Status**: Planned
## Problem
What problem does this solve?
## Solution
High-level approach.
## Implementation Details
- List of changes needed
## Alternatives Considered
What else was considered?
## Open Questions
- [ ] Unanswered question?
## Related
- Links to other docs
Update ideas.md details column to link: [Spec](completed/item-name.md)
If item was in research.md, move to ideas.md with effort estimate