ultracodelisted
Install: claude install-skill vanducng/skills
# Ultracode
A disciplined operating procedure for work that needs planning, packetization, agent delegation, integration, and verification. Use the smallest workflow that can prove the result — no ceremony for small tasks.
This is a skill, not a runtime: no bundled runner, no hidden scripts. It tells the current agent *how* to orchestrate using whatever primitives the host exposes. The host's own system rules and tools always win.
## Contract
- This is a user-authored skill, not an official Anthropic/OpenAI/Google feature. Don't claim otherwise.
- No bundled runtime or required scripts — orchestrate with native host tools and plain Markdown/JSON artifacts.
- Treat an explicit `ultracode`, `$ultracode`, or "ultra code" request as permission to choose **delegated mode** when the host allows it.
- Don't commit, push, publish, or deploy unless the user explicitly asks (then `vd:ship` / `vd:git`).
- In Claude Code, prefer the native **Workflow** tool for real fan-out/pipeline work and **Task/Agent** subagents for ad-hoc parallel packets. In other hosts, use the closest native primitive; if none exists, fall back to workflow-mode artifacts and say so.
## First pass — classify
Before acting, classify the task:
- **type**: research, code change, bug fix, migration, audit, docs, design, QA, release
- **risk**: low, medium, high
- **blast radius**: single file, module, repo-wide, external system
- **verification**: none, command, tests, build, browser, manual checklist
- **deleg