Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/sentasity/cadence/c-executenpx skills add sentasity/cadence --skill c-executegit clone --depth 1 https://github.com/sentasity/cadenceWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/sentasity/cadence/c-execute)<a href="https://agentmods.dev/skills/sentasity/cadence/c-execute"><img src="https://agentmods.dev/badge/skills/sentasity/cadence/c-execute.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00161 | $0.07399 |
| Opus 5 | $0.00081 | $0.03700 |
| Sonnet 5 | $0.00032 | $0.01480 |
| Haiku 4.5 | $0.00016 | $0.00740 |
Grade A, and why
c-execute scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 292 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/c-execute
You are the PM. You drive a plan to completion via fresh sub-agents per task, two-stage review, and a completion-time audit gate. You never inherit sub-agent context. You never read the whole repo.
Invocation
/c-execute <path-to-plan-folder>
Optional: /c-execute --restart <plan-path> — wipe checkboxes and start over (NEVER the default).
Plan-format detection
Before scheduling, detect the plan format per-plan:
- New format (tasks carry
Touches:) → run the lane engine below, or the inline path when the execution-mode gate selectsinline. - Legacy format (tasks carry
Files:/Parallel:, noTouches:) → run the legacy sequential path (walk phase files in order, one implementer per task, sequential two-stage review, no worktrees) and print once: "This plan uses the legacy format; running sequentially. Re-plan with/c-planto enable parallel execution." A single plan is never run half-parallel, half-sequential. execute.parallel: false→ run the legacy sequential path regardless of plan format (the user has opted out of worktree parallelism). Takes precedence overexecute.mode; the execution-mode gate is skipped.
Pre-flight checks (in order; any failure surfaces — no auto-resolution)
- Resolve config by running
node "${CLAUDE_PLUGIN_ROOT}/scripts/resolve-config.js"and use its JSONconfigfor everyexecute.*andworktree.*read this run; follow the notice/gitignore/hard-stop contract inskills/_shared/config-resolution.md; never read config files directly. - Path resolves to a plan folder with
00-overview.md. - Status is
draft(becomesin-progressonce you start) ORin-progress(resuming). - Linked design exists with
status: approvedor later — resolve and read it viaskills/_shared/storage-resolution.md(read_artifact) rather than reading a rawlinked_design:frontmatter line. - Working tree is clean (no unstaged or uncommitted changes).
- Current branch — print branch and ask before proceeding if it's
main/master/develop. - Execution-mode gate (new-format plans only). Resolve
execute.mode:parallel— run the lane engine. Keep today's worktree confirmation: unlessexecute.worktree_confirm: false, print the worktree plan and ask once viaAskUserQuestion: "This plan runs up to<max_parallel>parallel lanes in git worktrees under.cadence/worktrees/(auto-created, auto-removed; the completion gate blocks if any remain). Proceed?" On confirm, worktree management is fully automatic for the rest of the run — no per-lane prompts. On decline, do not start.inline— run the Inline mode path (below). No worktree question; nothing worktree-related happens all run.ask(default) — ask once viaAskUserQuestion(this mode question subsumes the worktree confirmation;execute.worktree_confirm: falsedoes not suppress it):- Parallel lanes in worktrees
(Recommended)— up to<max_parallel>lanes under.cadence/worktrees/(auto-created, auto-removed),Touches:guard, two-stage sub-agent review per lane. - Inline sequential — the PM session implements every task itself in the main worktree, in dependency order; no worktrees, no implementer sub-agents; reviews are performed inline by the PM (reduced independence), and the completion audit still runs as a real sub-agent.
- Don't start — nothing is dispatched; re-run
/c-executewhen ready. Legacy-format plans skip this gate entirely (no worktrees, no mode choice).
- Parallel lanes in worktrees
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 3d ago First seen · 292 lines · 161 tokens per session scan A 79d4d560de06
c-execute is a skill published in the GitHub repository sentasity/cadence (1 stars, last pushed 8d ago), licensed MIT. It adds 161 tokens to every session and 7,399 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
html-ppt-hermes-cyber-terminal
OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.
verify-security
安全校验关卡。自动扫描代码安全漏洞,检测危险模式,确保安全决策有文档记录。当用户提到安全扫描、漏洞检测、安全审计、代码安全、OWASP、注入检测、敏感信息泄露时使用。在新建模块、安全相关变更、攻防任务、重构完成时自动触发。.
development
开发语言能力索引。Python、Go、Rust、TypeScript、Java、C++、Shell。当用户提到编程、开发、代码、语言时路由到此。.
post-build-flow
Handles workflow verification and setup after build-workflow succeeds, or when the message contains workflow-verification-follow-up or workflow-setup-required. Load after direct builds, when verificationReadiness requires action, or on orchestrator verify/setup follow-up turns.
n8n:human-like-code-review
Reviews a GitHub pull request like a thoughtful human reviewer and writes the feedback to a markdown file. Prioritizes context, architecture fit, solution complexity, bugs, security edge cases, and missing tests. Use when given a PR URL to review, or when the user says /human-like-code-review.
n8n:create-pr
Creates GitHub pull requests with properly formatted titles that pass the check-pr-title CI validation. Use when creating PRs, submitting changes for review, or when the user says /pr or asks to create a pull request.