routine

Coordinate multi-agent ops checks and triage across distributed teammates.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/lucas42/lucos_claude_config --skill routine-lucas42
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: routine
Source: https://github.com/lucas42/lucos_claude_config/tree/main/skills/routine
Command: npx skills add https://github.com/lucas42/lucos_claude_config --skill routine-lucas42

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Dispatches multi-agent ops-check workflows across teammates and coordinates Phase 1 ops checks followed by Phase 2 triage.

Core Features & Use Cases

  • Parallel Ops Checks: run checks from code-review, security, sysadmin, and SRE in parallel and collect complete manifests before proceeding.
  • Phase-based Coordination: enforce sequential phases with wait-for-complete responses and verification steps to ensure reliable triage.
  • Inline Triaging: trigger a dedicated triage pass to update boards and generate summaries after Phase 1 completes.
  • Use Case: In a lucOS project, Routine coordinates teammates to surface, validate, and triage open issues and incidents efficiently.

Quick Start

Instruct Routine to execute Phase 1 ops checks with lucos-code-reviewer, lucos-security, lucos-system-administrator, and lucos-site-reliability, wait for complete responses, verify each, and then trigger Phase 2 triage.

Frequently Asked Questions about routine

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

FAQPage Schema
How do I coordinate multi-agent ops checks across distributed teammates?

To coordinate multi-agent ops checks, dispatch parallel workflows to teammates, wait for complete responses, verify each manifest, and trigger a dedicated triage pass to update project boards and generate summaries.

What is sequential phase execution for incident triage?

Sequential phase execution for incident triage is a coordination mechanism that enforces waiting for complete ops check responses and verification steps before proceeding to a dedicated triage pass that updates boards.

Can I run code review, security, sysadmin, and SRE checks in parallel?

Yes, you can run checks from code-review, security, sysadmin, and SRE teammates in parallel. The system collects complete manifests from all distributed teammates before proceeding to Phase 2 triage.

How do I trigger inline triaging after ops checks complete?

To trigger inline triaging after ops checks complete, invoke the dedicated /triage command. This updates project boards and produces a user-facing summary after verifying Phase 1 teammate reports.

Does this workflow orchestration tool support real-time project health assessment?

Yes, this workflow orchestration tool applies to real-time project health assessment, incident triage, and inline agent consultation during software development and operations workflows.

What are the limitations of phase-based coordination for ops checks?

Phase-based coordination for ops checks requires waiting for complete responses from all teammates before proceeding, meaning execution is blocked until every distributed agent returns its manifest.