# Micro Pipeline

> Gated micro-skill pipeline system. Auto-triggers when building, generating, or creating any multi-step output (documents, code, presentations, reports). Enforces a Scope-Plan-Build-Check-Deliver pipeline where each step has a pass/fail gate. Use this whenever the output quality matters and the task has more than one component.

- **Type:** Skill
- **Install:** `agentstack add skill-stevesolun-micro-skills-micro-pipeline`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [stevesolun](https://agentstack.voostack.com/s/stevesolun)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [stevesolun](https://github.com/stevesolun)
- **Source:** https://github.com/stevesolun/micro-skills/tree/main/micro-skill-pipeline/skills/micro-pipeline

## Install

```sh
agentstack add skill-stevesolun-micro-skills-micro-pipeline
```

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

## About

# Micro-Skill Pipeline

When this skill triggers, execute the following gated pipeline.
One step at a time. Do NOT skip ahead.

## Pipeline

1. **Scope** -- Read `references/01-scope.md`. Extract constraints from the request.
2. **Plan** -- Read `references/02-plan.md`. Design the approach. Map components.
3. **Build** -- Read `references/03-build.md`. Execute with micro-checks per component.
4. **Check** -- Read `references/04-check.md`. Answer every gate question YES or NO. Any NO = fix before proceeding.
5. **Deliver** -- Read `references/05-deliver.md`. Finalize and present output.

## Failure Log

Look for a `failure-log.md` in the current project root or skill directory.
If it exists, read it before starting. Every listed pattern is a mandatory check constraint.

## Rules

- Read each reference file when you reach that step, not all at once.
- Step 4 (Check) is the hard gate. "Mostly yes" counts as NO.
- On Check failure: fix, re-run full checklist, then append a one-line pattern to `failure-log.md`.
- For simple single-component tasks, collapse Scope+Plan into one step but never skip Check.

## Source & license

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

- **Author:** [stevesolun](https://github.com/stevesolun)
- **Source:** [stevesolun/micro-skills](https://github.com/stevesolun/micro-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-stevesolun-micro-skills-micro-pipeline
- Seller: https://agentstack.voostack.com/s/stevesolun
- 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%.
