npx claudepluginhub sequenzia/claude-plugins --plugin mission-control<task-id> [project-name]Mark a task as complete and update all dependent task relationships. **Arguments:** - `task-id` (required): The task ID to mark complete (e.g., TASK-001) - `project-name` (optional): Project name if multiple task files exist ## Process 1. **Locate and validate** - Find the task file (`tasks/*.tasks.json` or `tasks/<project-name>.tasks.json`) - Verify the task exists - Check current status (warn if already complete) 2. **Update task status** - Set `status` to "complete" - Update `metadata.last_updated` timestamp - Recalculate `metadata.completion_percentage` 3. **Updat...
/completeCompletes partially implemented features: assesses gaps, implements missing pieces, hardens code, adds tests/docs, runs suite, and reports status changes with filled gaps list.
/completeCompletes Git worktree task: verifies phases, commits changes excluding planning files, merges to target branch, removes worktree, deletes branch.
/completeCompletes a task by marking it done, guiding learnings capture via prompts, showing unblocked tasks, and suggesting next steps like archiving or ready tasks.
/completeMarks task as complete after verifying acceptance criteria, tests, no issues; moves directory to completed/, updates project_state.md, suggests next task.
/completeMark a task as complete. Closes the task and commits .dots/ changes on the current branch.
/completeComplete any issue type per its workflow requirements
Mark a task as complete and update all dependent task relationships.
Arguments:
task-id (required): The task ID to mark complete (e.g., TASK-001)project-name (optional): Project name if multiple task files existLocate and validate
tasks/*.tasks.json or tasks/<project-name>.tasks.json)Update task status
status to "complete"metadata.last_updated timestampmetadata.completion_percentageUpdate dependent tasks
blocked_by:
blocked_by arrayblocked_by becomes empty and status was "blocked", change to "not_started"Write updated file
Display results
## Task Completed
**TASK-XXX:** <title>
Status: not_started -> complete
### Progress Update
- Completion: 45% -> 50% (10/20 tasks)
- Tasks unblocked: 2
### Newly Unblocked Tasks
The following tasks can now be started:
1. **TASK-AAA:** <title>
- Priority: high
- Complexity: M
- Was waiting on: TASK-XXX
2. **TASK-BBB:** <title>
- Priority: medium
- Complexity: S
- Was waiting on: TASK-XXX, TASK-YYY (TASK-YYY already complete)
### Recommended Next
Based on priority and dependencies:
1. **TASK-AAA** - High priority, medium complexity
2. **TASK-CCC** - High priority, small complexity
Run `/mission-control:next` for full recommendations.
Before marking complete, consider asking: