myco:author-and-debug-agent-pipeline-tasks

Standardize YAML task definitions and lifecycle rules for Myco agent pipelines.

12|2|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/goondocks-co/myco --skill myco-author-and-debug-agent-pipeline-tasks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: myco:author-and-debug-agent-pipeline-tasks
Source: https://github.com/goondocks-co/myco/tree/main/.agents/skills/author-and-debug-agent-pipeline-tasks
Command: npx skills add https://github.com/goondocks-co/myco --skill myco-author-and-debug-agent-pipeline-tasks

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Authoring and debugging Myco agent pipelines used to require ad-hoc conventions and scattered docs; this skill provides a structured, repeatable approach to YAML task definitions, lifecycle constraints, and hardening patterns to reduce errors.

Core Features & Use Cases

  • Standardized Task YAML: Define task structure, phases, budgets, and preConditions in a single place.
  • Lifecycle & Hardening: Enforces lifecycle rules, audit-logging, and safety checks for new MCP tools and tasks.
  • Targeted Guidance: Applies to work touching src/agent/tasks/, src/agent/executor.ts, src/daemon/task-scheduler.ts, or src/mcp/tools/.

Quick Start

Create a new task YAML under src/agent/tasks/ and run the daemon to verify scheduling.

Frequently Asked Questions about myco:author-and-debug-agent-pipeline-tasks

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

FAQPage Schema
How do I structure task YAML files for agent pipelines?

Lifecycle hardening for agent tasks requires enforcing preCondition rules, skipPriorContext guardrails, and audit-logging within executor and task-scheduler modules to prevent runtime errors.

How do I set up task scheduling and concurrency in Myco?

Task scheduling and concurrency in Myco are configured by defining task parameters, timeout limits, and scheduling rules within the task YAML and daemon task-scheduler.

What are the guardrails for adding new MCP tools to agent pipelines?

Guardrails for adding new MCP tools include enforcing safety checks, audit-logging, and lifecycle constraints to ensure tools interact safely with the agent executor.

Why are my agent pipeline tasks failing during execution?

Agent pipeline tasks often fail during execution due to missing preCondition guardrails, incorrect task YAML structure, or improperly configured timeout and concurrency budgets in the task-scheduler.