Systems Lab

Agent skill

show-routine

Show the proposed sales routine without installing it — read-only preview of which frameworks YALC would auto-configure, with schedules and rationale, based on current archetype + providers + context.

activeSelf-containedActs undeclared246 words

Filed under Calls, demos and discovery.

From Othmane-Khadri/YALC-the-GTM-operating-system · 61 skills · 290 · pushed 2026-08-20

What it does when it runs

Show the proposed sales routine without installing it — read-only preview of which frameworks YALC would auto-configure, with schedules and rationale, based on current archetype + providers + context. Use when the user says 'show my routine', 'what would YALC propose', 'preview the routine', 'dry-run the routine generator', or 'just show me the proposal'. Read-only — never writes anything.

Read from the skill and the 1 file bundled beside it. A skill’s own description is written to be selected by an agent, so it describes the job and not the dependencies.

Keys and connectors you must supply
None found.
Hosts it reaches
No third-party host appears in the skill or its bundled files.
Tool permissions it declares
No allowed-tools in the frontmatter. It does act, so it runs under whatever permissions your session already grants.
Actions present in the files
shell

Ask about show-routine

Opens your assistant with this page's verified links already in the prompt.

Is this safe to install?ClaudeChatGPT
Adapt it to my stackClaudeChatGPT
What else do I need for it to workClaudeChatGPT
Rather ask a human? Talk to Cheetah
git clone --depth 1 --filter=blob:none --sparse https://github.com/Othmane-Khadri/YALC-the-GTM-operating-system.git /tmp/YALC-the-GTM-operating-system
git -C /tmp/YALC-the-GTM-operating-system sparse-checkout set ".claude/skills/show-routine"
mkdir -p ~/.claude/skills/show-routine
cp -R "/tmp/YALC-the-GTM-operating-system/.claude/skills/show-routine/." ~/.claude/skills/show-routine/

Picked up without a restart. A project skill of the same name is shadowed by your personal one. For one repository only, swap ~/.claude/skills for .claude/skills. Claude Code docs ↗

The folder is the same in every client that implements the format — 46 of them — so if yours is not above, only the destination changes.

Reproduced in full from Othmane-Khadri/YALC-the-GTM-operating-system/blob/5686d1f2f526346133f78eef3349fc5a655757b4/.claude/skills/show-routine/SKILL.md, which is licensed MIT (repository). 246 words, 9 headings.

Show Routine

I'll wrap routine:propose in read-only mode. Same generator as build-routine, but no install offer — just the proposal for inspection.

When This Skill Applies

  • "show my routine"
  • "what would YALC propose"
  • "preview the routine"
  • "dry-run the routine generator"
  • "just show me the proposal"

NOT this skill (use build-routine instead):

  • "build my routine" / "set up my routine" — that proposes AND offers to install.

Workflow

Step 0 — No input needed

Step 1 — Shell out (single command, per benchmark)

cd ~/Desktop/gtm-os && set -a && source .env.local && set +a && \
  npx tsx src/cli/index.ts routine:propose --json

Single-command read-only → shell-out per benchmark (saves 10ms vs import-direct, not worth the maintenance complexity here since build-routine already showcases the hybrid).

Step 2 — Parse JSON

Same shape as build-routine's propose runner output: frameworks + schedules + dashboard + rationale.

Step 3 — Render

Show the proposal. Mark deferred entries explicitly. Don't ask about installation.

Step 4 — Tell the user how to install if they want

"If you want to install this routine, run the build-routine skill (it's the same proposal + install path)."

Notes

  • This is the read-only sibling of build-routine.
  • Useful when the user wants to audit the proposal before committing — e.g., compare against an existing routine.
  • Routine generation is deterministic so this output is stable for the same inputs.

Files bundled with it

These load only when the skill asks for them, so they cost nothing until it runs.

Other skills for the same job

Different authors, same problem. Matched on the words in the skill name, across every library in the catalogue except this one.

Need help setting it up?

This page tells you what show-routine does and what it needs. Cheetah builds the agent setup it runs inside: data, CRM, sequencing and the guardrails.

Book a call →

The directory stays free. There is nothing gated behind this.