stride-completing-tasks

Execute after_doing and before_review hooks before calling PATCH /api/tasks/:id/complete.

5|3|Updated Oct 19, 2025
One-click install
npx skills add https://github.com/cheezy/kanban --skill stride-completing-tasks
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: stride-completing-tasks
Source: https://github.com/cheezy/kanban/tree/main/docs/multi-agent-instructions/skills/stride-completing-tasks
Command: npx skills add https://github.com/cheezy/kanban --skill stride-completing-tasks

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Stride requires a disciplined, end-to-end completion process to prevent premature task termination and ensure quality gates are enforced by executing hooks before completion.

Core Features & Use Cases

  • Enforces execution of both after_doing and before_review hooks prior to PATCH /api/tasks/:id/complete.
  • Validates and requires explorer_result, reviewer_result, and a detailed workflow_steps log for traceability.
  • Supports automatic continuation or human review depending on needs_review after completion.

Quick Start

Claim a task with stride:stride-workflow and run both after_doing and before_review hooks before calling the complete API.

Frequently Asked Questions about stride-completing-tasks

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

FAQPage Schema
How do I enforce task completion hooks before calling the Stride API?▼

To enforce task completion hooks in Stride, execute both after_doing and before_review hooks prior to calling PATCH /api/tasks/:id/complete. This prevents premature task termination and ensures quality gates are met.

What payloads are required to complete a task in an orchestrated AI workflow?▼

Completing a task in an orchestrated AI workflow requires providing after_doing_result, before_review_result, explorer_result, reviewer_result, and a compliant workflow_steps log. These payloads ensure traceability and validate the exploration and review phases.

Can I use automated task completion with human review in my AI workflow?▼

Yes, automated task completion supports human review. Depending on the needs_review flag evaluated after completion, the workflow can trigger automatic continuation or route the task to a human reviewer for further inspection.

Why does my Stride workflow terminate prematurely before the review phase?▼

Your Stride workflow terminates prematurely if end-to-end completion discipline is not enforced. You must run both after_doing and before_review hooks and supply structured explorer and reviewer results before calling the task complete API.

What is the best way to log workflow steps for traceability in Stride task completion?▼

The best way to log workflow steps for traceability is to compile a detailed workflow_steps payload. This compliant log must document the exploration, implementation, and review phases to validate the end-to-end task completion process.