uddipan978

Toolshed — Testing skill for Claude Code

Testing community

Agent tooling for Claude Code and Grok.

How to install Toolshed

This entry records only its repository, not the path inside it, so there is no exact command to give. Open uddipan978/toolshed and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Toolshed does

Agent tooling for Claude Code and Grok. Home of foreman — a plugin that drives a requirement through a gated SDLC (grill → plan → critique → build → test → beta → handoff) by spawning and supervising independent worker sessions with budgets, deadlines, stuck-detection and handover compaction.

Alternatives in Testing

  • Spec Driven Development — Drive Kandev feature work through spec, plan, independent tasks, implementation, QA, and verification 697 ★
  • Superpowers Evals — Behavioral eval lab (Quorum) for the superpowers project that drives real coding-agent CLIs (Claude, Codex, Ge 107 ★
  • Pi Task — Deterministic spec-orchestration for local LLMs in the pi coding agent — drives prompts through refine→researc 81 ★

README

toolshed

Claude Code / Grok / Codex plugins. Each plugin is a self-contained directory with its own `.claude-plugin/` manifest, README, license and tests.

Plugin What it does Install
foreman Agentic SDLC orchestration — a manager session spawns and supervises worker sessions through gated lifecycle phases. claude plugin marketplace add /foreman && claude plugin install foreman@claude-tooling --scope user
hld Human-Like Design — a gated UX/UI studio: grill once, research with a kill door, IA-derived wireframes, contract-based anti-slop, nine-viewport proof. Standalone, or defers to foreman when one is present. claude plugin marketplace add /hld && claude plugin install hld@hld --scope user

`` is this checkout's path, e.g. `/Users/shankhajeettaran/workspace/experiments/toolshed`.

Both plugins are MIT licensed (per-plugin LICENSE files). HLD absorbs foreman's four worker-contract formats (MIT, SHA-pinned in [hld/CREDITS.md](hld/CREDITS.md)); the foreman engine itself is not duplicated — HLD detects a runnable foreman at plan time and defers to it.