Skip to content

feat: /autoplan — auto-review pipeline (v0.10.0.0)#327

Merged
garrytan merged 3 commits intomainfrom
garrytan/auto-choices-mode
Mar 22, 2026
Merged

feat: /autoplan — auto-review pipeline (v0.10.0.0)#327
garrytan merged 3 commits intomainfrom
garrytan/auto-choices-mode

Conversation

@garrytan
Copy link
Owner

Summary

  • New /autoplan skill — one command, fully reviewed plan. Reads the full CEO, design, and eng review skill files from disk and runs them sequentially with auto-decisions using 6 encoded principles (completeness, boil lakes, pragmatic, DRY, explicit > clever, bias toward action). Surfaces taste decisions (close approaches, borderline scope, codex disagreements) at a final approval gate.
  • Restore point saved to external file before any review, with one-line reference in plan
  • Context-dependent principle conflict resolution (CEO=P1+P2, Eng=P5+P3, Design=P5+P1)
  • Writes 3 separate review log entries for /ship dashboard compatibility
  • Cognitive-load-managed final gate: flat list ≤7 taste decisions, grouped by phase at 8+

Test Coverage

All new code paths have test coverage:

  • 2 validation tests (browse commands + snapshot flags) for autoplan/SKILL.md
  • Touchfile entry for diff-based test selection
  • Touchfile test updated for cascade (plan-ceo-review changes now also select autoplan-core)
  • Tests: 0 errors on full suite

Pre-Landing Review

No issues found. Pure skill template + routing + test wiring. No SQL, no LLM trust boundaries, no security concerns.

Design Review

No frontend files changed — design review skipped.

TODOS

No TODO items completed in this PR.

Review history

  • CEO Review: CLEAR (3 strategic issues, 5 decisions — architecture shifted from compressed to full-depth)
  • Eng Review: CLEAR (3 issues, 0 critical gaps — double-preamble fix, stale refs, restore point)

Test plan

  • bun run gen:skill-docs generates autoplan/SKILL.md without errors
  • bun run gen:skill-docs --host codex generates .agents/skills/gstack-autoplan/SKILL.md
  • bun test passes with 0 errors
  • Skill validation tests pass for autoplan

🤖 Generated with Claude Code

garrytan and others added 3 commits March 22, 2026 10:09
Thin orchestrator that reads CEO, design, and eng review skills from disk
and runs them at full depth with auto-decisions using 6 encoded principles.
Surfaces taste decisions at a final approval gate.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@garrytan garrytan merged commit 407b156 into main Mar 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant