orc-analyze-mini

Analyzes requirements into scope-bounded, code-grounded reports and derived specs in a single pass.

6|1|Updated Jul 4, 2026
One-click install
npx skills add https://github.com/azure-id/orc --skill orc-analyze-mini-azure-id
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: orc-analyze-mini
Source: https://github.com/azure-id/orc/tree/main/templates/skills/orc-analyze-mini
Command: npx skills add https://github.com/azure-id/orc --skill orc-analyze-mini-azure-id

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Turning a requirement document or a plain-language request into a buildable spec usually requires slow, deep analysis. This Skill provides a fast-lane alternative that bounds the deliverable to exactly the asked scope, grounds every requirement in real code with file:line evidence, and produces a confirmed report plus derived spec without deep-mode sweeps or scout subagents. ## Core Features & Use Cases - Doc-optional intake: Accepts a PDF by path, pasted document text, or a plain-language request, auto-detecting prose, audit, or requirement mode. - Evidence-or-mark grounding: Maps each requirement to real files with quote-anchored file:line evidence, or tags it ASSUMPTION/UNVERIFIED and turns it into a user question. - Scope bounding with challenges: Keeps the deliverable to exactly the asked scope, challenges ambiguities with recommended options, and derives requirement-spec.md only after the user confirms the report. - Use Case: You ask to add a "resend invite" action with no document. The Skill maps the request to invites/service.py and invites/routes.py, asks one blocking question about token expiry with a recommended option, then writes report.md and requirement-spec.md ready for handoff to the build lane. ## Quick Start Ask the assistant to run /orc-analyze-mini on your requirement, for example: quickly analyze this request to add a resend invite action and produce a scoped spec.

Frequently Asked Questions about orc-analyze-mini

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I quickly analyze a requirement document into a spec?▼

Run /orc-analyze-mini with a PDF path, pasted document text, or a plain-language request. It auto-detects the mode, grounds each requirement in code with file:line evidence, and writes report.md plus requirement-spec.md after you confirm the report.

What is the difference between orc-analyze-mini and orc-analyze?▼

orc-analyze-mini is always single-pass with no deep mode and no scout subagents, trading depth for speed and tokens. Use the full /orc-analyze when you need a wider code sweep, verify-every-claim rigor, or alternatives with trade-offs.

Can I analyze a requirement without providing a document?▼

Yes. With no document, the Skill runs in requirement mode where your plain-language request is the source of truth, reconciled against the actual codebase with evidence-or-mark grounding.

When should I escalate from fast analysis to deep analysis?▼

Escalate to the full /orc-analyze when the source document exceeds roughly ten pages, there are more than twelve in-scope requirements, more than three conflict rows, or an audit with more than five stale-premise rows.

What happens to requirements that cannot be verified in code?▼

Unverifiable claims are tagged ASSUMPTION or UNVERIFIED and turned into user questions rather than silently guessed. Blocking issues are asked one at a time with recommended options, while minor ones are batched into a single advisory round.