Marks task as complete after verifying acceptance criteria, tests, no issues; moves directory to completed/, updates project_state.md, suggests next task.
From drupal-dev-frameworknpx claudepluginhub camoa/claude-skills --plugin drupal-dev-framework<task-name>/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.
/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 move it to the completed folder.
/drupal-dev-framework:complete <task-name>
task-completer skillimplementation_process/in_progress/{task_name}/task.md with completion notesimplementation_process/completed/{task_name}/project_state.mdBefore marking complete, verifies:
If checks fail:
/drupal-dev-framework:complete settings_form
Task: settings_form
Pre-completion check:
✓ Acceptance criteria: 5/5 complete
? Tests pass: [Awaiting your confirmation]
✓ No blocking issues
Please confirm tests pass to complete this task.
After user confirms (v3.0.0):
Task completed: settings_form
Updated files:
- Moved: implementation_process/in_progress/settings_form/ → completed/settings_form/
- task.md
- research.md
- architecture.md
- implementation.md
- Updated: project_state.md
Up Next:
- content_entity (in_progress, Phase 2)
Run: /drupal-dev-framework:design content_entity
Adds completion section to task file before moving:
## Completion
**Completed:** {date}
**Status:** Complete
### Files Created/Modified
- `src/Form/SettingsForm.php` - Created
- `config/schema/mymodule.schema.yml` - Created
- `tests/src/Unit/SettingsFormTest.php` - Created
### Summary
{Brief summary of what was implemented}
### Notes
{Any implementation notes for future reference}
Updates the project state:
## Current Implementation Task
Working on: {next_task or "None - all tasks complete"}
File: {path or "-"}
## Completed Implementation Tasks
- ✅ settings_form - {date}
- ✅ {previous_task} - {date}
When completing the last task:
All tasks complete!
Project: {project_name}
Completed tasks: {count}
Options:
1. Define new tasks
2. Mark project as done
3. Review completed work
What would you like to do?
/drupal-dev-framework:implement <task> - Continue implementing a task/drupal-dev-framework:validate <task> - Validate before completing/drupal-dev-framework:next - See what's next/drupal-dev-framework:status - See all task statuses