rule-laravel-shared-self-improvement-manual

Switch to instruction-only mode and run the Self Improvement Workflow with a temporary ledger.

Updated Nov 7, 2025
One-click install
npx skills add https://github.com/belluga/delphi-ai --skill rule-laravel-shared-self-improvement-manual
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rule-laravel-shared-self-improvement-manual
Source: https://github.com/belluga/delphi-ai/tree/main/skills/rule-laravel-shared-self-improvement-manual
Command: npx skills add https://github.com/belluga/delphi-ai --skill rule-laravel-shared-self-improvement-manual

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill ensures safe, controlled self-improvement by switching to instruction-only mode and coordinating the Self Improvement Workflow to update core instructions without destabilizing ongoing work.

Core Features & Use Cases

  • Switch to instruction-only mode when a user explicitly requests a self-improvement session, preserving architectural invariants and preventing concurrent code changes.
  • Run the Self Improvement Workflow (delphi-ai/workflows/docker/self-improvement-session-method.md): triage scope, use a temporary work ledger under delphi-ai/artifacts/tmp/ for extended sessions, plan instruction updates, apply them, and perform manual agnosticism reviews plus local checks, then summarize changes.
  • Reload the updated instruction files after session closure to ensure all changes are canonical and enforced.

Quick Start

Use the /self-improvement command to initiate a session and begin the controlled instruction refinement process.

Frequently Asked Questions about rule-laravel-shared-self-improvement-manual

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

FAQPage Schema
How do I safely run a self-improvement session to update core instructions?

To run a self-improvement session safely, switch to instruction-only mode to prevent concurrent code changes, triage scope, and use a temporary work ledger under delphi-ai/artifacts/tmp/ for extended sessions.

What is instruction-only mode used for in AI workflow governance?

Instruction-only mode is used during self-improvement sessions to preserve architectural invariants and guard core delphi-ai rules while updating instructions without destabilizing ongoing work.

How do I start a controlled instruction refinement process?

Initiate the controlled instruction refinement process by using the /self-improvement command, which triggers the Self Improvement Workflow to plan, apply, and review instruction updates.

Can I apply instruction updates while development work is ongoing?

No, you should not apply instruction updates during active work; the session switches to instruction-only mode and uses a temporary ledger to ensure changes do not destabilize concurrent operations.

Why do updated instruction files need to be reloaded after a session?

Updated instruction files must be reloaded after session closure to ensure all changes are canonical, enforced, and aligned with core rules before resuming normal work.

What checks are required before resuming normal work after instruction updates?

Before resuming normal work, you must perform manual agnosticism reviews, run local checks, summarize changes, and validate that updates align with canonical delphi-ai rules.