content-catalogue-dashboard-system-wiring

Coordinates containerized agent workflows for the content-catalogue-dashboard repository with scope enforcement and reviews.

2|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/buchananwill/ue-claude-scaffold --skill content-catalogue-dashboard-system-wiring
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: content-catalogue-dashboard-system-wiring
Source: https://github.com/buchananwill/ue-claude-scaffold/tree/main/skills/content-catalogue-dashboard-system-wiring
Command: npx skills add https://github.com/buchananwill/ue-claude-scaffold --skill content-catalogue-dashboard-system-wiring

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill defines a formal coordination protocol for agent-based work within the content-catalogue-dashboard project, enforcing scope boundaries, delegation prompts, and review mandates inside a containerized workflow.

Core Features & Use Cases

  • Working-scope enforcement: the agent set is limited to the checked-out repository; missing paths trigger a cross-repo scope halt.
  • Delegation protocol: every prompt includes an explicit Working scope directive and uses a standardized reviewer role map.
  • Agent resolution & mandates: specifies roles (implementer, style-reviewer, safety-reviewer, reviewer, decomp-reviewer) and their responsibilities.

Quick Start

Launch a containerized agent workflow to coordinate tasks inside the content-catalogue-dashboard repository.

Frequently Asked Questions about content-catalogue-dashboard-system-wiring

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

FAQPage Schema
How do I coordinate autonomous agents in a Docker workflow to enforce repository scope?

Agent orchestration for a Docker-backed repository uses a formal coordination protocol to enforce scope boundaries, delegation prompts, and review mandates. Each prompt includes an explicit working scope directive to keep autonomous agents aligned within the containerized workflow.

What roles are needed to orchestrate code review mandates across autonomous agents?

Autonomous code review mandates require a standardized role map including implementer, style-reviewer, safety-reviewer, reviewer, and decomp-reviewer. These roles define specific responsibilities for delegation and ensure comprehensive coverage during containerized agent runs.

How do I stop autonomous agents from modifying files outside the checked-out repository scope?

Preventing unauthorized modifications requires working-scope enforcement that limits the agent set to the checked-out repository. If missing paths are detected, the system triggers a cross-repo scope halt to immediately pause out-of-scope agent actions.

Do I need Docker to run autonomous agent orchestration for repository reviews?

Docker is required to run this autonomous agent orchestration protocol. The coordination system enforces scope boundaries, delegation prompts, and review mandates specifically inside a containerized workflow environment for the content-catalogue-dashboard project.

What are the limitations of using working-scope enforcement for agent delegation?

Working-scope enforcement limitations include triggering a cross-repo scope halt when missing paths are encountered. This strict boundary prevents agents from handling cross-repository tasks, limiting operations strictly to the checked-out repository directory.