composite-long-task-workflow

Execute long complex tasks with intermediate and final verification gates.

3|Updated May 22, 2026
One-click install
npx skills add https://github.com/Seven128/project-tiny-context-harness --skill composite-long-task-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: composite-long-task-workflow
Source: https://github.com/Seven128/project-tiny-context-harness/tree/main/.codex/ty-context-managed/skills/composite-long-task-workflow
Command: npx skills add https://github.com/Seven128/project-tiny-context-harness --skill composite-long-task-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The composite-long-task-workflow Skill unit addresses the challenge of executing long and complex tasks within a project, ensuring that every step is verified and controlled for quality and compliance.

Core Features & Use Cases

  • Contract Execution: Ensures that long tasks adhere to a strict, pre-defined contract to maintain quality and prevent delivery drift.
  • Intermediate Verification: Provides multiple verification points to detect and correct drift before final delivery.
  • Final Gate: Offers a comprehensive final verification to prevent incomplete or incorrect deliveries.
  • Recovery and Completion: Facilitates recovery from errors and ensures that only tasks that meet all requirements are marked as complete.

Quick Start

To execute a Composite Long-Task Workflow, run the following commands in the workdir:

  • ty-context composite-long-task init <workdir>
  • ty-context composite-long-task compile <workdir>
  • ty-context composite-long-task verify <workdir>
  • ty-context composite-long-task final-gate <workdir>

Frequently Asked Questions about composite-long-task-workflow

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

FAQPage Schema
How do I execute complex tasks with strict quality assurance and prevent delivery drift?

To execute complex tasks with quality assurance and prevent delivery drift, use a workflow that enforces a strict pre-defined contract with intermediate and final verification gates to catch errors before completion.

What is a composite long-task workflow and when do I need intermediate verification?

A composite long-task workflow is a process for executing long, complex tasks under strict control. You need intermediate verification when you must detect and correct drift from pre-defined contracts before final delivery.

How do I set up task compliance and code verification for a long running project?

To set up task compliance and code verification for a long running project, initialize your workdir, compile the task, run intermediate verification, and finish with a final gate check to ensure all requirements are met.

Can I recover from errors during long task execution without failing the entire workflow?

Yes, you can recover from errors during long task execution. The workflow facilitates recovery from errors during intermediate verification, ensuring only tasks meeting all requirements are marked as complete.

Does this workflow management approach require any external dependencies to run?

No, this workflow management approach requires no external dependencies to run. It operates independently using scripts to enforce task compliance and code verification without needing additional software libraries.