oneshot-with-feedback

Execute a plan's phases locally in one uninterrupted parcel.

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/Xalior/agent-skills --skill oneshot-with-feedback
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oneshot-with-feedback
Source: https://github.com/Xalior/agent-skills/tree/main/oneshot-with-feedback
Command: npx skills add https://github.com/Xalior/agent-skills --skill oneshot-with-feedback

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Executes a plan's phases as a single, uninterrupted parcel, enabling local-only work without sprint loops or intermediate human reviews until the end.

Core Features & Use Cases

  • Preflight and branch setup: validates plan presence, ensures a clean working tree, and creates a local feature/slug branch.
  • Tracker-driven execution: maintains a living plan tracker that records decisions, phase status, and commits as the parcel progresses.
  • End-of-parcel review: batches manual success criteria for a single, final validation with the user.
  • Local-first workflow: commits remain local until the user explicitly pushes or opens a PR.

Quick Start

Provide a plan path to the skill and start the parcel to execute all phases locally in one uninterrupted pass.

Frequently Asked Questions about oneshot-with-feedback

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

FAQPage Schema
How do I execute an entire development plan locally in one pass?

You can execute a plan locally in one pass by providing a plan path to initiate an uninterrupted parcel. This workflow skips sprint loops and intermediate reviews, completing all phase-based transformations before a final user validation.

What is a tracker-first workflow for local plan execution?

A tracker-first workflow maintains a living plan tracker that records decisions, phase status, and commits as the code execution progresses. It ensures local-only work proceeds continuously without per-phase pauses until the final end-of-parcel review.

Can I run end-to-end code generation without stopping for intermediate reviews?

Yes, end-to-end code generation runs as a single uninterrupted parcel without intermediate human reviews. It executes all plan phases locally and batches manual success criteria for a single, final validation upon completion.

Do I need a clean working tree to start local plan execution?

Yes, local plan execution requires a clean working tree and a valid plan present during preflight. The process validates these prerequisites, sets up a local feature branch, and leaves commits local until you explicitly push.

How do I prevent accidental remote pushes during local code execution?

To prevent accidental pushes during local code execution, the workflow operates entirely local-first without remote pushes during the parcel. Commits remain local on your feature branch until you explicitly decide to push or open a pull request.