Read `docs/planning/in-progress.json` to get current in-progress items.
/plugin marketplace add schuettc/claude-code-plugins/plugin install feature-workflow@schuettc-claude-code-pluginsfeature-ship/Read docs/planning/in-progress.json to get current in-progress items.
Note: In multi-file format (v2.0), in-progress items are in their own file. If file doesn't exist, there are no in-progress items.
items array where id matches the argumentin-progress.json:
docs/planning/backlog.json - if found there with status "backlog": Ask user to run /feature-plan firstdocs/planning/completed.json - if found there: Inform user feature is already completeddocs/planning/features/[feature-id]/plan.mddocs/planning/features/[feature-id]/requirements.mddocs/planning/in-progress.json## No In-Progress Features
No features are currently in-progress.
Run `/feature-plan` to start a feature from the backlog.
## In-Progress Features Ready for Completion
- [id]: [name] - Started [startedAt]
Display and verify:
## Pre-flight Check: [feature-name]
Feature status: in-progress
Implementation plan exists
Requirements documented
Ready to proceed with quality gates.
Output: Feature validated and ready for quality review
The ship workflow scales based on effort level from backlog.json:
Skip agent-based reviews. Run quick verification instead:
npm audit --audit-level=high instead of security-reviewer agentnpm test instead of qa-engineer agentRun full workflow with all quality gates: