cos-runtime-development

Extend the Meridian Chief of Staff runtime with new intent kinds and node pipeline behavior.

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/rodoHasArrived/Meridian-main --skill cos-runtime-development
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cos-runtime-development
Source: https://github.com/rodoHasArrived/Meridian-main/tree/main/archive/code/.codex/skills/cos-runtime-development
Command: npx skills add https://github.com/rodoHasArrived/Meridian-main --skill cos-runtime-development

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of building and evolving Meridian's Chief of Staff (CoS) runtime so it can reliably turn operator intents into evidence, recommendations, and traceable outcomes across MCP and workstation surfaces.

Core Features & Use Cases

  • ADK scaffold extension for the CoS runtime: Implement and modify the node pipeline boundaries (intent analysis, context assembly, evidence aggregation, recommendation synthesis, decision preparation, trace emission).
  • Integration wiring across Meridian MCP and workstation APIs: Connect evidence queries and session/decision routes to the existing integration contracts without mutating evidence or ledger source-of-truth state.
  • Validation-first development workflow: Add or update tests and keep documentation aligned with the integration boundary and configuration keys so behavior stays discoverable and maintainable.

Quick Start

Ask the AI to use cos-runtime-development to implement the requested CoS runtime change while keeping all edits confined to the existing node boundaries and updating the CoS runtime documentation if the API surface or configuration keys change.

Frequently Asked Questions about cos-runtime-development

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

FAQPage Schema
How do I add a new intent kind to a Chief of Staff runtime pipeline?

To add an intent kind to the CoS runtime, you extend the ADK scaffold within existing node pipeline boundaries like intent analysis and context assembly, then update validation tests and documentation for the new intent behavior.

How do I connect MCP tools to a runtime node pipeline for evidence aggregation?

You wire MCP tools to the CoS runtime by connecting evidence queries and session routes to existing Meridian integration contracts, ensuring the pipeline preserves advisory-only behavior without mutating evidence source-of-truth state.

What is the Chief of Staff runtime node pipeline and how does it process operator intents?

The CoS runtime node pipeline converts operator intents into traceable outcomes through sequential stages: intent analysis, context assembly, evidence aggregation, recommendation synthesis, decision preparation, and trace emission.

Can I wrap a Python ADK runtime in an HTTP host for workstation API routes?

Yes, you can wrap the CoS runtime in an HTTP host to expose workstation API routes, connecting decision and session endpoints while satisfying ADK pipeline boundary constraints and maintaining advisory-only state behavior.

What are the limitations when extending the CoS runtime pipeline?

The CoS runtime enforces advisory-only behavior for evidence and state, meaning you cannot mutate ledger source-of-truth data, and all edits must remain confined to existing node boundaries to satisfy ADK pipeline constraints.

Do I need to update tests when modifying CoS runtime configuration keys?

Yes, when API surfaces or configuration keys change, you must update CoS runtime documentation and add or modify node-level tests to keep behavior discoverable and prevent configuration drift.