apply

Apply a recipe to automate end-to-end phiếu execution with verification.

Updated Apr 4, 2026
One-click install
npx skills add https://github.com/aspelldenny/sos-kit --skill apply-aspelldenny
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: apply
Source: https://github.com/aspelldenny/sos-kit/tree/main/skills/apply
Command: npx skills add https://github.com/aspelldenny/sos-kit --skill apply-aspelldenny

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This capability streamlines turning a predefined recipe into concrete project changes by coordinating the end-to-end application workflow, from reading the recipe to recording progress.

Core Features & Use Cases

  • Orchestrates end-to-end recipe application: reads, validates inputs, generates a sub-phiếu, executes steps, and verifies results.
  • Supports plan mode for large recipes and maintains atomic commits to simplify rollback.
  • Automates state updates, changelog entries, and discovery reporting to keep traceability intact.

Quick Start

Follow the guidance to apply a specific recipe to your current project with sos apply <category>/<name>, then review the generated sub-genesis and verification reports before finalizing.

Frequently Asked Questions about apply

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

FAQPage Schema
How do I automate end-to-end recipe execution in my DevOps workflow?▼

Apply a single recipe to your project using `sos apply <category>/<name>` to automate end-to-end execution. This orchestrates the entire workflow: reading the recipe, generating a sub-phiếu, executing steps, running verification anchors, and updating state.

What is automated recipe application for project state management?▼

Automated recipe application turns a predefined recipe into concrete project changes by coordinating end-to-end execution. It reads the recipe, generates a sub-phiếu, executes steps, verifies results, and updates the state and changelog to maintain traceability.

Do I need a valid .sos state to apply a recipe to my project?▼

Yes, applying a recipe requires a valid .sos state and an existing recipe in the recipes/ directory. These prerequisites ensure the automation can read instructions, execute steps, and update your project state accurately.

How do I handle large recipes during project automation?▼

To handle large recipes during automation, use the built-in plan mode. This feature simplifies rollback by maintaining atomic commits while orchestrating the end-to-end execution of complex recipe steps.

Why does recipe application include verification anchors and changelog updates?▼

Recipe application includes verification anchors to ensure step accuracy and changelog updates to keep traceability intact. Automating these checks guarantees state updates and discovery reporting accurately reflect project changes.