todo-utilities

Provide reusable progress tracking templates for BCOS skill workflows.

18|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/walm00/business-context-os --skill todo-utilities
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: todo-utilities
Source: https://github.com/walm00/business-context-os/tree/main/.claude/skills/todo-utilities
Command: npx skills add https://github.com/walm00/business-context-os --skill todo-utilities

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides reusable patterns for consistent progress tracking across all BCOS skills, ensuring clear user visibility.

Core Features & Use Cases

  • Progress Patterns: Includes sequential, parallel, error recovery, approval gates, long-running, and automatic handoff workflows.
  • Consistency: Keeps progress indicators uniform, reducing confusion.
  • Use Case: When building a multi-step data processing skill, developers can incorporate these patterns to accurately reflect each stage's status and handle errors gracefully.

Quick Start

Reference todo-patterns.md to implement progress tracking in your BCOS skill workflows by copying inline patterns.

Frequently Asked Questions about todo-utilities

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

FAQPage Schema
How do I add progress tracking to multi-step agent workflows?

To add progress tracking to agent workflows, implement reusable templates for sequential, parallel, and long-running tasks. This ensures consistent user visibility and transparent status updates during complex multi-step processes.

What are the standard patterns for error recovery and approval gates in AI workflows?

Standard patterns for error recovery and approval gates involve integrating structured checkpoints into your workflow. These templates handle errors gracefully and pause execution for user approval, ensuring transparent process indicators.

How do I maintain consistent user visibility during automatic agent handoffs?

Maintain consistent user visibility during automatic handoffs by applying standardized progress tracking templates. These patterns ensure uniform status indicators across delegated tasks, reducing confusion and accurately reflecting each stage's status.

Can I use these workflow patterns for parallel processing tasks?

Yes, you can use these workflow patterns for parallel processing tasks. The skill includes specific progress patterns designed for parallel execution, ensuring accurate status tracking and clear user visibility across concurrent operations.

What is the best way to implement status updates in a multi-step data processing skill?

The best way to implement status updates is by referencing standardized progress tracking templates. Copying these inline patterns into your data processing skill accurately reflects each stage's status and ensures uniform progress indicators.