Skip to content

feat(skills): add worker completion signaling to taskmaestro#782

Closed
JeremyDev87 wants to merge 1 commit intomasterfrom
feat/worker-completion-signaling-767
Closed

feat(skills): add worker completion signaling to taskmaestro#782
JeremyDev87 wants to merge 1 commit intomasterfrom
feat/worker-completion-signaling-767

Conversation

@JeremyDev87
Copy link
Owner

Summary

  • Define RESULT.json schema with 7 fields (status, issue, pr_number, pr_url, timestamp, cost, error)
  • Add [TASKMAESTRO COMPLETION PROTOCOL] to worker prompt template in assign subcommand
  • Implement 2-tier detection strategy: RESULT.json file-based primary detection, capture-pane as fallback only
  • Update status subcommand to check RESULT.json before falling back to capture-pane
  • Add result field to taskmaestro state file schema
  • Update watch auto-start prompt to reference new detection strategy

Test plan

  • Verify SKILL.md passes markdownlint
  • Review RESULT.json schema completeness against issue requirements
  • Verify assign prompt template includes completion protocol
  • Confirm watch mode documents 2-tier detection (RESULT.json → capture-pane)
  • Confirm status subcommand checks RESULT.json before capture-pane

Closes #767

- Define RESULT.json schema (status, issue, pr_number, pr_url, timestamp, cost, error)
- Add completion protocol to worker prompt template in assign subcommand
- Implement 2-tier detection in watch mode: RESULT.json primary, capture-pane fallback
- Update status subcommand to check RESULT.json before capture-pane
- Add result field to state file schema

Closes #767
@JeremyDev87 JeremyDev87 added feat sub-issue 상위 이슈의 하위 작업 priority:should Should Have - 중요하지만 필수는 아님 labels Mar 21, 2026
@vercel
Copy link

vercel bot commented Mar 21, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
codingbuddy-landing Ready Ready Preview, Comment Mar 21, 2026 4:19pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feat priority:should Should Have - 중요하지만 필수는 아님 sub-issue 상위 이슈의 하위 작업

Projects

None yet

Development

Successfully merging this pull request may close these issues.

taskMaestro: add worker completion signaling mechanism

1 participant