shipkit-plan
SolidUse when a spec exists and user wants implementation steps. Triggers: 'how to implement', 'create plan', 'plan this', 'what are the steps'.
AI & Automation 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-plan - Implementation Planning with Failure Mode Prevention
**Purpose**: Transform feature specifications into validated implementation plans that prevent common planning failures: orphaned foundations, magical steps, codebase blindness, and incomplete coverage.
---
## When to Invoke
**User triggers**:
- "Plan how to build this"
- "Create implementation plan"
- "How should we implement this feature?"
- "Design the technical approach"
**After**:
- `/shipkit-spec` has created specification for the feature
- Feature is ready for implementation planning
---
## Prerequisites
**Check before starting**:
- Spec exists: `.shipkit/specs/todo/[feature-name].json` or `.shipkit/specs/active/[feature-name].json`
- Stack defined: `.shipkit/stack.json` (from shipkit-project-context)
**UI-Heavy Feature Check**:
- If spec describes significant UI/UX, check if architecture.json has UI patterns or stack.json has a frontend framework
- If neither exists, warn: "This feature has significant UI — consider running `/shipkit-engineering-definition` first to define UI patterns"
- Do NOT block on prototyping — proceed with planning
**Optional but helpful**:
- Architecture decisions: `.shipkit/architecture.json`
- Data contracts: `.shipkit/engineering-definition.json` (see `components[].dataContracts`)
---
## Arguments
If `$ARGUMENTS` is provided (e.g. `/shipkit-plan recipe-sharing`), use it as the spec name. Try to read `.shipkit/specs/todo/$ARGUMENTS.json` or `.shipkit/specs/act...
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 Listed
shipkit-ship
Build a spec'd + planned feature to done — the BUILD entry point. Drives the plan to a ground-truth bar via the orchestration engine (autonomous). Triggers: 'ship it', 'ship this', 'build this', 'run the build', 'build the plan'.
1 Updated 1 weeks ago
stefan-stepzero Testing & QA Solid
shipkit-spec-roadmap
Prioritize which specs to write first from product + engineering definitions. Triggers: 'spec roadmap', 'what to spec first', 'prioritize features', 'spec backlog'.
1 Updated 1 weeks ago
stefan-stepzero