Skip to content

Auto-offer /submit-for-review from /start after local test confirmation #169

Description

@sebastientaggart

Problem to Fix

When /start finishes writing code, the user tests locally and must then remember to type /submit-for-review. The handoff is mechanical but currently requires two distinct commands.

Why it Matters

Reducing a routine two-step into one prompt cuts friction without removing the human checkpoint (the local-test confirmation is still required).

General Approach

At the end of /start, instead of telling the user to run /submit-for-review, ask: "Tests passing — submit for review now? (yes / changes needed / scrap)". On yes, invoke the submit-for-review flow inline.

Complexity

Verification / QA effort: moderate
Touches two skills' interaction surface and the user's muscle memory; needs both happy path and "changes needed" path verified.

Acceptance Criteria

  • /start's closing prompt offers inline submit instead of requiring a second command.
  • "changes needed" returns to iteration without submitting.
  • "scrap" still routes to make abandon.
  • Typing /submit-for-review manually still works for users who prefer the explicit command.

Parent story

Part of #167.

Metadata

Metadata

Labels

enhancementNew feature or requestready-for-qaIssue is ready to be QA tested

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions