diff options
Diffstat (limited to '.claude/commands/start-work.md')
| -rw-r--r-- | .claude/commands/start-work.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.claude/commands/start-work.md b/.claude/commands/start-work.md index bf32801..2224490 100644 --- a/.claude/commands/start-work.md +++ b/.claude/commands/start-work.md @@ -236,9 +236,9 @@ If deviations are significant, the user may want to loop back and revise the app Follow `commits.md` exactly. Summary of the flow: 1. Run `/review-code --staged` before each commit, or `/review-code` on the whole branch before the PR. Block on Critical or Important findings. -2. Draft the commit message to `/tmp/commit-<slug>.md`. Run `humanizer`. Apply the plain-English pass. Replace semicolons. Stop for approval. +2. Draft the commit message to `/tmp/commit-<slug>.md`. Run `/voice personal`. Stop for approval. 3. After approval, commit. -4. Draft the PR body to `/tmp/pr-<ticket-or-slug>.md`. Body must include a `Linear:` or equivalent cross-link line. Run `humanizer`. Apply the plain-English pass. Replace semicolons. Stop for approval. +4. Draft the PR body to `/tmp/pr-<ticket-or-slug>.md`. Body must include a `Linear:` or equivalent cross-link line. Run `/voice personal`. Stop for approval. 5. After approval, push and run `gh pr create`. 6. Post the PR URL back to the Linear ticket, GitHub issue, or todo.org entry. 7. Move the Linear or GitHub status to **Dev Review**. Todo.org has no equivalent. Leave the todo.org entry as `DOING` until the PR merges. |
