borabill

Restore AGF governance context from agf.md and session-handoff files.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines starting a new Agentic Governance Framework (AGF) session by automatically loading the governance kernel and the previous session handoff context.

Core Features & Use Cases

  • Session Cold Boot via Trigger: Starts a fresh AGF session when the user invokes /borabill.
  • Context Rehydration: Re-loads agf.md, the prior handoff file agf/docs/session-handoff.md, and project-specific rules from the this-project-only-skill SKILL.md.
  • Readiness Confirmation: Verifies internalization by producing a concise summary of the last session’s state, then prompts for next tasks.
  • Use Case: When you return to work after a break, use this Skill to ensure the agent resumes with consistent governance rules and continuity from the prior session.

Quick Start

Use the /borabill trigger to initialize a fully loaded AGF session and then tell the agent what you want to do next today.

Frequently Asked Questions about borabill

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

FAQPage Schema
How do I restore an agentic governance framework session after an interruption?

To restore an agentic governance framework session after an interruption, invoke the cold-boot trigger to automatically rehydrate context by loading agf.md, session-handoff.md, and project-specific SKILL.md files, ensuring consistent governance and continuity.

What is context rehydration for agentic workflows?

Context rehydration for agentic workflows is the process of reloading kernel rules, prior handoff state, and project-specific constraints when resuming work, ensuring the agent internalizes previous conditions before proceeding with new tasks.

How do I initialize a new agentic workflow session in one step?

You initialize a new agentic workflow session in one step by invoking the /borabill trigger, which cold-boots the Agentic Governance Framework by applying context loading to restore handoff state and verify readiness.

Do I need specific handoff files to load kernel rules for a project?

Yes, loading kernel rules requires specific handoff files including agf.md for governance, agf/docs/session-handoff.md for prior state, and the project-specific SKILL.md to restore constraints before proceeding with tasks.

Why does my agent not retain governance rules between work sessions?

Your agent does not retain governance rules between work sessions because context is cleared during interruptions; without session initialization to rehydrate handoff state and kernel rules, the agent loses prior project-specific constraints.