One-click install
npx skills add https://github.com/cassioalexandre/agf --skill main-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: main-skill
Source: https://github.com/cassioalexandre/agf/tree/main/.agents/skills/main-skill
Command: npx skills add https://github.com/cassioalexandre/agf --skill main-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents agent actions from violating the project’s governance rules by centralizing decision-making, risk classification, validation, and controlled delegation to subordinate skills.

Core Features & Use Cases

  • Governed orchestration: Coordinates which skills run and how session state is updated without allowing subordinate actions to contradict user instructions or agf.md.
  • Risk × Impact decisioning: Classifies tasks into TURBO, CAUTION, PLANNING, or SECURITY STOP modes based on reversibility and impact, including a 3-attempt failure policy.
  • Pre-flight validation and anti-hallucination: Reads agf.md and relevant memory sources before writes/commands, and verifies outcomes rather than assuming success.
  • Evolution with approval: Proposes improvements in a structured format and applies changes only after explicit user approval.

Quick Start

Tell the orchestrator what you want to change in your repo and include the keyword "borabill" so it can initialize safely and propose a plan when needed.

Frequently Asked Questions about main-skill

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

FAQPage Schema
How do I enforce governance and safety stops during multi-agent orchestration?

You coordinate safe governance across agent skills by using an orchestrator that applies an inviolable rule source to manage delegation, classify risks, and enforce strict safety stops. It validates environment outcomes to prevent rule violations and hallucinations.

What is pre-flight validation for agent task execution?

Pre-flight validation is the process of reading governance rules and memory sources before executing writes or commands. It verifies actual environment outcomes rather than assuming success, preventing hallucinations and ensuring actions do not contradict defined constraints.

How do I classify task risks for multi-step agent delegation?

You classify task risks into TURBO, CAUTION, PLANNING, or SECURITY STOP modes based on reversibility and impact. This risk-mode selection determines how delegation is controlled and includes a 3-attempt failure policy for failed executions.

How do I start a governed orchestration session for repository changes?

Start a governed orchestration session by telling the orchestrator what you want to change in your repository and including the initialization keyword. It safely initializes, proposes a structured plan when needed, and waits for explicit approval before applying changes.

Why does my agent skill execution fail after multiple attempts?

Agent skill execution fails after multiple attempts due to a 3-attempt failure policy triggered by risk classification. When tasks exceed this limit, the orchestrator enforces a SECURITY STOP to prevent uncontrolled or repeated damaging actions.