gen-specs-as-issues
This workflow guides you through a systematic approach to identify missing features, prioritize them, and create detailed specifications for implementation.
Best use case
gen-specs-as-issues is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
This workflow guides you through a systematic approach to identify missing features, prioritize them, and create detailed specifications for implementation.
Teams using gen-specs-as-issues should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/gen-specs-as-issues/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How gen-specs-as-issues Compares
| Feature / Agent | gen-specs-as-issues | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
This workflow guides you through a systematic approach to identify missing features, prioritize them, and create detailed specifications for implementation.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# 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:** 1. **Overview & Scope** - What problem does it solve? - What's included and what's explicitly excluded? 2. **Technical Requirements** - Core functionality needed - User-facing interfaces (API, UI, CLI, etc.) - Integration points with existing code 3. **Implementation Plan** - Key modules/files to create or modify - Simple code examples showing the approach - Clear data structures and interfaces 4. **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.
Related Skills
creating-github-issues-from-web-research
This skill enhances Claude's ability to conduct web research and translate findings into actionable GitHub issues. It automates the process of extracting key information from web search results and formatting it into a well-structured issue, ready for team action. Use this skill when you need to research a topic and create a corresponding GitHub issue for tracking, collaboration, and task management. Trigger this skill by requesting Claude to "research [topic] and create a ticket" or "find [information] and generate a GitHub issue".
scanning-for-data-privacy-issues
This skill enables Claude to automatically scan code and configuration files for potential data privacy vulnerabilities using the data-privacy-scanner plugin. It identifies sensitive data exposure, compliance violations, and other privacy-related risks. Use this skill when the user requests to "scan for data privacy issues", "check privacy compliance", "find PII leaks", "identify GDPR violations", or needs a "privacy audit" of their codebase. The skill is most effective when used on projects involving personal data, financial information, or health records.
cursor-indexing-issues
Troubleshoot Cursor codebase indexing: stuck indexing, empty search, @codebase failures, and performance issues. Triggers on "cursor indexing", "cursor index", "@codebase not working", "cursor search broken", "indexing stuck".
scanning-for-accessibility-issues
This skill enables Claude to perform comprehensive accessibility audits. It uses the accessibility-test-scanner plugin to identify WCAG 2.1/2.2 compliance issues, validate ARIA attributes, check keyboard navigation, and assess screen reader compatibility. Use this skill when the user requests an accessibility scan, audit, or compliance check, or when terms like "WCAG", "ARIA", "screen reader", "accessibility testing", or "a11y" are mentioned. It provides actionable insights for improving web application accessibility.
my-issues
List my issues in the current repository
create-github-issues-for-unmet-specification-requirements
Create GitHub Issues for unimplemented requirements from specification files using feature_request.yml template.
create-github-issues-feature-from-implementation-plan
Create GitHub Issues from implementation plan phases using feature_request.yml or chore_request.yml templates.
specs-creator
Use PROACTIVELY this skill when you need to create comprehensive PRDs, tech specs, and ux specs based on feature description. If the user specify "Create PRD", "Create Tech Specs", or "Create UX Specs", this skill must be triggered.
reporting-issues
Use this skill when you need to report on a troubleshooting session
triaging-issues
GitHub issue triage and management expertise. Auto-invokes when issue triage, duplicate detection, issue relationships, or issue management are mentioned. Integrates with existing github-issues skill.
github-issues
GitHub issues management assistant for Logseq Template Graph. Analyzes issues, triages with labels, plans implementations, generates responses, creates PRs, and manages issue lifecycle. Use when handling bug reports, feature requests, questions, or coordinating development through GitHub issues.
creating-issues
Issue creation expertise and convention enforcement. Auto-invokes when creating issues, writing issue descriptions, asking about issue best practices, or needing help with issue titles. Validates naming conventions, suggests labels, and ensures proper metadata.