원클릭으로
build
Interactive /gobby build wizard. Starts lifecycle automation from a plan file or task ref, or delegates raw ideas to /gobby plan.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Interactive /gobby build wizard. Starts lifecycle automation from a plan file or task ref, or delegates raw ideas to /gobby plan.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Instructions for using gcode CLI for code search and retrieval. Loaded on demand when project has a code index.
Pre-transition checklist for closing or reviewing tasks. Covers fresh verification evidence, commits, and memory gates.
Use when processing CodeRabbit review comments, CodeRabbit CLI reports, or `$gobby coderabbit [findings]` requests.
Use when creating, editing, or validating Gobby skills, especially when a skill must change agent behavior or become discoverable through gobby-skills.
Use when coordinating a full gobby build run for an epic or task, especially when the user assigns the current session as coordinator, asks for a coordination epic, wants build agents/worktrees monitored, or wants gobby build bugs fixed so future runs work unattended.
Router contract for provider-aware Gobby help and installed skill dispatch.
| name | build |
| description | Interactive /gobby build wizard. Starts lifecycle automation from a plan file or task ref, or delegates raw ideas to /gobby plan. |
| version | 1.0.0 |
| category | core |
| triggers | build, gobby build, lifecycle automation |
| metadata | {"gobby":{"audience":"interactive","depth":0}} |
Use this skill when the user invokes /gobby build without a complete CLI command. The wizard gathers enough information to call the shared build service through the gobby build command.
The build surface accepts either:
#12805./gobby plan first.Do not implement build behavior in the skill. The shared build service is the source of truth; this skill only collects options, confirms them, and runs the equivalent gobby build ... invocation.
Ask for the build input if it was not supplied.
Classify in this order:
#N, numeric ref, or dotted task path -> task ref.For an idea, stop and delegate:
This needs a plan first. Run /gobby plan for the idea, approve the generated plan, then return to /gobby build with the plan file or task ref.
Collect only options the user explicitly wants to change:
--quick for exactly one lifecycle step.--skip-stage <stage[,stage...]>, only when starting a new lifecycle.--stage <stage>[:key=value[,key=value...]] for stage selection or caps.--clone to use clone workspaces instead of the default worktree backend.--no-merge to skip final promotion for the requested build.--pr <number-or-url>, optional.--target-branch <branch>, optional.--agent <agent-name>, optional.--reset-expansion-output, only when rebuilding a task ref with existing expansion output.--max-active-agents <n>, optional bounded concurrency for dispatcher ticks.For an unattended build-flow test, do not use the same task as both the tracking work and the automation target.
gobby build #epic target. Fix and merge blockers before starting the final automation epic.gobby:dispatcher cron row is enabled. If it is paused from prior gobby build stop or restart work, run gobby build resume once to restore daemon-owned dispatch before judging the E2E.--quick only for smoke checks of one lifecycle step. For real end-to-end validation, run without --quick, usually with bounded concurrency such as --max-active-agents <n>.gobby build #epic ... once and then observe daemon-owned automation through task state, agent runs, logs, and final acceptance checks.gobby build as manual dispatcher ticks to keep work moving. That is an anti-pattern because it changes the test shape and can hide a broken dispatcher loop.docs/guides refreshes, leave root README.md out unless it is named in scope; run docs/guides/README.md last when it indexes the other guides.When build automation stalls or agents behave as if required startup context is missing, debug the lifecycle rather than changing requirements.
gobby build resume; a bounded explicit tick may be used only as a diagnostic or recovery step after recording evidence, not as normal E2E execution._agent_type, active rule and skill variables, terminal pickup metadata, baseline dirty-file capture, and any spawned-agent step workflow.ensure_session_activation(session_id) helper that creates only missing activation effects and preserves existing progress. Do not replay the raw SessionStart hook wholesale.agent_run_id and session_id across spawn, tmux, SessionStart, workflow activation, auto-claim, step transitions, MCP calls, and rule blocks.Before running, show the equivalent command:
gobby build <input> --quick --skip-stage <stage,...> --stage <stage>:max_review_rounds=<n> --clone --no-merge --target-branch <branch> --agent <agent> --max-active-agents <n>
Omit flags that are unset.
Ask for confirmation. On approval, run the command exactly as shown. The CLI calls the shared build service, which records artifacts, lifecycle events, cascade state, and dispatcher kick metadata.
Report the returned task id, whether the task was created, the initial lifecycle, skipped stages, and dispatcher tick count. If the shared build service returns a validation error, show the error and do not retry with changed options unless the user explicitly approves the change.