# Ship Feature

> Ship a feature by running verification, committing, and updating task status

- Skill: `meisnerdan/ship-feature` (Agent Skill)
- Install (CLI): `npx skillmds@latest add meisnerdan/ship-feature`
- Raw SKILL.md: https://api.skillmd.com/api/skills/meisnerdan/ship-feature/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: meisnerdan (https://skillmd.com/u/meisnerdan)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/meisnerdan/ship-feature

---


Ship the feature: $ARGUMENTS

1. Read `mission-control/data/ai-context.md` for a quick snapshot of current state
2. Read relevant task and milestone from `mission-control/data/`
3. Run the test suite and fix any failures
4. Run typecheck (`pnpm tsc --noEmit`) and fix errors
5. Run lint (`pnpm lint`) and fix issues
6. Create a git commit with a descriptive message
7. Update task status to `"done"` in `mission-control/data/tasks.json`
8. Update milestone progress in `goals.json`
9. Run `pnpm gen:context` in `mission-control/` to regenerate the AI context
10. Report what was shipped and any remaining work

IMPORTANT: Do not skip any verification step. Every step must pass before shipping.

