github/awesome-copilot/skills/gen-specs-as-issues/SKILL.md
gen-specs-as-issues
This workflow guides you through a systematic approach to identify missing features, prioritize them, and create detailed specifications for implementation.
- Source repository stars
- 37,126
- Declared platforms
- 0
- Static risk flags
- 0
- Last source update
- 2026-07-28
- Source checked
- 2026-07-28
Decision brief
What it does—and where it fits
This workflow guides you through a systematic approach to identify missing features, prioritize them, and create detailed specifications for implementation.
Not for
- Tasks that require unconfirmed production actions or broad system permissions.
- Environments where the pinned source and install steps cannot be inspected.
Compatibility matrix
Platform support, with evidence labels
| Platform | Status | Evidence | What to check |
|---|---|---|---|
| Codex | Not declared | No explicit evidence | Portability before use |
| Claude Code | Not declared | No explicit evidence | Portability before use |
| Cursor | Not declared | No explicit evidence | Portability before use |
| Gemini CLI | Not declared | No explicit evidence | Portability before use |
Installation
Inspect first. Install second.
The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.
npx skills add https://github.com/github/awesome-copilot --skill "skills/gen-specs-as-issues"Inspect the Agent Skill "gen-specs-as-issues" from https://github.com/github/awesome-copilot/blob/9933dcad5be5caeb288cebcd370eeeb2fc2f1685/skills/gen-specs-as-issues/SKILL.md at commit 9933dcad5be5caeb288cebcd370eeeb2fc2f1685. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.
Workflow
What the source asks the agent to do
- 01
1. Project Understanding Phase
Guiding Questions: - What is the primary purpose of this project? - What user problems does it solve? - What patterns exist in the current implementation? - Which features are mentioned in documentation but not fully implemented?
Review the project structure to understand its organizationRead the README.md and other documentation files to understand the project's core functionalityIdentify the existing implementation status by examining: - 02
2. Gap Analysis Phase
Output Creation: - Create a list of potential missing features (5-7 items) - For each feature, note: - Current implementation status - References in documentation - Impact on user experience if missing
Compare the documented capabilities ONLY against the actual implementationIdentify "placeholder" code that lacks real functionalityLook for features mentioned in documentation but missing robust implementation - 03
3. Prioritization Phase
Scoring Matrix (1-5 scale): - User Impact: How many users benefit? - Strategic Alignment: Fits core mission? - Implementation Feasibility: Technical complexity? - Resource Requirements: Development effort needed? - Risk Level: Potential negative impacts?
Apply a score to each identified gap:User Impact: How many users benefit?Strategic Alignment: Fits core mission? - 04
4. Specification Development Phase
For Each Feature Specification: 1. Overview & Scope - What problem does it solve? - What's included and what's explicitly excluded?
For each prioritized feature, develop a detailed but practical specification:Begin with the philosophical approach: simplicity over complexityFocus on MVP functionality first - 05
5. GitHub Issue Creation Phase
Issue Template Structure:
For each specification, create a GitHub issue:Clear, descriptive titleComprehensive specification in the body
Permission review
Static risk signals and limitations
No configured static risk pattern was detected
This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.
Evidence record
Why each signal appears
| Signal | Value | Evidence type | Meaning |
|---|---|---|---|
| Quality score | 71/100 | Computed | Documentation, specificity, maintenance, and trust rules |
| Repository stars | 37,126 | Source | Repository attention, not individual Skill quality |
| Compatibility | 0 platforms | Source | Declared in the catalog source record |
| Usage guide | automated source guide | Editorial | Generated or reviewed according to the visible evidence level |
Pinned source
Provenance and original SKILL.md
- Repository
- github/awesome-copilot
- Skill path
- skills/gen-specs-as-issues/SKILL.md
- Commit
- 9933dcad5be5caeb288cebcd370eeeb2fc2f1685
- License
- MIT
- Collected
- 2026-07-28
- Default branch
- main
View the original SKILL.md
Product Manager Assistant: Feature Identification and Specification
This workflow guides you through a systematic approach to identify missing features, prioritize them, and create detailed specifications for implementation.
1. Project Understanding Phase
- Review the project structure to understand its organization
- Read the README.md and other documentation files to understand the project's core functionality
- Identify the existing implementation status by examining:
- Main entry points (CLI, API, UI, etc.)
- Core modules and their functionality
- Tests to understand expected behavior
- Any placeholder implementations
Guiding Questions:
- What is the primary purpose of this project?
- What user problems does it solve?
- What patterns exist in the current implementation?
- Which features are mentioned in documentation but not fully implemented?
2. Gap Analysis Phase
- Compare the documented capabilities ONLY against the actual implementation
- Identify "placeholder" code that lacks real functionality
- Look for features mentioned in documentation but missing robust implementation
- Consider the user journey and identify broken or missing steps
- Focus on core functionality first (not nice-to-have features)
Output Creation:
- Create a list of potential missing features (5-7 items)
- For each feature, note:
- Current implementation status
- References in documentation
- Impact on user experience if missing
3. Prioritization Phase
- Apply a score to each identified gap:
Scoring Matrix (1-5 scale):
- User Impact: How many users benefit?
- Strategic Alignment: Fits core mission?
- Implementation Feasibility: Technical complexity?
- Resource Requirements: Development effort needed?
- Risk Level: Potential negative impacts?
Priority = (User Impact × Strategic Alignment) / (Implementation Effort × Risk Level)
Output Creation:
- Present the top 3 highest-priority missing features based on the scoring
- For each, provide:
- Feature name
- Current status
- Impact if not implemented
- Dependencies on other features
4. Specification Development Phase
- For each prioritized feature, develop a detailed but practical specification:
- Begin with the philosophical approach: simplicity over complexity
- Focus on MVP functionality first
- Consider the developer experience
- Keep the specification implementation-friendly
For Each Feature Specification:
-
Overview & Scope
- What problem does it solve?
- What's included and what's explicitly excluded?
-
Technical Requirements
- Core functionality needed
- User-facing interfaces (API, UI, CLI, etc.)
- Integration points with existing code
-
Implementation Plan
- Key modules/files to create or modify
- Simple code examples showing the approach
- Clear data structures and interfaces
-
Acceptance Criteria
- How will we know when it's done?
- What specific functionality must work?
- What tests should pass?
5. GitHub Issue Creation Phase
- For each specification, create a GitHub issue:
- Clear, descriptive title
- Comprehensive specification in the body
- Appropriate labels (enhancement, high-priority, etc.)
- Explicitly mention MVP philosophy where relevant
Issue Template Structure:
[Feature Name]
Overview
[Brief description of the feature and its purpose]
Scope
[What's included and what's explicitly excluded]
Technical Requirements
[Specific technical needs and constraints]
Implementation Plan
[Step-by-step approach with simple code examples]
Acceptance Criteria
[Clear list of requirements to consider the feature complete]
Priority
[Justification for prioritization]
Dependencies
- Blocks: [List of issues blocked by this one]
- Blocked by: [List of issues this one depends on]
Implementation Size
- Estimated effort: [Small/Medium/Large]
- Sub-issues: [Links to sub-issues if this is a parent issue]
5.5 Work Distribution Optimization
-
Independence Analysis
- Review each specification to identify truly independent components
- Refactor specifications to maximize independent work streams
- Create clear boundaries between interdependent components
-
Dependency Mapping
- For features with unavoidable dependencies, establish clear issue hierarchies
- Create parent issues for the overall feature with sub-issues for components
- Explicitly document "blocked by" and "blocks" relationships
-
Workload Balancing
- Break down large specifications into smaller, manageable sub-issues
- Ensure each sub-issue represents 1-3 days of development work
- Include sub-issue specific acceptance criteria
Implementation Guidelines:
- Use GitHub issue linking syntax to create explicit relationships
- Add labels to indicate dependency status (e.g., "blocked", "prerequisite")
- Include estimated complexity/effort for each issue to aid sprint planning
6. Final Review Phase
- Summarize all created specifications
- Highlight implementation dependencies between features
- Suggest a logical implementation order
- Note any potential challenges or considerations
Remember throughout this process:
- Favor simplicity over complexity
- Start with minimal viable implementations that work
- Focus on developer experience
- Build a foundation that can be extended later
- Consider the open-source community and contribution model
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.
Alternatives
Compare before choosing
event4u-app/agent-config
design-review
Use when the user says "review the design", "check the UI", or wants a comprehensive UI/UX review. Uses a 7-phase methodology covering interaction, responsiveness, accessibility, and more.
K-Dense-AI/scientific-agent-skills
dask
Distributed computing for larger-than-RAM pandas/NumPy workflows. Use when you need to scale existing pandas/NumPy code beyond memory or across clusters. Best for parallel file processing, distributed ML, integration with existing pandas code. For out-of-core analytics on single machine use vaex; for in-memory speed use polars.
K-Dense-AI/scientific-agent-skills
neurokit2
Use NeuroKit2 to build or audit reproducible research workflows for physiological time-series preprocessing, event/interval analysis, multimodal alignment, variability, and complexity. Trigger when code imports neurokit2 or needs its current APIs, schemas, and method-aware validation—not for diagnosis or device validation.
K-Dense-AI/scientific-agent-skills
biopython
Comprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget; for multi-service integration use bioservices.