USE to apply universal behavioral standards for autonomous agents. Defines Uninterrupted Flow, Self-Verification, Auth-Gates, and Handoff protocols.
/plugin marketplace add Git-Fg/thecattoolkit/plugin install sys-builder@cattoolkitThis skill is limited to using the following tools:
references/auth-gates.mdreferences/execution-protocol.mdreferences/handoff-protocol.mdreferences/observation-points.mdThis skill defines universal behavioral protocols for autonomous agent execution.
It answers: "HOW should agents behave?" (not "WHAT should they do").
Behavioral Protocols:
references/observation-points.md - Self-verification and evidence collectionreferences/auth-gates.md - Authentication error handlingreferences/handoff-protocol.md - Standard handoff formatreferences/execution-protocol.md - Universal worker execution stepsAgents execute autonomously without pausing for human input.
Protocol: references/observation-points.md
Every task must be verified automatically.
Standard Pattern:
**Self-Verification Results:**
✓ [Verification 1 passed]
✓ [Verification 2 passed]
Next: Continue to next task
Authentication errors are NORMAL, not failures.
Protocol: references/auth-gates.md
Standard format for pausing execution.
Protocol: references/handoff-protocol.md
Use for:
Format:
# HANDOFF Required
**Reason**: [AUTH_GATE | CONFLICT | AMBIGUOUS]
**What Happened**: [Description]
**What You Need to Do**: [Specific action]
**Verification**: [How to confirm fix]
**Next Step**: Restart execution after [action]
Skills reference execution-core for behavioral standards:
Example from project-strategy:
Use execution-core observation-points for self-verification
Use execution-core auth-gates for authentication handling
Example from software-engineering:
Apply execution-core verification protocols during TDD
Use execution-core handoff format for blockers
To ensure Uninterrupted Flow, the following policy applies to human interaction:
AskUserQuestion is STRICTLY PROHIBITED. Workers must operate autonomously or use the Handoff Protocol if blocked.AskUserQuestion is ALLOWED for requirements gathering and clarification before execution begins.This policy ensures that heavy implementation tasks are never interrupted, while initial discovery remains interactive.
Execution-core sits at the BASE of the behavioral stack:
execution-core (HOW to behave)
↓
project-strategy (WHAT documents to create)
software-engineering (WHAT code patterns to use)
↓
director/worker agents (Execute using these standards)
Critical: Execution-core is UNIVERSAL. All builder agents must follow these behavioral protocols.
This skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.