packages/skills/skills/ct-master-tac/SKILL.md
Master Tactical Bundle for CleoOS autonomous execution. Installs the complete primitive library needed to run the full agentic execution layer on a fresh CleoOS install: 12 CANT protocol files (research, consensus, architecture-decision, specification, decomposition, implementation, validation, testing, contribution, release, artifact-publish, provenance), the canonical platform team definition, and the skills manifest entry. Use when bootstrapping a new CleoOS project, verifying that all protocol primitives are present, or recovering a broken protocol tree. Triggers on: "install master tac", "bootstrap protocols", "tools.skill.install ct-master-tac", "verify protocol bundle", "repair protocol files", "fresh CleoOS install".
npx skillsauth add kryptobaseddev/cleo ct-master-tacInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Provenance: @task T430, @epic T382, @umbrella T377 Bundle version: 1.0.0 — ships with CleoOS v2026.4.x
The Master TAC (Tactical Asset Cache) plugin bundles every protocol primitive the
autonomous execution layer requires. After tools.skill.install ct-master-tac, a
fresh CleoOS install has batteries-included support for the full RCASD-IVTR+C
lifecycle.
bundled/protocols/)| File | ID | Stage | Skill |
|------|----|-------|-------|
| research.cant | RSCH | research | ct-research-agent |
| consensus.cant | CONS | consensus | ct-consensus-voter |
| architecture-decision.cant | ADR | architecture-decision | ct-adr-recorder |
| specification.cant | SPEC | specification | ct-spec-writer |
| decomposition.cant | DCMP | decomposition | ct-epic-architect |
| implementation.cant | IMPL | implementation | ct-task-executor |
| validation.cant | VALID | validation | ct-validator |
| testing.cant | TEST | testing | ct-ivt-looper |
| contribution.cant | CONT | cross-cutting | ct-contribution |
| release.cant | REL | release | ct-release-orchestrator |
| artifact-publish.cant | ART | release | ct-artifact-publisher |
| provenance.cant | PROV | release | ct-provenance-keeper |
bundled/teams/platform.cant)Canonical 3-tier team definition with planning-lead, engineering-lead, and
validation-lead. Mirrors the .cleo/teams.cant seed from a standard CleoOS init.
tools.skill.install ct-master-tac
The install hook:
bundled/protocols/*.cant to
packages/core/src/validation/protocols/cant/ (skips files that already exist
unless --force is provided).bundled/teams/platform.cant to .cleo/teams.cant (skips if exists).Running install a second time is a no-op (idempotent).
tools.skill.install ct-master-tac --verify
Read-only. Checks that all bundled files are present at their target locations and reports any missing or mismatched files without writing anything.
This plugin meets all three §11 criteria from docs/specs/CLEO-OPERATION-CONSTITUTION.md:
bundled/ assets not managed by the CLEO core package.When new protocol files are added, bump version in this SKILL.md and
manifest.json, add the new .cant file to bundled/protocols/, and update the
manifest.json files array. The install hook will copy the new file on next run.
tools
Connect any AI agent to SignalDock for agent-to-agent messaging. Use when an agent needs to: (1) register on api.signaldock.io, (2) install the signaldock runtime CLI, (3) send/receive messages to other agents, (4) set up SSE real-time streaming, (5) poll for messages, (6) check inbox, or (7) connect to the SignalDock platform. Triggers on: "connect to signaldock", "register agent", "send message to agent", "agent messaging", "signaldock setup", "install signaldock", "agent-to-agent".
development
Compliance validation for verifying systems, documents, or code against requirements, schemas, or standards. Performs schema validation, code compliance checks, document validation, and protocol compliance verification with detailed pass/fail reporting. Use when validating compliance, checking schemas, verifying code standards, or auditing protocol implementations. Triggers on validation tasks, compliance checks, or quality verification needs.
testing
General implementation task execution for completing assigned CLEO tasks by following instructions and producing concrete deliverables. Handles coding, configuration, documentation work with quality verification against acceptance criteria and progress reporting. Use when executing implementation tasks, completing assigned work, or producing task deliverables. Triggers on implementation tasks, general execution needs, or task completion work.
tools
Quick ephemeral sticky notes for project-wide capture before formal classification