원클릭으로
orchestrate
Conduct an existing GitHub spec through a visualized ticket graph, one profile-selection gate, implementation, merge, and cleanup.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Conduct an existing GitHub spec through a visualized ticket graph, one profile-selection gate, implementation, merge, and cleanup.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Reconcile a repository with Giacomo's live Knowledge Bank project conventions.
Domain reconnaissance exposes authoritative constraints around a high-cost design decision. Use before settling architecture, interfaces, data ownership, deployment, security, or operational boundaries that depend on an unfamiliar platform or protocol; also use when implementation or review uncovers a load-bearing assumption that could invalidate the settled design.
Refreshes an agent's working context from Giacomo's canonical Notion workspace through narrow live lookup. Use when Giacomo says /get-knowledge, get knowledge, refresh from Notion, internalize Notion, or asks an agent to learn what Notion knows before continuing.
Interview the user about life events, decisions, or personal context until the facts are clear, then draft a Notion write plan without writing until approved. Use when the user says /grill-knowledge, wants to capture something from life, wants to be grilled before saving knowledge, or discusses personal context that may belong in Notion.
| name | orchestrate |
| description | Conduct an existing GitHub spec through a visualized ticket graph, one profile-selection gate, implementation, merge, and cleanup. |
| disable-model-invocation | true |
| argument-hint | spec #1234 [owner/repo:final:integration] |
Act as a conductor. The spec and its implementation tickets already exist; the invoking task validates their score and HITL pauses, then creates one dedicated conductor thread to work the accepted frontier.
Accept spec <issue-ref> and an optional
owner/repo:final-branch:integration-branch target. #1234 means the current
GitHub repository; a full issue URL resolves its repository directly. Treat any
profile named in the invocation as a recommendation, not permission to skip the
launch gate.
The profile has two orthogonal axes:
effort=direct: one implementer per ticket; repository validation, CI, and
existing PR reviewers are its complete gate.effort=reviewed: the same gate plus two independent adversarial reviewers.supervision=human: a SHA-bound user marker is the merge checkpoint.supervision=autonomous: the conductor merges automatically when every
applicable current-head gate passes.Every profile retains worktree isolation, required validation, ticket and spec closure, ticket and PR ownership, and exact post-merge cleanup.
Keep preflight read-only. The graph and profile question form the only pre-launch blocking stage. The user's selection authorizes the selected actors, PR comments, ticket and PR assignments, ticket PRs, admitted merges, and cleanup. Autonomous supervision also authorizes merges without a per-PR user checkpoint. Human supervision retains its later SHA-bound merge approvals as part of the selected lifecycle.
Parent
section names the spec. Fetch native sub-issues independently; never use that
shorter list as the inventory. Fetch every expected ticket's body, comments,
state, and existing linked PRs. Precursor or decision issues may remain
native sub-issues without entering the implementation manifest.AFK or HITL. An explicit HITL, HILT, or
human-in-the-loop marker in its labels, metadata, or body makes it HITL;
otherwise it is AFK.Blocked by edge, preferring native tracker relationships and
then the ticket section. Record external blockers separately.reviewed + human.Completion criterion: the spec has at least one implementation ticket; every expected implementation ticket is a native sub-issue with a title, state, AFK/HITL mode, and resolved blockers; the assignee, exact repository, and branches are known; every live actor that could be resumed or replaced is recorded.
Build this manifest from live GitHub state. Give blockers outside the spec a repository-qualified id and their live state:
{"spec":"1234","tickets":[{"id":"10","parent":"1234","nativeSubIssue":true,"title":"...","state":"open","mode":"hitl","blockedBy":["other/repo#7"]}],"externalBlockers":[{"id":"other/repo#7","state":"closed"}]}
Resolve scripts/validate-graph.mjs beside this SKILL.md and run it with
node, passing the manifest on stdin. A nonzero exit stops preflight. Repair
discovery from authoritative state; if the graph remains invalid, report the
diagnostic and end the run without opening another question.
Run scripts/render-graph.mjs with node, passing the same manifest on stdin.
Keep its Mermaid stdout, launchable AFK frontier, and hitlFrontier pause
points.
Completion criterion: the validator proves native sub-issue membership, unique tickets, known blockers, an acyclic graph, explicit ticket modes, and the complete frontier; the renderer produces one node per ticket and external blocker, visibly marks HITL tickets, and draws arrows from blocker to dependent.
Show the renderer output in a mermaid code fence. State that arrows point from
each blocker to the ticket it unlocks. List every open HITL ticket and state:
the conductor dispatches only AFK frontier tickets; when a HITL ticket reaches
the frontier, it pauses there; every dependent remains blocked until GitHub
shows that HITL ticket closed. Show HITL pauses: none when the list is empty.
If a conductor exists, show its profile and live state beside the diagram.
Then ask exactly one blocking question: "Which orchestration profile should I launch? Choosing one accepts this graph and its listed HITL pauses." Offer these four answers:
direct + human: one implementer, then SHA-bound user approval.direct + autonomous: one implementer, then automatic merge.reviewed + human: one implementer, two adversarial reviewers, then
SHA-bound user approval.reviewed + autonomous: one implementer, two adversarial reviewers, then
automatic merge.If a live conductor has a different profile, say in the same question that choosing another profile authorizes its replacement after verified exact cleanup. Create no conductor, actor, worktree, branch, PR, comment, or heartbeat before the answer.
Completion criterion: the user has seen the validated graph and HITL pauses and selected exactly one supported profile, thereby accepting all three.
If the live conductor matches the selection, rename it to
#<spec-id> · Orchestrator, navigate to it, and report that it was resumed. If
it differs, prove that replacement cleanup discards no unmerged work, perform
the exact cleanup, and create the selected conductor. An unsafe replacement is
a surfaced blocker, not a second question.
For a new conductor, read RUNTIME.md fully. Select exactly one
actor contract: DIRECT.md for direct effort or
PROMPTS.md for reviewed effort. Create a local project thread
with model=gpt-5.6-terra and thinking=high. Put the runtime's First objective
before all launch context, then inject the selected actor contract path, accepted
manifest, assignee, HITL pauses, and profile. Name it
#<spec-id> · Orchestrator exactly, leave it unpinned, wait for its first
progress checkpoint, and confirm that it launched only the AFK frontier and
surfaced the HITL frontier. Before returning, confirm the conductor entered its
mandatory wait or reached a permitted human gate or concrete blocker.
The runtime and selected actor contract are the single sources of truth. Inject
their absolute paths. Direct conductors load only DIRECT.md as their actor
contract.
After the launch gate, human interaction is limited to the accepted HITL pauses and, under human supervision, SHA-bound merge approvals.
Completion criterion: exactly one conductor is active and not idle while work is unfinished; every initial AFK frontier ticket has one implementer or a surfaced blocker; every initial HITL frontier ticket is a surfaced pause with no implementer.
Return the conductor task link with ::created-thread when newly created.