Skip to content

feat(skills): add post-parallel cleanup automation to taskmaestro#784

Merged
JeremyDev87 merged 1 commit intomasterfrom
feat/post-parallel-cleanup-773
Mar 21, 2026
Merged

feat(skills): add post-parallel cleanup automation to taskmaestro#784
JeremyDev87 merged 1 commit intomasterfrom
feat/post-parallel-cleanup-773

Conversation

@JeremyDev87
Copy link
Owner

Summary

  • Add /taskmaestro stop command for soft worker stop (keeps worktrees)
  • Add /taskmaestro cleanup [--force] command for full post-parallel cleanup
  • Add check_uncommitted() utility detecting uncommitted changes and unpushed commits
  • Add cleanup_all() 4-step process: safety check → stop workers → remove worktrees/branches → clean directory
  • Update Error Handling table with cleanup-related failure/recovery entries
  • Update Important Notes with cleanup best practices

Test plan

  • Verify SKILL.md parses correctly as a skill (frontmatter valid)
  • Run markdownlint — 0 errors confirmed
  • Manual test: /taskmaestro cleanup on active session with dirty worktree should ABORT
  • Manual test: /taskmaestro cleanup --force should proceed despite uncommitted changes
  • Manual test: /taskmaestro stop should stop workers but leave worktrees intact

Closes #773

Add stop and cleanup subcommands to taskmaestro skill:
- /taskmaestro stop: soft stop workers, keep worktrees
- /taskmaestro cleanup [--force]: full cleanup with safety checks
- check_uncommitted(): detects uncommitted changes and unpushed commits
- cleanup_all(): 4-step process (check → stop → remove → clean)
- Updated Error Handling and Important Notes sections

Closes #773
@JeremyDev87 JeremyDev87 added feat 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:47pm

@JeremyDev87 JeremyDev87 self-assigned this Mar 21, 2026
@JeremyDev87 JeremyDev87 merged commit a1bfac9 into master Mar 21, 2026
25 checks passed
@JeremyDev87 JeremyDev87 deleted the feat/post-parallel-cleanup-773 branch March 21, 2026 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feat priority:should Should Have - 중요하지만 필수는 아님

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: Create post-parallel cleanup automation

1 participant