# Spec

> Orchestrated multi-phase planning. Interactive steps in main thread, forks only for exploration.

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

## Install

```sh
agentstack add skill-qgolem-orc-spec
```

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

## About

# Orc

Orchestrated planning that keeps interactive steps in the main thread.

## Input

- **$1** — Feature prompt
- **$2** — Plan slug

## Execution

   You MUST execute ALL skills as ordered in steps below in sequence. Do NOT stop after any single phase.

### Step 0: Initialize Todos

  
  
  
  
  

### Step 1: Create Directory
!`mkdir -p .claude/plans/$2/phases`

### Step 2: Vision

### Step 3: Discovery (forked)

### Step 4: Research (parallel agents)

### Step 5: Clarification (interactive x3)

### Step 6: Plan Generation (interactive)

### Step 7: Report Completion

Output:
```
Plan created: .claude/plans/$2/

├── PROJECT.md   — Vision and success criteria
├── research/    — Domain ecosystem research
├── STATE.md     — Codebase context
├── ROADMAP.md   — Phase tracking
└── phases/      — Individual phase plans

Next: /orc-swarm [phase N description]
```

## Critical Rules

1. **Execute ALL phases** — Do not stop after Phase 1, 2, or 3
2. **Sequential execution** — Each phase depends on the previous
3. **Verify outputs** — Check each .md file was created before proceeding
4. **Don't skip clarification** — Discovery often surfaces questions that change the plan

## Source & license

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

- **Author:** [qGolem](https://github.com/qGolem)
- **Source:** [qGolem/orc](https://github.com/qGolem/orc)
- **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-qgolem-orc-spec
- Seller: https://agentstack.voostack.com/s/qgolem
- 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%.
