# New Circuit

> >-

- **Type:** Skill
- **Install:** `agentstack add skill-nickkraakman-skidl-skills-new-circuit`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [nickkraakman](https://agentstack.voostack.com/s/nickkraakman)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [nickkraakman](https://github.com/nickkraakman)
- **Source:** https://github.com/nickkraakman/skidl-skills/tree/master/skills/new-circuit

## Install

```sh
agentstack add skill-nickkraakman-skidl-skills-new-circuit
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# New Circuit

## When to use
- User asks to start, create, or design a new circuit
- User asks to resume a circuit that is in progress
- Invoked via `/skidl-ee:new-circuit`

## Procedure

1. Read `pipeline_state.json` (project root, see schema in `pipeline_state_schema.json`).
2. If `stage` is not `"initial"`, ask: "Resume current circuit **** or start fresh?"
3. Spawn the `orchestrator` agent and pass:
   - current `pipeline_state.json` contents
   - the user's stated intent (new vs resume)
4. The orchestrator runs the full pipeline:
   - Interview → Architecture → Part sourcing → SKiDL coding → ERC → Export

## Inputs
- `pipeline_state.json` — existing state (may be absent on first run)

## Output
- Updated `pipeline_state.json` with completed stages and file paths
- Files created by downstream agents: `SPEC.md`, `circuits/*.py`, `outputs/*.net`, `outputs/BOM.csv`

## Validation
- Do not hand off to orchestrator without reading pipeline state first
- Never skip the "resume or start fresh?" prompt when a non-initial stage exists

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [nickkraakman](https://github.com/nickkraakman)
- **Source:** [nickkraakman/skidl-skills](https://github.com/nickkraakman/skidl-skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-nickkraakman-skidl-skills-new-circuit
- Seller: https://agentstack.voostack.com/s/nickkraakman
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
