skills/gen-specs-as-issues/SKILL.md
This workflow guides you through a systematic approach to identify missing features, prioritize them, and create detailed specifications for implementation.
npx skillsauth add williamlimasilva/.copilot gen-specs-as-issuesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This workflow guides you through a systematic approach to identify missing features, prioritize them, and create detailed specifications for implementation.
Guiding Questions:
Output Creation:
Scoring Matrix (1-5 scale):
Priority = (User Impact × Strategic Alignment) / (Implementation Effort × Risk Level)
Output Creation:
For Each Feature Specification:
Overview & Scope
Technical Requirements
Implementation Plan
Acceptance Criteria
Issue Template Structure:
[Brief description of the feature and its purpose]
[What's included and what's explicitly excluded]
[Specific technical needs and constraints]
[Step-by-step approach with simple code examples]
[Clear list of requirements to consider the feature complete]
[Justification for prioritization]
Independence Analysis
Dependency Mapping
Workload Balancing
Implementation Guidelines:
Remember throughout this process:
This workflow embodiment of our approach should help maintain consistency in how features are specified and prioritized, ensuring that software projects evolve in a thoughtful, user-centered way.
development
Anxiety-aware, evidence-driven collaboration for stalled or high-stakes work when a user says uncertainty, repeated setbacks, or lack of visible progress is causing significant anxiety or distress. Use immediately when explicitly invoked; when this fit is only inferred from the user's own account, ask permission before applying it. Preserve the user's ideal and turn grounded perspective-taking into persistent, bounded problem solving. Do not use to diagnose, provide therapy, manufacture certainty, or lower goals for reassurance.
development
Build, review, debug, package, and test Roslyn diagnostic analyzers, code fix providers, and incremental source generators. Use for DiagnosticAnalyzer, CodeFixProvider, IIncrementalGenerator, IOperation analysis, Microsoft.CodeAnalysis dependency pinning, Roslyn test harnesses, C#/VB tests, and analyzer NuGet packaging.
testing
Migrates a project that uses checked-in .designer.cs files behind .resx to using a source-generator instead
development
Polish any GitHub repository's surface — labels (emoji rating tiers, P0–P3 priority, impact severity), issue forms, PR template, CI workflows, CODEOWNERS, rulesets, docs. Repo meta & config only — no code logic touched. Use when creating a new repo or polishing an existing one.