oneshot

Automate focused feature delivery with Explore, Code, and Test workflow.

Updated Jun 1, 2026
One-click install
npx skills add https://github.com/zuzu59/z-skills --skill oneshot-zuzu59
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oneshot
Source: https://github.com/zuzu59/z-skills/tree/main/skills/oneshot
Command: npx skills add https://github.com/zuzu59/z-skills --skill oneshot-zuzu59

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ultra-fast feature implementation driven by a strict Explore → Code → Test workflow to reduce cycle time when delivering focused features, experiments, or quick fixes.

Core Features & Use Cases

  • Minimal exploration to gather the essential context for a change.
  • Deterministic coding that follows existing patterns with minimal scope.
  • Lightweight validation through lint and typecheck before merging.

Quick Start

Provide a focused feature change following Explore → Code → Test workflow to deliver a minimal viable patch.

Frequently Asked Questions about oneshot

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

FAQPage Schema
How do I speed up feature implementation and reduce cycle time for focused tasks?

Speed up feature implementation by applying a strict Explore, Code, Test workflow that minimizes exploration scope, enforces deterministic code changes, and validates via lightweight lint and typechecks to deliver rapid patches.

What is the best way to structure a workflow for quick bug fixes and experiments?

The best way to structure quick bug fix workflows is a lean sequence: gather minimal context, write deterministic code following existing patterns, and run lightweight validation before merging to ensure rapid delivery within constrained time windows.

How does deterministic coding help ship features fast?

Deterministic coding helps ship features fast by strictly following existing code patterns with minimal scope, which reduces review friction and ensures predictable, focused changes during the code phase of the delivery workflow.

Can I use lightweight lint and typecheck validation instead of full test suites for rapid delivery?

Yes, you can use lightweight lint and typecheck validation for rapid delivery when implementing focused features or quick fixes, as this approach satisfies requirements for minimal exploration and deterministic changes without running heavy tests.

Does this rapid delivery workflow support optional scripts and reference assets?

Yes, the rapid delivery workflow supports optional scripts, references, and assets to provide supplementary context during the minimal exploration phase, ensuring deterministic code changes align with existing project patterns.

When should I avoid using a minimal Explore, Code, Test workflow?

You should avoid using a minimal Explore, Code, Test workflow for large scale architectural changes or deep refactors, as this approach is specifically designed for focused features, quick fixes, and constrained time window experiments.