kestrel-mcp-exec-rfc

Execute a single RFC document with preflight validation and status updates.

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/Srain021/KesTREL --skill kestrel-mcp-exec-rfc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kestrel-mcp-exec-rfc
Source: https://github.com/Srain021/KesTREL/tree/main/.cursor/skills-cursor/kestrel-mcp/exec/rfc
Command: npx skills add https://github.com/Srain021/KesTREL --skill kestrel-mcp-exec-rfc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates the end-to-end execution of a single RFC document, ensuring deterministic behavior and safe handling of RFC-based workflows.

Core Features & Use Cases

  • RFC discovery & selection: Locate and load the target RFC from the rfcs directory using the front-matter guidance.
  • Preflight & validation: Verify workspace cleanliness, required files, and protocol conformance before execution.
  • Stepwise execution & auditing: Execute RFC steps in order, mutate only allowed files, and log progress with RFC status updates.

Quick Start

Ensure you specify the RFC-NNN to execute and trigger the action in a controlled session.

Frequently Asked Questions about kestrel-mcp-exec-rfc

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

FAQPage Schema
How do I automate RFC execution end-to-end in a controlled environment?

Automating RFC execution requires a tool that handles discovery, preflight validation, step execution, and result reporting. This Skill orchestrates the entire workflow for a single RFC document per run, enforcing deterministic behavior and safe file mutations.

What is AGENT_EXECUTION_PROTOCOL and how does it validate RFC workflows?

AGENT_EXECUTION_PROTOCOL v1.0 is a compliance standard for safe RFC workflows. This Skill enforces it by verifying workspace cleanliness, checking required files, validating prerequisites with automated checks, and ensuring only allowed files are read or mutated during execution.

How do I execute RFC steps in order while preventing unauthorized file modifications?

Executing RFC steps safely requires stepwise processing that restricts file mutations to allowed files only. This Skill reads the target RFC from the rfcs directory, executes steps sequentially, logs progress, and updates RFC status upon completion to maintain compliance.

Can I run multiple RFC documents simultaneously in a single session?

Running multiple RFCs simultaneously is not supported. This Skill is designed to handle a single RFC document per run to ensure deterministic behavior and maintain strict protocol conformance within controlled environments.

What preflight checks are needed before executing an RFC document?

Preflight checks for RFC execution include verifying workspace cleanliness, confirming required files exist, and validating protocol conformance. This Skill automates these prerequisite validations to ensure the environment is properly configured before step execution begins.

When should I use an automated RFC execution workflow instead of manual processing?

Automated RFC execution is ideal when you need deterministic behavior, strict compliance enforcement, and auditable stepwise processing in controlled environments. Manual processing lacks the automated preflight validation and status tracking required for complex RFC-driven workflows.