Agent Workflow Patterns

Provides reusable CCOS templates for discovery, planning, execution, learning, and governance workflows.

12|Updated May 23, 2025
One-click install
npx skills add https://github.com/mandubian/ccos --skill agent-workflow-patterns
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Agent Workflow Patterns
Source: https://github.com/mandubian/ccos/tree/main/.claude/skills/agent-workflows
Command: npx skills add https://github.com/mandubian/ccos --skill agent-workflow-patterns

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

CCOS often requires consistent patterns for building autonomous agents. This Skill provides reusable workflow templates to standardize discovery, planning, execution, learning, and governance.

Core Features & Use Cases

  • Discovery → Execution Flow: a repeatable pattern to move from search to execution with inspection and logging.
  • Session-Based Multi-Step: manage multi-capability goals across sessions and aggregate plans.
  • Gap & Error Handling: templates to resolve missing capabilities and retry safely.
  • Governance & Audit: enforce approvals and capture decisions for replay.

Quick Start

Use the Agent Workflow Patterns to structure a complex goal like "Generate a daily operational report" by starting a session with ccos_session_start, planning with ccos_plan, and executing via ccos_execute_capability, then consolidating with ccos_consolidate_session.

Frequently Asked Questions about Agent Workflow Patterns

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

FAQPage Schema
How do I build consistent autonomous agent workflows in CCOS?

To build consistent autonomous agent workflows in CCOS, use reusable templates for discovery, planning, execution, learning, and governance to standardize multi-step processes. This enforces structured capabilities orchestration and session management.

What is the best way to manage multi-step agent goals across sessions?

The best way to manage multi-step agent goals across sessions is using a session-based workflow pattern that aggregates plans and executes capabilities sequentially. This allows you to handle multi-capability goals consistently over time.

How do you handle missing capabilities and errors during agent execution?

To handle missing capabilities and errors during agent execution, apply gap and error handling templates that resolve missing functions and retry safely. This structured approach ensures workflows recover from failures and learn from them.

Does CCOS support governance and auditing for autonomous agent workflows?

CCOS supports governance and auditing for autonomous agent workflows by enforcing approval checks and capturing decisions for replay. This governance-first pattern ensures all automated actions are verified and auditable.

How do I automate a daily operational report using CCOS agent workflows?

To automate a daily operational report using CCOS agent workflows, start a session with ccos_session_start, plan tasks with ccos_plan, execute via ccos_execute_capability, and consolidate with ccos_consolidate_session. This structures the goal from discovery to execution.