workflow

Explain the agent-workflow harness structure, usage, and skills.toml binding cascade.

Updated May 2, 2026
One-click install
npx skills add https://github.com/Tacuchi/agent-workflow-cli --skill workflow-tacuchi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow
Source: https://github.com/Tacuchi/agent-workflow-cli/tree/main/skills/w
Command: npx skills add https://github.com/Tacuchi/agent-workflow-cli --skill workflow-tacuchi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Orientation skill clarifies the purpose, structure, and usage of the agent-workflow harness, helping users understand how the system operates at a glance.

Core Features & Use Cases

  • Guides onboarding by explaining the 3-layer model (commands → loops → sessions/artifacts) and the docs/ zone.
  • Describes the pluggable capabilities, the skills.toml binding cascade, and the hard invariants that guard the workflow.
  • Serves as a reference for new team members and for governance reviews to quickly grasp how to interact with /w: commands, loops, and exports.

Quick Start

Understand the workflow by reading the SKILL.md and following the /w: commands to orient yourself in a new workspace.

Frequently Asked Questions about workflow

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

FAQPage Schema
How does an agent-workflow harness structure workspace operations?

An agent-workflow harness structures workspace operations using a 3-layer model of commands, loops, and sessions/artifacts, alongside a dedicated docs/ zone. It codifies workspace structure and exports to ensure consistent, safe collaboration.

How do I onboard new team members to an agent-workflow harness?

Onboard new team members by reading the workflow orientation documentation and following the /w: commands. This orients users in a new workspace by explaining the pluggable capabilities and the skills.toml binding cascade for governance.

What is the skills.toml binding cascade used for in workflow orchestration?

The skills.toml binding cascade is used for binding pluggable capabilities during onboarding and governance. It applies across all workflow flows—SPEC, PLAN, and QUICK—to maintain consistent orchestration and enforce hard invariants.

Can I use the agent-workflow harness across different project flows?

Yes, the agent-workflow harness applies across all flows including SPEC, PLAN, and QUICK. It supports binding pluggable capabilities via skills.toml and enforces hard invariants to guard the workflow consistently across different project contexts.

What are the hard invariants in an agent-workflow harness?

Hard invariants in an agent-workflow harness are enforced rules that guard the workflow for safe collaboration. They are codified alongside the workspace structure, docs zones, and exports to ensure consistent governance across all operational flows.

Workflow orientation not clarifying how to interact with loops and commands?

Workflow orientation clarifies how to interact with /w: commands, loops, and exports. It serves as a reference for governance reviews and new team members to quickly grasp the 3-layer model and pluggable capabilities of the harness.