AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Decant Orchestrate

skill-minwoo19930301-decant-decant-orchestrate · by minwoo19930301

Route a multi-stage repository task through the smallest useful Decant workflow. Use for work that mixes research, planning, implementation, review, or release; do not use for a single obvious read or edit.

— No reviews yet
0 installs
24 views
0.0% view→install

Install

$ agentstack add skill-minwoo19930301-decant-decant-orchestrate

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • ✓ Prompt-injection patterns
  • ✓ Secret / credential exfiltration
  • ✓ Dangerous shell & filesystem operations
  • ✓ Untrusted network calls
  • ✓ Known-malicious package signatures

What it can access

  • ✓ Network access No
  • ✓ Filesystem access No
  • ✓ Shell / process execution No
  • ✓ Environment & secrets No
  • ✓ Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-minwoo19930301-decant-decant-orchestrate)

Reliability & compatibility

✓ Security review passed
0 installs to date
— no reviews yet
● 1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Decant Orchestrate? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Decant Orchestrate

Coordinate the other Decant skills without turning every request into a large process.

Preflight

  1. Restate the requested outcome, constraints, and forbidden actions.
  2. Inspect the repository and current git state before proposing edits.
  3. If the CLI is available, run decant doctor and preview routing with decant route "" --json.
  4. Treat decant run "" --dry-run as a preview. Run a mutating pipeline only when the user authorized implementation.

This skill helps choose a workflow. It does not change the model of the host agent's current task, whether that host is Codex or Claude Code, and does not make unsupported providers available.

Hard-deadline progress gate

Use this gate whenever the user gives an explicit deadline and the work is low risk. For a budget of 15 minutes or less, treat it as a fast lane and recommend medium-or-lower host effort before starting. This skill cannot change the host model or effort and cannot enforce a wall-clock timer.

  1. Deliver a runnable primary implementation slice by 30% of the budget, capped at five minutes.
  2. Run a narrow smoke check, then core tests.
  3. Expand behavior and documentation only with the remaining time.
  4. Stop expansion when the final 20% begins; use that time to verify and report honestly.

Tests, plans, or documentation alone do not satisfy the first progress gate. Security-sensitive, deployment, destructive, irreversible, or otherwise high-risk work never qualifies for this shortcut; use the normal risk-proportionate workflow without weakening its safety gates.

Choose the smallest path

  • Read-only evidence gathering: use decant-research only.
  • Ambiguous or high-impact change: use decant-spec, then decant-build.
  • Approved, well-specified edit: use decant-build directly.
  • Failure or regression: use decant-debug; edit only when a fix is authorized.
  • Review request: use decant-review without editing.
  • Publication or handoff: use decant-release after implementation checks pass.
  • Skill creation or trigger tuning: use decant-skill-lab.

Skip stages whose output cannot change the decision. Add review depth as risk, blast radius, irreversibility, or verification difficulty rises.

Handoff contract

For every active stage, record:

  • goal and non-goals;
  • inputs and evidence locations;
  • allowed mutations;
  • result and unresolved risks;
  • deterministic checks and semantic review;
  • next owner or next action.

Separate observed facts, inferences, and proposals. Never call a stage complete from intention alone.

Safety boundaries

  • Preserve unrelated work in a dirty worktree.
  • Do not broaden authorization from diagnosis to repair, or from local changes to publication.
  • Do not hide destructive actions behind a recipe, subagent, hook, or retry loop.
  • Stop repeated repair attempts after three materially similar failures and reassess the hypothesis.
  • Keep databases, daemons, worktrees, swarms, and GUIs optional rather than core requirements.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.