agentic-coding-workflow

Enforce append-only audit logging and verification gates for autonomous code changes.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/ecnepsyroc-bot/Dejavara --skill agentic-coding-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentic-coding-workflow
Source: https://github.com/ecnepsyroc-bot/Dejavara/tree/main/deploy/skills/agentic-coding-workflow
Command: npx skills add https://github.com/ecnepsyroc-bot/Dejavara --skill agentic-coding-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a repeatable discipline to prevent unlogged, unauthorized, or unsafe autonomous changes during AI-assisted development by enforcing an append-only permissions audit, verification checkpoints, and pre-deployment gates.

Core Features & Use Cases

  • Permissions & Audit Logging: Mandates creating and appending to an AUDIT.log at repository root for every autonomous action and records explicit approvals.
  • Verification-Before-Implementation: Prescribes read-first verification sessions, written work plans, and Cory approval checkpoints before touching production-affecting files.
  • Multi-Model & Deployment Gates: Defines roles for Claude.ai and Claude Code, pre-Railway-push schema and test checks, and a formal session end protocol to ensure safe pushes.
  • Use Case: Run this workflow at the start of Cambium sessions, before Railway pushes, and whenever enabling YOLO/autonomous actions to maintain traceability and reduce deployment risk.

Quick Start

Start a session by appending a SESSION_START entry to AUDIT.log, run a verification-only read of the relevant code, create a work plan with approval checkpoints, and obtain Cory's explicit approval before making any changes.

Frequently Asked Questions about agentic-coding-workflow

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

FAQPage Schema
How do I maintain an audit log for autonomous AI coding actions?

Maintaining an audit log for autonomous AI coding actions requires creating and appending to an append-only AUDIT.log at your repository root for every action, recording explicit approvals to ensure traceability and prevent unauthorized changes.

What is the verification-before-implementation protocol for AI code changes?

The verification-before-implementation protocol requires running read-only verification sessions on relevant code, creating written work plans with approval checkpoints, and obtaining explicit approval before modifying production-affecting files.

How do I set up pre-deployment schema checks before pushing to Railway?

Setting up pre-deployment schema checks before pushing to Railway involves enforcing formal pre-push verification gates that validate schemas and execute tests, ensuring safe pushes only after passing these deployment checks.

Can I use multi-model review handoffs between Claude.ai and Claude Code?

Yes, multi-model review handoffs between Claude.ai and Claude Code are supported, as the workflow defines specific roles for each model to facilitate structured code review and autonomous action verification.

What's the best way to secure AI-assisted coding sessions against unlogged changes?

Securing AI-assisted coding sessions against unlogged changes requires enforcing append-only permissions auditing, verification checkpoints, and pre-deployment gates throughout the development workflow.

Do I need an append-only AUDIT.log to run autonomous YOLO coding actions?

Yes, an append-only AUDIT.log at the repository root is required to run autonomous YOLO coding actions safely, as it records every action and explicit approval to maintain traceability and reduce deployment risk.