smaqit.task-complete

Verify acceptance criteria and update task statuses in a planning file.

3|1|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/ruifrvaz/smaqit-extensions --skill smaqit-task-complete
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: smaqit.task-complete
Source: https://github.com/ruifrvaz/smaqit-extensions/tree/main/.github/skills/smaqit.task-complete
Command: npx skills add https://github.com/ruifrvaz/smaqit-extensions --skill smaqit-task-complete

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures tasks are properly marked as complete only after all acceptance criteria are met and respects the workflow mode (Assisted vs. Autonomous) to maintain correct process gates.

Core Features & Use Cases

  • Verification of Acceptance Criteria: Prevents premature task closure by ensuring all defined requirements are satisfied.
  • Mode Enforcement: Adheres to Assisted mode requiring user invocation and Autonomous mode allowing AI self-completion after verification.
  • Status Management: Updates task status and moves tasks between Active, Completed, or Abandoned sections in the central planning file.
  • Use Case: After an AI assistant implements a new feature in "Assisted" mode, you can use this skill to formally mark the task as complete after your review, ensuring the process is correctly logged.

Quick Start

Use the smaqit task complete skill to mark task 001 as completed.

Frequently Asked Questions about smaqit.task-complete

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify acceptance criteria before marking a task as complete?

Task completion verification checks all defined acceptance criteria before updating task status to completed. This prevents premature closure by enforcing validation rules against the central planning file, ensuring every requirement is satisfied beforehand.

What is the difference between Assisted and Autonomous task completion modes?

Assisted mode requires explicit user invocation to mark tasks as complete after review, while Autonomous mode permits AI self-completion once acceptance criteria are verified. Both modes enforce process gates to maintain correct task status transitions.

How do I update task status transitions in a central planning file?

Updating task status transitions in a central planning file involves moving tasks between Active, Completed, or Abandoned sections. The workflow automation verifies acceptance criteria first, then automatically modifies the file to reflect the final status.

Can I automate task closure to prevent premature completion in project workflows?

Yes, workflow automation prevents premature task closure by strictly enforcing acceptance criteria verification. It blocks status updates to completed unless all requirements are met, making it suitable for structured project workflow management.

When should I not use automated task completion verification?

You should avoid automated task completion verification when your workflow lacks defined acceptance criteria or a central planning file. Without structured requirements to validate against, the mode enforcement and status management features cannot function properly.