name: ship-feature description: Ship a feature by running verification, committing, and updating task status disable-model-invocation: true
Ship the feature: $ARGUMENTS
- Read
mission-control/data/ai-context.mdfor a quick snapshot of current state - Read relevant task and milestone from
mission-control/data/ - Run the test suite and fix any failures
- Run typecheck (
pnpm tsc --noEmit) and fix errors - Run lint (
pnpm lint) and fix issues - Create a git commit with a descriptive message
- Update task status to
"done"inmission-control/data/tasks.json - Update milestone progress in
goals.json - Run
pnpm gen:contextinmission-control/to regenerate the AI context - Report what was shipped and any remaining work
IMPORTANT: Do not skip any verification step. Every step must pass before shipping.