ultrapack
Spec-driven development workflow with design, plan, verify, review
All Skills in This Repository (11)
Pure Emerald Level Indicatorsudesign
Convert software ideas into validated design specifications with TDD decisions.
uexecute
Execute approved developer task plans into repository changes with phase dispatch and plan-diff verification.
test-driven-development
Implement deterministic code changes via failing tests before minimal production code.
udebug
Debug test failures through a four-phase root-cause investigation workflow.
uverify
Run adversarial attack checks to verify executed code changes.
job-guardian
Monitor long-running processes with stability polling and recover-or-stop teardown.
udocument
Rewrite and edit codebase documentation to remove stale content and enforce structured writing rules.
ureview
Audit completed designs for structural risks before merge.
handsoff
Automate the ultrapack hands-off workflow with reversible git operations and decision logging.
git-worktrees
Create an isolated Git worktree workspace with baseline tests.
uplan
Convert an approved design into a concrete implementation plan.
Frequently Asked Questions
FAQPage SchemaHow to install ultrapack?▼
Run `npx skills add btseytlin/ultrapack --all -g -y` in your terminal to install all skills globally.
What does ultrapack do?▼
It runs a full development workflow: design a spec, write a plan, execute in phases, verify with adversarial tests, and finish with an independent review, all tracked in one task file.
Does ultrapack work with Claude Code and Codex?▼
Yes. It ships as a shared plugin for both harnesses, using slash commands like /up:make in Claude Code and $make in Codex.
Can ultrapack run tasks without supervision?▼
Yes. Hands-off mode picks the safest reversible options, works on a separate git branch, and logs every automatic decision for your review at the end.
Can ultrapack watch long-running jobs?▼
Yes. The job-guardian skill launches training runs or batch jobs, polls their health, recovers from failures, and shuts resources down cleanly if they die.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core