Ship Feature

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

meisnerdan e979e99 813 B Updated

File contents

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.

meisnerdan/mission-control/tree/main/commands/ship-feature commit e979e996d3

Frequently asked questions

npx skillmds@latest add meisnerdan/ship-feature