feat(ce-review): add base: and plan: arguments, extract scope detection (#405)

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Trevin Chow
2026-03-27 07:59:54 -07:00
committed by GitHub
parent b5dc9b04ca
commit 914f9b0d98
7 changed files with 179 additions and 94 deletions

View File

@@ -11,13 +11,15 @@ CRITICAL: You MUST execute every step below IN ORDER. Do NOT skip any required s
2. `/ce:plan $ARGUMENTS`
GATE: STOP. Verify that the `ce:plan` workflow produced a plan file in `docs/plans/`. If no plan file was created, run `/ce:plan $ARGUMENTS` again. Do NOT proceed to step 3 until a written plan exists.
GATE: STOP. Verify that the `ce:plan` workflow produced a plan file in `docs/plans/`. If no plan file was created, run `/ce:plan $ARGUMENTS` again. Do NOT proceed to step 3 until a written plan exists. **Record the plan file path** — it will be passed to ce:review in step 4.
3. `/ce:work`
GATE: STOP. Verify that implementation work was performed - files were created or modified beyond the plan. Do NOT proceed to step 4 if no code changes were made.
4. `/ce:review mode:autofix`
4. `/ce:review mode:autofix plan:<plan-path-from-step-2>`
Pass the plan file path from step 2 so ce:review can verify requirements completeness.
5. `/compound-engineering:todo-resolve`