agentsclimarketplace

U shared templates

Skill zig999/siegard-code/dist/.claude/skills/u-shared-templates

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.

Install
npx -y skills add zig999/siegard-code --skill u-shared-templates

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 9 stars9 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Schema + example pairs for every cross-agent envelope (handoff-manifest, delivery, qa-verdict, blocked-report, task_contract, validation-result, compliance/security/architecture findings, and others). Single source of truth for inter-agent contracts; consumed by all orchestrators, workers, and u-handoff-validator. Resource bundle — no scripts. Not user-invocable.

SKILL.md

3.4 KB, 759 tokens by cl100k_base, as published. Nobody here has run it

u-shared-templates

Resource bundle: inter-agent envelope contracts. Every envelope ships as a pair — <envelope>.schema.yaml (validation schema) plus <envelope>.yaml (canonical example). Files are read by path (.claude/skills/u-shared-templates/<file>); the directory listing is authoritative.

Envelope index

EnvelopeProducerConsumer
handoff-manifestorchestrator-sddu-handoff-validator, dev orchestrators
handoff-receiptNONE YET — event machinery shipped (orch_core handoff_receipt, prod-hardening task 08) but no emitter is wired; loop-closure audit not yet derivablenone
handoff-validation-envelopeu-handoff-validatordev orchestrators
improve-handoff-envelopeNONE — /u-improve writes only improve-scope.json (its SKILL.md forbids other artifacts); reserved contract, unwirednone
be-to-fe-handoffNONE — no agent references this pair; reserved contract, unwirednone
backlogplannersorchestrator-dev
task_contractplannersdevelopers
deliverydevelopersQA workers
qa-verdictQA workersorchestrator-review
test-reportu-test-runnerphase-test-rules exit-criteria checkers
blocked-reportany workerorchestrator
validation-resultu-spec-validatororchestrator-sdd
compliance-findingu-spec-complianceorchestrator-sdd
security-findingu-security-reviewerorchestrator-review
architecture-findingu-architecture-reviewerorchestrator-review
cr (cr-template.yaml + cr.schema.yaml)u-be-developer / u-fe-developer (STOP-on-spec-gap protocol)NO automated consumer — no orchestrator reads $SESSION_DIR/cr/; the halt is conveyed by the worker's terminal event, the CR file is for the human operator (see E09 review path)
component-spec-gate-reportcomponent-spec-gateorchestrator-dev
design-system-gate-reportdesign-system gateorchestrator-dev
fe-validate-report/u-fe-validateuser, orchestrator-dev
spec-changelog-notifyNONE — no agent references this pair; reserved contract, unwirednone
ui-agent-outputu-fe-uiu-fe-developer
spec-inventoryspec_inventory.py (u-drift-analysis)match_drift.py
code-inventoryu-reverse-spec-analyzer (code-inventory mode)match_drift.py (after validate_inventory.py)
drift-reportmatch_drift.py (u-drift-analysis) — rendered to .md by render_report.pyuser, /u-improve, /u-dev, /u-reverse-spec (scoped), human triage
drift-verdictsu-drift-analyzer (semantic layer)validate_findings.py → merge_semantic.py

Non-pair files: delivery-gate.md (gate checklist consumed by orchestrator-dev).

Constraints

  • Schemas are the contract (AI FIRST — contracts over interpretation): producers MUST emit envelopes that validate against the .schema.yaml; consumers MUST validate before consumption
  • Schema changes are breaking changes — update producer, consumer, and example in the same commit

What ships with it: 48 files

123.5 KB alongside SKILL.md

8 more files not listed here. See all 48 in the repository.

Keep looking

Skills are one crate of 327,069. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.