Siegard Code banner
zig999 zig999

Siegard Code

Testing community

Description

Most AI coding tools help you write code. Siegard Code manages the entire development lifecycle — it writes specifications, plans backlogs, implements features, runs QA, and delivers tested code. All autonomously, all traceable, all through Claude Code.

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

Siegard Code

Siegard Code

An event-driven orchestration engine for Claude Code — it runs multi-phase development workflows from specification to tested delivery, autonomously and fully traceable.

Version License Works with Claude Code 4 Phases Zero external dependencies

One log. One entry point. Four phases. Every decision derived from events.


Most AI coding tools chain prompts by hand and lose track between sessions. **Siegard Code 2.0** replaces that with an **event-sourced orchestration engine**: a single append-only log is the source of truth, the orchestrator is a pure function of that log, and every task, retry, failure, and phase transition is an auditable event.

You start a workflow with one command. The meta-orchestrator reads the current phase from the log, runs infrastructure checks, and dispatches the right phase orchestrator — which spawns specialized workers, validates their output against deterministic exit criteria, and advances. Crash mid-run? Re-run the same command — state is reconstructed from the log, not from memory.

**This is not a product.** It is the agent infrastructure you install into your own projects.


Why Siegard Code 2.0

|