Add features to an existing Shipwright project
Copy the command definition below into:
~/.claude/commands/shipwright-enhance.md---
name: shipwright-enhance
description: Add features to an existing Shipwright project
category: deployment
---
# /shipwright-enhance
Add new features or pages to an existing Shipwright-built project.
## Steps
1. Detect the current project's stack and structure.
2. Prompt the user for a description of the feature to add.
3. Use the `shipwright-pipeline` skill to implement, test, and integrate the new feature.
4. Report changes made, new files created, and updated test results.