What problem does it solve?
This Skill helps initialize and verify a zicato workspace without spending real LLM budget, reducing setup errors before running an inner-harness evolution loop.
Core Features & Use Cases
- Workspace Scaffolding: Creates the
.zicato configuration and lineage files for a fresh project.
- Adapter Registration: Registers a Google ADK entrypoint and one or more mutable source trees with import-path validation.
- Deterministic Smoke Testing: Runs the vendored mock target through mutation discovery, proposal, application, snapshotting, tournament evaluation, persistence, and journaling.
- Use Case: When introducing zicato to a new multi-agent project, use this Skill to validate the adapter, mutable markers, artifact tree, and end-to-end plumbing before authorizing real model calls.
Quick Start
Use the zicato bootstrap skill to initialize and validate a new workspace against the deterministic mock target, then report whether the artifact tree and smoke-test loop completed successfully.