rb-assess-plan-safety

Validate coding plans against deterministic preflight conditions and semantic fidelity.

Updated Jul 2, 2026
One-click install
npx skills add https://github.com/richardmbailey/rb-skills --skill rb-assess-plan-safety
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rb-assess-plan-safety
Source: https://github.com/richardmbailey/rb-skills/tree/main/rb-assess-plan-safety
Command: npx skills add https://github.com/richardmbailey/rb-skills --skill rb-assess-plan-safety

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pydantic, pydantic-ai-slim, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill prevents the execution of unsafe or ill-defined coding plans by enforcing a rigorous, deterministic, and semantic safety assessment gate.

Core Features & Use Cases

  • Deterministic Preflight: Validates plan versions, policy bindings, and capability profiles against strict schemas before any semantic analysis occurs.
  • Semantic Assessment: Conducts a deep, isolated review of plan fidelity, transitive behavior, and potential side effects to ensure the plan is safe to execute.
  • Use Case: Before running a complex automated refactoring or infrastructure change, use this skill to confirm that the plan adheres to project policies and that all success criteria are statically verifiable.

Quick Start

Use the rb-assess-plan-safety skill to perform a full deterministic and semantic safety assessment on the current canonical plan envelope.

Frequently Asked Questions about rb-assess-plan-safety

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

FAQPage Schema
How do I verify coding plan safety before automated execution?

To verify coding plan safety before automated execution, perform a rigorous safety assessment that validates deterministic preflight conditions like policy bindings and conducts a deep semantic review of potential side effects to ensure strict adherence to project policies.

What is semantic plan fidelity assessment in automated software development?

Semantic plan fidelity assessment is a deep, isolated review process that validates transitive behavior and potential side effects of a coding plan to ensure the plan is safe to execute and statically verifiable against success criteria.

How do I validate capability profiles and policy bindings against strict schemas?

You validate capability profiles and policy bindings against strict schemas through deterministic preflight checks, which enforce rigorous validation of plan versions and capability grants before any semantic analysis occurs in automated workflows.

Do I need pydantic to assess schema-3 plan validation and generate assessment bundles?

Yes, you need pydantic and pydantic-ai-slim dependencies to assess schema-3 plan validation, perform policy-aware snapshot analysis, and generate immutable assessment bundles within automated software development workflows.

When should I use a preflight safety assessment gate for infrastructure changes?

Use a preflight safety assessment gate for infrastructure changes before running complex automated refactoring to confirm the plan adheres to project policies and all success criteria are statically verifiable, preventing the execution of unsafe or ill-defined coding plans.