using-cadence

Require Cadence skill invocation before responding to conversational tasks.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/zephyrflow97/cadence --skill using-cadence
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: using-cadence
Source: https://github.com/zephyrflow97/cadence/tree/main/skills/using-cadence
Command: npx skills add https://github.com/zephyrflow97/cadence --skill using-cadence

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Many agents proceed to act or ask clarifying questions without first checking whether a dedicated Cadence skill applies, leading to inconsistent workflows and missed safeguards. This Skill ensures agents always check for and invoke relevant Cadence skills before any response or action, establishing disciplined, discoverable behavior across conversations.

Core Features & Use Cases

  • Mandatory Invocation Rule: Require invoking the Skill tool (or loading SKILL.md) whenever there is even a small chance a skill applies, before any reply or clarifying question.
  • Priority & Safety Rules: Define precedence so user explicit instructions override skills, and skills override the default system prompt.
  • Platform Adaptation: Map Claude Code tool names to Codex equivalents and explain how to spawn subagents, wait for results, and close agents.
  • Use Cases: Starting a conversation to determine workflows, entering planning or implementation phases, dispatching subagents, and ensuring TDD or debugging skills are applied when appropriate.

Quick Start

Invoke the using-cadence skill before answering any user message to check for and load applicable Cadence skills.

Frequently Asked Questions about using-cadence

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

FAQPage Schema
How do I enforce skill invocation before an agent responds to conversational tasks?

To enforce skill invocation before an agent responds, apply a mandatory invocation rule at conversation start and before clarifying questions, planning, or task dispatch. This ensures agents always check for and load applicable skills before any reply.

What is the precedence rule for user instructions versus agent skills?

The precedence rule defines that explicit user instructions override skills, and skills override the default system prompt. This establishes priority and safety rules so user directives always take precedence over automated workflows.

Why does my agent proceed with code writing without checking applicable workflows?

Agents proceed without checking workflows because they lack a mandatory invocation rule. Requiring the agent to invoke the skill tool or load SKILL.md whenever a skill might apply ensures disciplined, discoverable behavior before code writing or planning.

When do I need to mandate loading SKILL.md content in an agent workflow?

You need to mandate loading SKILL.md content whenever a relevant skill is invoked during an agent workflow. This applies at conversation start, before clarifying questions, and prior to subagent execution to ensure proper workflows are followed.

Does this skill discovery mechanism work with subagent execution and dispatch?

Yes, the skill discovery mechanism works with subagent execution by requiring skill invocation before task dispatch. It mandates checking for applicable skills before spawning subagents, ensuring workflows like TDD or debugging are applied.