gen-specs-as-issues

Identifies missing features and generates prioritized specifications as GitHub issues.

1|1|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/ultraviollettnympho/transit-ticket --skill gen-specs-as-issues-ultraviollettnympho
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gen-specs-as-issues
Source: https://github.com/ultraviollettnympho/transit-ticket/tree/main/.github/skills/gen-specs-as-issues
Command: npx skills add https://github.com/ultraviollettnympho/transit-ticket --skill gen-specs-as-issues-ultraviollettnympho

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Teams often have documentation promising features that were never fully implemented, and no structured way to find, prioritize, and specify those gaps. This workflow turns that ambiguity into scored, actionable GitHub issues. ## Core Features & Use Cases - Gap Analysis: Compares documented capabilities against actual implementation to surface placeholder code and missing features. - Prioritization Scoring: Ranks gaps using a weighted matrix of user impact, strategic alignment, effort, and risk. - Issue Generation: Produces structured GitHub issues with scope, technical requirements, acceptance criteria, dependencies, and effort estimates. - Use Case: After inheriting a half-finished open-source project, run this workflow to identify the top 3 missing features and receive ready-to-file GitHub issues with implementation plans and dependency mapping. ## Quick Start Analyze this repository to find missing features, prioritize the top three, and draft GitHub issues with specifications for each.

Frequently Asked Questions about gen-specs-as-issues

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

FAQPage Schema
How do I identify missing features in a software project?

Compare documented capabilities in the README and docs against the actual implementation, looking for placeholder code and unimplemented entry points. This workflow walks through project understanding, gap analysis, and produces a list of 5-7 candidate missing features.

How to prioritize feature gaps for a development roadmap?

Score each gap on user impact, strategic alignment, implementation feasibility, resource requirements, and risk on a 1-5 scale. Priority is computed as (User Impact × Strategic Alignment) / (Implementation Effort × Risk Level), surfacing the top 3 features.

What should a good GitHub feature specification issue include?

Include an overview, explicit scope boundaries, technical requirements, an implementation plan with code examples, acceptance criteria, priority justification, and dependency relationships. The workflow also adds effort estimates and sub-issue breakdowns of 1-3 days of work.

Can this workflow handle features with dependencies between them?

Yes, it performs independence analysis and dependency mapping, creating parent issues with sub-issues for interdependent components. It documents blocked-by and blocks relationships using GitHub issue linking syntax and labels.

When is this specification workflow not the right approach?

It is less suited for greenfield projects with no existing documentation or code to analyze, since gap analysis requires documented capabilities to compare against. It also focuses on core functionality rather than nice-to-have enhancements.