Valcraft
Description
Agent skills for spec-driven delivery — one plugin for Claude Code, OpenAI Codex, and OpenCode. At the center: an agentic delivery loop (plan → review → implement → review → merge) over fresh-context worker agents; around it, cast scaffolds specs in the repo, spec turns PRDs into feature specs, temper learns from what shipped.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
valcraft
Agent skills for spec-driven delivery, packaged as one plugin for Claude Code, OpenAI Codex, OpenCode, and Cursor (Teams or Enterprise with marketplace-import authority). At the center is an agentic **delivery loop** — draft → review → forge → review → land — run over fresh-context worker agents, inside one Claude Code, Codex, or Cursor session or through an orchestrator over several instances. Around it: `cast` creates the project frame, `spec` creates every feature or quick contract, and `temper` learns from what shipped.
Status: alpha.
Problems it addresses
| If you have seen this… | valcraft's answer |
|---|---|
| The agent forgets requirements between sessions and reinvents them. | cast establishes the project frame and spec writes git-owned contracts with stable IDs (FR-, AC-, T-, ADR-) that plans, commits, tests, and reviews cite. Context lives with the code. |
| "Make X" turns into a pile of unreviewed code. | foreman coordinates independent plan and code reviews; land finalizes only the exact reviewed target, so implementer verification never becomes approval. |
| One long session runs out of context or reports work it never did. | foreman keeps its own context small — every worker starts cold, reports land on disk, and a run resumes from the tracker, git, and those reports. |
| Either you approve every step, or the agent runs away. |
Related Skills
Spec Kit
💫 Toolkit to help you get started with Spec-Driven Development
Testing Webapp Testing
Test local web applications using Playwright for UI verification and debugging
Testing #29
, [#52](https://github.com/affaan-m/everything-claude-code/issues/52), [#103](https://github.com/affaan-m/ever
Testing Fix Issue
by metabase - Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing sol
Testing Pypict Test Design
Design comprehensive test cases using PICT (Pairwise Independent Combinatorial Testing) for optimized test sui
Testing gstack
| 15,000+ | Garry Tan's exact Claude Code setup: 6 opinionated tools that serve as CEO, Eng Manager, Release M
Testing