From orc
Shape a backlog item or freeform idea into a scoped plan file before executing. Interactive: reads item context, explores relevant codebase, asks 1-2 clarifying questions, writes .orc/plans/<slug>.md that orc:orchestrate can consume directly. Use when: "orc scope", "orc:scope", "scope this", "shape this idea", "plan before executing", "break this down", or when the user wants to refine an idea before committing to orc:orchestrate. Part of the orc system: orc:orchestrate, orc:backlog, orc:autoresearch, orc:status, orc:recap, orc:scope, orc:handoff.
npx claudepluginhub athan-dial/skills --plugin orcThis skill uses the workspace's default tool permissions.
Bridge between a backlog item and orc:orchestrate execution. Refine scope interactively before committing.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Bridge between a backlog item and orc:orchestrate execution. Refine scope interactively before committing.
orc:scope <backlog-id> — load from .orc/backlog/items/<id>-*.mdorc:scope <freeform description> — scope from scratch.orc/plans/<slug>.md# <Title>
Source: .orc/backlog/items/<id>.md (or "freeform")
Scoped: <date>
Guard: <command>
## Tasks
### 1. <Task title>
- **Executor**: Cursor
- **Files**: path/to/file.py
- **Description**: What to do
- **Depends on**: none
### 2. <Task title>
- **Executor**: Codex
- **Files**: path/to/new_file.py, path/to/existing.py
- **Description**: What to do
- **Depends on**: Task 1
## State delta since capture
<What changed in the codebase since the backlog item was created — helps orc:orchestrate adjust>
Offer two choices:
orc:orchestrate .orc/plans/<slug>.mdIf the item came from backlog, update its status in BACKLOG.jsonl to "scoped".