Skip to content

feat: conductor entry point /ddaro:go (0.6.1)#15

Merged
minwoo-data merged 1 commit into
mainfrom
feat/conductor-go-0.6.1
Jun 5, 2026
Merged

feat: conductor entry point /ddaro:go (0.6.1)#15
minwoo-data merged 1 commit into
mainfrom
feat/conductor-go-0.6.1

Conversation

@minwoo-data

Copy link
Copy Markdown
Owner

What

/ddaro:go - a single conductor command that reads the worktree's lifecycle stage and runs the next step (spec -> review -> implement -> check), so you no longer have to remember which of /ddaro:spec, /ddaro:review, /ddaro:check to call.

How

  • Detects the stage from a new .ddaro/lifecycle.json (git-ignored), or infers it: design doc present? has a ## Review findings section? code changes beyond the doc?
  • Delegates, never duplicates - runs the existing 0.6.0 /ddaro:spec / /ddaro:review / /ddaro:check SKILL.md sections; adds zero review logic of its own.
  • Confirms before heavy stages (review = 8 agents, check = prism-all).
  • Advances state and points at the next step; stops at the review -> implement boundary (the human writes the code, then re-runs /ddaro:go).
  • The named subcommands stay as manual gears - /ddaro:go spec|review|check forces a stage.

Changes

  • New commands/ddaro-go.md + ## /ddaro:go section in SKILL.md
  • Router (commands/ddaro.md) dispatch list + argument-hint
  • Version 0.6.0 -> 0.6.1 (plugin.json + marketplace.json), CHANGELOG, README + README.ko

Pure orchestration over the 0.6.0 trio; touches no git history. No hook/test changes (markdown-only). Hook suite still green (82 passed) + JSON manifests valid.

… (0.6.1)

One command that reads the worktree lifecycle stage and runs the next step
(spec/review/check), delegating to the existing sections instead of making the
operator remember which to call. Confirms before heavy stages, advances
.ddaro/lifecycle.json, stops at the implement boundary. Manual spec/review/check
stay as override gears. Pure orchestration; no git history touched.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@minwoo-data minwoo-data merged commit f4a6797 into main Jun 5, 2026
3 checks passed
@minwoo-data minwoo-data deleted the feat/conductor-go-0.6.1 branch June 5, 2026 19:07
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