task

Load task context by slug and log plan progress via MCP tooling.

16|2|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/Kibertum/tausik-core --skill task-kibertum
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task
Source: https://github.com/Kibertum/tausik-core/tree/main/agents/skills/task
Command: npx skills add https://github.com/Kibertum/tausik-core --skill task-kibertum

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Work on tasks from a project database and track progress via a structured plan, goals, and acceptance criteria, ensuring traceability.

Core Features & Use Cases

  • Activate tasks: Load a task by slug and initialize its context, goals, and plan.
  • Enforce governance: Ensure required goals and acceptance criteria exist before starting work.
  • Lifecycle tracking: Log progress after each plan step and update task state to guide completion.
  • MCP-driven context: Integrate with role/stack context and memory for knowledge reuse and decision history.

Quick Start

Activate a task by slug to begin tracking its progress and plan steps.

Frequently Asked Questions about task

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

FAQPage Schema
How do I track project task progress against acceptance criteria?

To track project task progress, activate a task by slug to load its context, enforce goals via QG-0, log progress after each plan step, and update the state until completion. This ensures full traceability against acceptance criteria.

What is the best way to coordinate end-to-end task execution across MCP-based tooling?

End-to-end task execution across MCP-based tooling is coordinated by loading role and stack context, enforcing governance checks, and logging structured feedback through task log and task step commands until the task is done.

How does enforcing QG-0 work when starting a task from a project database?

Enforcing QG-0 ensures required goals and acceptance criteria exist before starting work on a task loaded from the project database. This governance check prevents unstructured execution and guarantees traceability.

Can I integrate role and stack context into my task lifecycle tracking?

You can integrate role and stack context into task lifecycle tracking using MCP-driven memory. This reuses knowledge and decision history to guide plan steps and update task states throughout execution.

Why does my task context need a slug before I can log plan steps?

A task slug is required to load specific task context, goals, and plan steps from the project database. Without activating the slug, the system cannot enforce governance or record structured progress for the execution.

Do I need predefined acceptance criteria to use task lifecycle tracking?

Predefined acceptance criteria are required to pass the QG-0 check and start task execution. Lifecycle tracking enforces these goals to ensure all logged plan steps and final completion meet the structured feedback loop.