implement-plan-setup

Detect and persist execution-access, worker-runtime, and continuity settings to setup.json.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/assafYavnai/ADF-V1 --skill implement-plan-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement-plan-setup
Source: https://github.com/assafYavnai/ADF-V1/tree/main/tmp/implement-plan-stage/implement-plan-setup
Command: npx skills add https://github.com/assafYavnai/ADF-V1 --skill implement-plan-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Detect and persist truthful execution-access, worker-runtime, and continuity settings for implement-plan at project-root/.codex/implement-plan/setup.json.

Core Features & Use Cases

  • Detects runtime permission models and preferred worker runtimes.
  • Persists a validated setup.json with guardrails and timestamps.
  • Supports atomic writes and capability-detection-driven derivation for safe auto-refresh.

Quick Start

Provide the project_root path to write or refresh the setup.json.

Frequently Asked Questions about implement-plan-setup

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

FAQPage Schema
How do I persist execution-access and worker-runtime settings for project automation?

You can persist execution-access and worker-runtime settings by writing a validated setup.json file at the project root. This process detects runtime capabilities and derives configuration guardrails to ensure truthful automation setup.

What is the best way to automate setup.json validation for a project root?

Automating setup.json validation involves atomically writing the configuration file with detected runtime permissions and validation results. This ensures safe auto-refresh by deriving settings from detected capabilities rather than manual input.

Do I need a specific project root path to configure implement-plan settings?

Yes, you must provide a project root path to configure implement-plan settings. The skill validates this target path before deriving continuity settings and atomically writing the setup.json file.

How does runtime capability detection work for worker runtime configuration?

Runtime capability detection works by inspecting the environment to identify available execution-access models and preferred worker runtimes. It then derives and persists these truthful settings into a JSON configuration file.

Why does my setup.json configuration fail validation during atomic writes?

Setup.json configuration validation fails when derived runtime permissions or continuity settings do not match detected capabilities. The atomic write process requires successful validation results before persisting the configuration guardrails.

Can I use atomic writes to refresh setup configuration without corrupting existing settings?

Yes, you can use atomic writes to safely refresh setup configuration. This method ensures that the existing setup.json remains intact until the newly derived and validated runtime settings are fully ready to be persisted.