implement-features-cc

Solid

Analyze open feature request issues, implement viable ones on dedicated branches, and respond to authors

AI & Automation 5,612 stars 967 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# /implement-features — Feature Request Harvest, Research & Implementation Workflow ## Overview A **5-phase** workflow that systematically harvests feature requests from GitHub issues, creates structured idea files, researches solutions across the internet and Git repositories, presents a consolidated report for user approval, then generates detailed implementation plans and executes them. **Output directory structure:** ``` _ideia/ ├── viable/ # ✅ Approved, awaiting implementation │ ├── 1046-native-playground.md │ └── 1046-native-playground.requirements.md ├── implemented/ # ✅ Implemented but release PR not yet merged to main (transient) │ └── 1046-native-playground.md ├── need_details/ # ❓ Issue OPEN — awaiting author clarification (permanent archive) │ └── 1015-warp-terminal-mitm.md ├── defer/ # ⏭️ Issue CLOSED — good idea, deferred for future cycles (permanent) │ └── 1041-smart-auto-combos.md ├── notfit/ # ❌ Issue CLOSED — out of scope (permanent) │ └── 945-telegram-integration.md ├── exists/ # 🔁 Issue CLOSED — feature already shipped (permanent, kept separate from notfit) │ └── 812-rate-limit-dashboard.md └── in_flight/ # 🚧 Issue OPEN — third-party PR already addresses it (permanent until reclaim or merge) └── 988-batch-export.md _tasks/features-vX.Y.Z/ # Implementation plans (per-release) └── 1046-native-playground.plan.md ``` > **LIFECYC...

Details

Author
diegosouzapw
Repository
diegosouzapw/OmniRoute
Created
3 months ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category