Loading...
Loading...
Orchestrate a multi-ticket feature: one /implement agent per sub-issue; orchestrator sequences, relays, merges.
npx skill4agent add timschoch/skilly orchestrate/implement/implementghsrc/ops.md/implement🤖 decision (bot): <one line>
<2–4 lines: why, link>decisionquestionblockerprogress(bot)gh issue comment N --body-file .temp/<f>.mdgit fetch && git pull --ff-onlygit branch --show-currentorigin/maingh issue viewgh api graphql -f query='query{ repository(owner:"$OWNER",name:"$REPO"){ issue(number:$N){ subIssues(first:50){ nodes{ number title state } } } } }'projects_v2_itemquestion/implementpackage-prompt.mdgit diff --statgh run watch <id> --exit-status && gh pr merge <n> --squash --delete-branch && <cleanup>Closes #<sub>blockerops.md