spectra-ask

Answer questions grounded in openspec documents with cited source files.

Updated Jan 21, 2026
One-click install
npx skills add https://github.com/Bruno-Yu/portfolio --skill spectra-ask-bruno-yu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spectra-ask
Source: https://github.com/Bruno-Yu/portfolio/tree/main/.cursor/skills/spectra-ask
Command: npx skills add https://github.com/Bruno-Yu/portfolio --skill spectra-ask-bruno-yu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill ensures answers are grounded strictly in openspec/documents, avoiding reliance on general knowledge or training data.

Core Features & Use Cases

  • Grounded answers: All responses derive strictly from openspec/documents.
  • Search-first workflow: If a question is provided, spectra searches; if not, infers from conversation context.
  • Source citation: Provides references to matched openspec files in responses.

Quick Start

Ask a question after /spectra:ask to trigger a grounded, document-based answer.

Frequently Asked Questions about spectra-ask

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

FAQPage Schema
How do I get answers from openspec documents without relying on general knowledge?

To get answers from openspec documents without relying on general knowledge, use a doc-grounded QA approach. This ensures all responses derive strictly from openspec documents, performing vector search over specs and guidelines to provide grounded answers.

Can I query openspec project context and AGENTS guidelines across different languages?

Yes, you can query openspec project context, specs, changes, and AGENTS guidelines across different languages. The system performs vector search over openspec documents and reads matched files in priority order to deliver accurate results.

What is the best way to ask questions grounded strictly in openspec documentation?

The best way to ask questions grounded strictly in openspec documentation is to trigger a search-first workflow. If a question is provided, the system searches the documents; if not, it infers the query from conversation context.

Does the doc-grounded QA system provide source citations for openspec specs?

Yes, the doc-grounded QA system provides source citations for openspec specs. It reads matched files in priority order and includes references to matched openspec files directly in its responses.

Why does my documentation query return answers outside of the openspec files?

Documentation queries might return answers outside of openspec files if the tool relies on training data. Using a search-first, doc-grounded QA tool prevents this by ensuring all answers derive strictly from openspec documents.