Skip to content

refactor: consolidate commands/, add phase-hints, add quality-gate#8

Merged
gleicon merged 1 commit into
mainfrom
refactor/single-commands-dir-phase-hints
May 31, 2026
Merged

refactor: consolidate commands/, add phase-hints, add quality-gate#8
gleicon merged 1 commit into
mainfrom
refactor/single-commands-dir-phase-hints

Conversation

@gleicon

@gleicon gleicon commented May 31, 2026

Copy link
Copy Markdown
Owner
  • Merge claude/commands/ and opencode/commands/ into single commands/ dir; install.sh copies to both destinations. Eliminates 29 duplicate files and the double-write authoring requirement. sync.test.sh now checks commands/ integrity instead of cross-dir parity.

  • Add prompts/system/phase-hints.md: system-prompt block that teaches the agent to emit Insight boxes at phase transitions (orient, spec, build, clean, review, verify, persist). Wired as --phases flag in install.sh, setup.sh, and devskills.js.

  • Rewrite commands/workflow.md: GSD-optional by default. Detects .planning/ (GSD), .project/ (lightweight), or fresh start. Each phase emits an Insight block with exact commands for that phase.

  • Add commands/quality-gate.md: toggleable six-pass review pipeline
    for a feature branch. Passes: deslop -> test-quality-review ->
    security-review -> bug-review -> code-quality-review -> doc-quality-review. Implements accepted findings between passes.

- Merge claude/commands/ and opencode/commands/ into single commands/
  dir; install.sh copies to both destinations. Eliminates 29 duplicate
  files and the double-write authoring requirement. sync.test.sh now
  checks commands/ integrity instead of cross-dir parity.

- Add prompts/system/phase-hints.md: system-prompt block that teaches
  the agent to emit Insight boxes at phase transitions (orient, spec,
  build, clean, review, verify, persist). Wired as --phases flag in
  install.sh, setup.sh, and devskills.js.

- Rewrite commands/workflow.md: GSD-optional by default. Detects
  .planning/ (GSD), .project/ (lightweight), or fresh start. Each
  phase emits an Insight block with exact commands for that phase.

- Add commands/quality-gate.md: toggleable six-pass review pipeline
  for a feature branch. Passes: deslop -> test-quality-review ->
  security-review -> bug-review -> code-quality-review ->
  doc-quality-review. Implements accepted findings between passes.
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