shipkit-spec-roadmap
SolidPrioritize which specs to write first from product + engineering definitions. Triggers: 'spec roadmap', 'what to spec first', 'prioritize features', 'spec backlog'.
Testing & QA 1 stars
0 forks Updated 1 weeks ago MIT
Install
Quality Score: 78/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# shipkit-spec-roadmap — Spec Prioritization Roadmap
**Purpose**: Bridge the gap between definitions and specs by building an explicit prioritization roadmap. Scores features by goal-gate phasing, dependency depth, foundation value, and mechanism complexity to determine spec order.
**Output format**: JSON — structured roadmap at `.shipkit/spec-roadmap.json`
---
## When to Invoke
**User triggers**:
- "What should I spec first?"
- "Prioritize the features"
- "Create a spec roadmap"
- "Spec backlog"
- "What order should I write specs?"
**Before**:
- `/shipkit-spec` (this determines WHICH spec to write next)
**After**:
- `/shipkit-product-definition` (need features to prioritize)
- `/shipkit-engineering-definition` (need mechanisms for effort estimation)
- `/shipkit-product-goals` (recommended — gates drive phasing)
**Workflow position**:
- After definitions are complete, before writing individual specs
- Can be re-run after new features are added or priorities change
---
## Prerequisites
**Required**:
- `.shipkit/product-definition.json` — features to prioritize
- `.shipkit/engineering-definition.json` — mechanisms for effort estimation
**Recommended**:
- `.shipkit/goals/*.json` — gate definitions for phase mapping (especially `goals/strategic.json` or `goals/product.json`)
**Optional**:
- `.shipkit/specs/` — detect already-specced features to mark as completed
**If goals missing**: Fall back to single-phase roadmap sorted by dependency + foundation value only.
--...
Details
- Author
- stefan-stepzero
- Repository
- stefan-stepzero/shipkit
- Created
- 7 months ago
- Last Updated
- 1 weeks ago
- Language
- Python
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
Testing & QA Solid
shipkit-spec
Use when user describes a feature to build. Triggers: 'spec this', 'create specification', 'define requirements', 'I want to build'.
1 Updated 1 weeks ago
stefan-stepzero AI & Automation Solid
shipkit-plan
Use when a spec exists and user wants implementation steps. Triggers: 'how to implement', 'create plan', 'plan this', 'what are the steps'.
1 Updated 1 weeks ago
stefan-stepzero Web & Frontend Solid
shipkit-product-definition
Define what to build — features, UX patterns, and differentiators that solve discovered user needs. Triggers: 'product definition', 'what to build', 'features', 'solution design'.
1 Updated 1 weeks ago
stefan-stepzero