SPECLAN Query

Query SPECLAN entities with type, status, and parent filters to return JSON data.

8|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/thlandgraf/cc-marketplace --skill speclan-query
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: SPECLAN Query
Source: https://github.com/thlandgraf/cc-marketplace/tree/main/plugins/speclan/skills/speclan-query
Command: npx skills add https://github.com/thlandgraf/cc-marketplace --skill speclan-query

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

SPECLAN Query solves the challenge of quickly locating SPECLAN entities (features, requirements, specs) and returning structured data for automated workflows.

Core Features & Use Cases

  • Fast, filename-based indexing with optional frontmatter reads for precise metadata
  • Query by type, status, and parent to filter results
  • Output in JSON for programmatic consumption and downstream automation
  • Use cases include listing features, filtering requirements by parent, and exporting spec data

Quick Start

Run the SPECLAN query script to list features in the speclan directory.

Frequently Asked Questions about SPECLAN Query

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

FAQPage Schema
How do I query SPECLAN features and requirements using JSON filters?

Query SPECLAN features and requirements by applying type, status, and parent JSON filters to rapidly locate specs and return precise structured data for downstream automation.

What is the best way to filter spec data by parent and status?

Filter spec data by parent and status using filename-based indexing and optional YAML frontmatter reads to provide accurate titles, statuses, and hierarchical context in JSON output.

How do I extract YAML frontmatter from spec files for automation?

Extract YAML frontmatter from spec files by reading frontmatter metadata alongside filenames to provide accurate titles, statuses, and hierarchical context for programmatic consumption.

Can I export SPECLAN query results as JSON for downstream automation?

Export SPECLAN query results as JSON for downstream automation by filtering entities with type, status, and parent parameters to return precise structured data.

Does SPECLAN query work without external dependencies?

SPECLAN query works without external dependencies, using only internal scripts to index filenames and read optional YAML frontmatter for structured JSON output.

Why are my SPECLAN query results missing hierarchical context?

SPECLAN query results may lack hierarchical context if YAML frontmatter is not read; enabling frontmatter reads provides accurate titles, statuses, and parent relationships.