Skip to content

The Foundry suite

Software delivery integrity, as Claude Code skills.

For people who build products with an AI in the loop. The suite makes five promises between an idea and its release. Product intent is declared and audited. Execution context survives every session. The intended outcome is instrumented. The documentation matches reality. Technical readiness is audited before real users arrive. Each promise is kept by a skill you can run.

Installnpx skills@latest add horizon-foundry/foundry

Where it fits

Foundry is the release gate at the end of the build loop. The inner-loop skills you already use to write and review code stay where they are; Foundry is the pass that decides whether the result is safe to ship. It composes with them rather than replacing them, and installs through the same npx skills add channel, so it joins your workflow instead of asking for a new one.

What they share

A documentation architecture

The skills enforce one doc set, engineered as the agent's memory so a cold start can't go wrong. One owner per fact, a forever spec, an unbroken plan chain.

Skills that resist being ignored

Each skill opens with a mandatory gate. A named skill is invoked and followed, never hand-reproduced, so the discipline is explicit and hard to skip. Where an invariant must truly hold, a schema, script, or CI check enforces it.